Questions tagged [max-msp-jitter]

Max/MSP/Jitter is an object-oriented graphical multimedia programming environment, sometimes referred to simply as Max. Programming is performed by making connections between objects, to create a 'patch'. Max objects are data focused, MSP objects deal with audio and signal-rate calculations, and Jitter objects process pixel-video and OpenGL information.

Max/MSP/Jitter is an object-oriented graphical multimedia programming environment, sometimes referred to simply as Max. Programming is performed by making connections between objects, to create a 'patch'. Max objects are data focused, MSP objects deal with audio and signal-rate calculations, and Jitter objects process pixel-video and OpenGL information.

Max was originally written by Miller Puckette at Paris' IRCAM in the mid-1980s, as the Patcher editor for the Macintosh to provide composers with an authoring system for interactive computer music. Later, Max was developed and maintained by Paris' IRCAM while Miller Puckette went to found Pure Data, Max's free counterpart.

Max, at it's latest iteration, can be divided into 4 'low level' modules, and 2 'higher level' ones:

  • Max: responsible for non-audio data handling, MIDI and OSC.
  • Msp: responsible for signal processing and generation.
  • Jitter: real-time video, 3D/2D vector graphics, and effects.
  • Gen: another iteration of audio/video processing.

At a higher level, Max in the latest releases has implemented:

  • BEAP: robust library of high-level modules for sound synthesis.
  • Vizzie: high-level visual processing modules.

For more information visit the website for the application.

101 questions
19
votes
3 answers

Export a Json object to a text File

I'm trying to write a Json object (JsonExport) and I'd like to write its content into a text file. I'm using max4live to export data from Audio DAW to Json in order to export to a server, but after that I would like to see the whole Json Object in a…
Albeis
  • 1,544
  • 2
  • 17
  • 30
7
votes
2 answers

Communicating between Pure Data and MATLAB using OSC

I'm trying to receive a message sent over OSC from Pure Data (or Max/MSP) to MATLAB. I'm able to send OSC messages from Pure Data to Pure Data I can send messages from MATLAB to MATLAB I can even send messages from MATLAB to Pure Data ...I'm really…
CaptainProg
  • 5,610
  • 23
  • 71
  • 116
6
votes
2 answers

String Split not working

I'm having a problem with splitting strings in Javascript in Max/MSP. outlet is the Max/MSP version of printf etc. The string splits weirdly, but it seems to only output both words comma seperated. function sample_callback(args) // Callback { …
Adam
  • 473
  • 1
  • 5
  • 15
4
votes
4 answers

Max/MSP JavaScript distortion possible?

I'm trying to help a friend to figure out if it's possible to implement DSP algorithms in Max/MSP javascript. He was told so in class, and he asked for my help but I can't find any way to process actual samples. TL;DR Is it possible to get samples…
4
votes
1 answer

Java: How to explicitly redirect System.err to the console (i.e. restore the default behavior)?

I'm writing a plugin for a closed source application called Max/MSP. To work with Max/MSP, my code needs to extend a class provided by the vendor (com.cycling74.max.MaxObject). This class overrides System.err, so that calls to System.err.println…
dB'
  • 7,838
  • 15
  • 58
  • 101
3
votes
1 answer

Make a list of Serial USB Device with specific ID's

Hello I'm new to xCode and Mac OS programming and get a little bit lost working with USB and Serial Devices. I actually try to programm a max/msp external that list the Serial BSD path of USB devices that match specific Product ID, Vendor ID and…
user90058
  • 101
  • 4
2
votes
1 answer

Converting EEG osc signal as midi for use in Ableton Live

I have EEG signal that is processed using openvibe, which outputs the signal as osc. Using the livegrabber I was able to receive the signal in ableton (see pic). However, now I’m stuck on how I can make use of this signal. I want to convert it into…
kraftwerk
  • 35
  • 3
2
votes
2 answers

Can I use MAX/MSP code to make an iOS app?

I'm using MAX/MSP for audio signal processing. I want to use the same processing in an iOS app. Can I do that?
Andri
  • 453
  • 4
  • 22
2
votes
2 answers

Passing OSC messages between two computers over WAN via UDP and Node.js

I'm trying to write some minimalist client-server code to pass OSC messages between two computers that are on different local networks. Specifically my end goal is to send and receive from MAX patches in Ableton, using MAX's UDPSend and UDPReceive…
K Lovell
  • 45
  • 7
2
votes
1 answer

How to make a HTTP Request in MaxMsp?

Here I am facing a problem with MaxMsp. I want to send a sound file (no longer than 5 secs) to a web API, and get data from it. This is how it works: I record or send a wav file (no longer than 5 secs), and get an analyzation back, which has the…
2
votes
1 answer

How to catch custom events in NodeJS

Okay so this is probably a stupid question, I've tried searching here and on Google but nothing seems to really answer it because it's just not specific enough for my current situation (there's like tons of info about JS events I know, also I've…
Fabian Tjoe A On
  • 1,383
  • 5
  • 18
  • 41
2
votes
1 answer

building a type of pixel sorting in glsl

I'm working on emulating in glsl an effect I've seen used pretty widely (example in image). I am new to glsl, but have a decent amount of experience in max msp and jitter, so that is where I am trying to implement it (syntax should be similar enough…
aceslowman
  • 621
  • 13
  • 28
2
votes
2 answers

Where do I put .js files in Max/MSP?

Where do I put .js files in Max? I am currently using help from this thread on the Cycling forum to link Philips Hue lighting with Max 7. https://cycling74.com/forums/topic/controlling-philips-hue-using-jython-and-phue/ and currently trying to…
Ben Thompson
  • 263
  • 2
  • 5
  • 12
2
votes
5 answers

Controlling light using midi inputs

I currently am using Max/MSP to create an interactive system between lights and sound. I am using Philips hue lighting which I have hooked up to Max/MSP and now I am wanting to trigger an increase in brightness/saturation on the input of a note from…
Ben Thompson
  • 263
  • 2
  • 5
  • 12
2
votes
1 answer

Cross fading two jit.windows with OpenGL content

How can I cross fade two jit.windows? One has an OpenGL content and the other is just a matrix (webcam capture).
Oleg PeP
  • 35
  • 6
1
2 3 4 5 6 7