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 ...
0
votes
2answers
54 views
ClassNotFoundError when I run the class outside of eclipse
I currently try to run java code in Maxmsp using a mxj object, and I want to load some classes inside of the code.
But I always get the errors, although the code runs properly in eclipse.
What is the ...
0
votes
0answers
27 views
How to pass the webRTC stream to another application on Mac
I'm creating an application with webRTC.
What I want to do is ...
get a camera video from smart phones (already done)
receive it on my computer(Mac, chromium) via webRTC (already done)
pass it to ...
0
votes
1answer
89 views
Arduino - Receive Multiple Osc Values at ones
I am trying to send from max msp some values. I have no problem in receiving them however, when I try to send multiple values at one I have some troubles. Is there a way to get multiple values?
using ...
0
votes
2answers
315 views
pyOSC simple Server
I'm working on a simple program where Max-msp send some integers via OSC to python. I'm using the pyOSC library for python.
Now i can easily print the numbers but i can't decode it and use it as an ...
0
votes
1answer
667 views
Java : Reuse a native library already loaded?
Disclaimer Not native English speaker, feel free to edit if needed.
I'm having a similar issue that the one explained here :
java.lang.UnsatisfiedLinkError: Native Library XXX.so already loaded in ...
0
votes
2answers
44 views
How to maintain type consistency when transferring between Max/MSP and Python via UDP?
I'm new to Python and trying to send a list of floats from Max/MSP but all I receive is some encrypted jargon on the other side. For example if I tried to send
-64.463172 24.633138 10.054035 -2....
0
votes
1answer
231 views
How do I pass two parameters to a js object, including an array?
I am completely new to Max and am struggling to understand how to use arrays and Javascript parameters.
I have one working js object that outputs an array:
var inlets = 1;
var outlets = 1;
function ...
0
votes
2answers
163 views
Pure Data chord selection based on input MIDI note scale causes crash
I'm working on a patch in Pure Data which uses an 8 number scale to decide which chords can be played. E.g. if a chord uses a note that is not in the scale, re-roll. Obviously this isn't the most ...
0
votes
1answer
48 views
MaxMSP: Carry count on counter object
I am using the counter object in MaxMSP, and I have the carry count number (right outlet) increasing every time a counter cycle is completed.
However, every time I reset the counter (by sending a 0 to ...
0
votes
0answers
44 views
Java class for Max MSP- OutOfMemoryError
I am trying to use the following java in my max patch via an mxj (bridge between max and java). It is meant to download a jpeg stream from an IP address and render to a matrix. However, I keep getting ...
0
votes
1answer
51 views
Javascript divide buffer into golden rectangles
Im using JS in max/Msp and want to slice the buffer into sections using the golden ratio. I know that this will be a recursive function using the formula a+b/a = a/b but im not sure how to express ...
-2
votes
2answers
230 views
Java/Processing - scale image matrix with wrapping edges
I've been wondering how to efficiently implement the following image scale procedure in Java or Processing. When scaling out, the bounds of the image wrap around the screen edges.I'd like to apply the ...
0
votes
2answers
275 views
How can I include a mxj Java jar/class folder in a freezed m4l-Device?
I have a maxforlive device using java/mxj.
I used all of these options to include my java files during development:
Including my (maven) target/classes directory through max.java.config.txt.
Adding ...
2
votes
1answer
646 views
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 ...
1
vote
1answer
761 views
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 ...
0
votes
1answer
129 views
digitalRead arduino to max/msp
I have a DHT11 temp/humidity sensor connected to my arduino. I've have correct readout to my arduino serial monitor.
Now I want to route that data to Max/msp thru SerialReceive. I have connection to ...
1
vote
0answers
67 views
How to print a file on MAXMSP
I have this part of code. I want to print the contents of the file ,but everything I tried didn't work. Could you please help?
void ofxGVF::loadTemplates(string filename){
// clear();
//
...
1
vote
1answer
79 views
How can i automate many inlet/outlet relations?
I'm trying to program a buffer to list in max msp patch.
My current solution have manual connections, but i really need to automate the process for many more patch cords.
I need a way to connect a ...
0
votes
1answer
188 views
Comparing substrings in two coll objects / MAX/MSP
It seems to be difficult to process Max/MSP strings character-by-character. I have been working on using two coll objects, one with input text as one word per line:
1, phone;
and the second with the ...
0
votes
1answer
115 views
Matching OSC input in Max patch
I need some help as I’m stuck with trying to match an incoming OSC message to trigger an event. It’s probably quite simple, but I’m a beginner.
The incoming OSC message sends the zone number, user ...
-1
votes
1answer
237 views
Keep an html browser full screen on mac
I'm getting frustratingly stuck on a quite simple problem. I run an html slideshow. I need it to be full screen (no toolbar, no topbar) at every moment.
In the background, a lot is getting done ...
1
vote
0answers
52 views
Path finding / following techniques
I have struck a problem with a little app that I am programming in Max MSP. I have a randomly generated maze with 4 balls, these balls pathfind to each other. The problem I am having is I cannot think ...
0
votes
1answer
370 views
Selecting and playing movie from jit.playlist
I am trying to select a movie from a jit.playlist and play that movie on a specific midi note and another video on another note etc. I am using the ‘selection’ message to try and select a clip but can’...
2
votes
2answers
293 views
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-...
2
votes
5answers
803 views
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 ...
2
votes
1answer
151 views
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).
1
vote
2answers
54 views
combing colls together - MaxMSP
I work on a project with MaxMSP where I have multiple colls. I want to combine all the lists in there in one single coll. Is there a way to do that directly without unpacking and repacking everything?
...
0
votes
1answer
98 views
Using named pipes in Max for Live
I need to set up a (bidirectional) communication channel between a C# application and a Max for Live Patch (Max 6).
One can run JavaScript inside a Max patch (pretty lightweight) and I thought about ...
0
votes
1answer
107 views
Control Video input/ Visualization with Volume and BPM
i build something like automatic VJ program . I have 2 incomig videos signals from 2 webcams and a couple of visualisations(at the moment 2 but i want more). I have a volume in dB of incoming audio ...
0
votes
1answer
955 views
Max MSP. How I initialize a BPM counter/ tempo recognizer with a massage if bmp changes?
i need a bpm counter witch send a message if a tempo of incoming Audiosignal changes. Have anyone an idee?
0
votes
1answer
859 views
MAX MSP // How can i controll visualisation with incoming audio signal?
do anyone work with MAX MSP and can help me?
how can i control videosignal with incoming audio signal. I would like to swith video input signal betwen 2 cameras, when the music changes. How can i ...
0
votes
2answers
133 views
Gate vs toggle clip launch in Max4Live patch
I hope someone is able to help me with this.
Ableton Live when you set a clip's launch mode to gate, it only plays when you hold down the key. I'm using a patch that takes an OSC message to launch ...
-1
votes
1answer
447 views
max/msp/jitter Sound - Speech segmentation/recognition/analysis
I am trying to develop a speech / sound recognition program which extracts some useful data such as sound is concerned. For instance .. fundamental frequency / MFCC / Centroid etc.
Speech is ...
0
votes
1answer
317 views
Max/Msp/Jitter - Get video to stop looping and return to neutral state?
I need help!
I'm trying to have a video looping without stop(so that's the neutral state), and then when a sensor(a bang) is "activated" i want another video to start. when the new video has run once,...
0
votes
0answers
77 views
Run a PApplet in Max/msp
I try to get a processing PApplet to be initialized from Max.
I can create the Applet but i can't get it to run.
I can create a java Frame so my guess is that a PApplet should be possible.
Here is ...
0
votes
1answer
629 views
Save image from webcam with handclap MAX MSP
So what I've been trying to do, with none to limited experience in MaxMSP, is to create a patch which shows a little screen with live footage from a webcam. The user claps his hands, a microphone ...
-1
votes
1answer
119 views
How do I resolve the scope issue with my variables and/or functions?
I'm using Javascript within the programming environment of Max/MSP. Here's a basic overview of it's implementation in Max if you're interested. There's nothing particularly unusual there. Just some ...
2
votes
1answer
676 views
Is it possible to get the file path of the current live set file in Max For Live?
I am trying to save the contents of a ~buffer object into the current live set project. Is there a way to get the full file path of the Ableton Live set file programmatically without using an ...
0
votes
1answer
241 views
Receive Jitter matrices in Processing
I'm trying to send video from Max/Jitter using [jit.net.send] to a Processing sketch. The sketch is then supposed to redraw the image on screen. However I can't seem to receive anything sent with [jit....
0
votes
2answers
724 views
Can't find explicit file of IP cam stream
I'm using Instant Webcam for ios and it's very easy to use in the sense that you just type in the IP in the URL bar and it shows you the stream. I'd like to use the stream in other programs, ...
1
vote
2answers
661 views
Remembering VST presets in Max/Msp
I am trying to get Max/MSP to remember vst presets for my patch. Every time I close the patch and re-open, the vst goes to default. The vst I am trying to use is called alchemy (free version). Does ...
0
votes
1answer
409 views
MaxMSP send data to Android app
I am currently working on a project on MaxMSP. I would need to use MaxMSP to send data to an Android app in a mobile phone in the same room. The laptop running MaxMSP and the phone running the android ...
0
votes
2answers
584 views
OpenCV.Net IplImage to Max jit.net.recv
I'm trying to develop a module for Bonsai framework, it sends a stream of OpenCV.NET IplImage's to Max 6.1 via tcp stream connection via it's own TCP communication protocol / standard / module named ...
0
votes
3answers
610 views
Real-time visualisations with audio and video, which direction should I look?
I have a little pet project with a friend where we're looking to create a program for real-time visualisations, mainly utilising audio/video material, controlled by MIDI. Now, the MIDI part is not a ...
0
votes
1answer
111 views
VVOSC Connection Issues On Device (Works fine in simulator)
I'm writing an iOS app in which an iPad sends OSC messages, using the VVOSC libary, to a Max/MSP patcher, using the CNMAT OpenSoundControl object.
The iPad is sending messages to port 9000 at an IP ...
0
votes
1answer
124 views
Exclude non-matching atoms from list
I would like to collect a list of atoms and pass a list to an object or abstraction that will pass through the matching atoms without modifying the order of the list, or removing duplicates.
(hello ...
1
vote
1answer
176 views
max/msp to ruby via udp message format
I'm trying to build a little GUI with max/msp for a ruby project
I can't find a way to properly convert the data i receive form max.
here is several examples of message that i've received from max in ...
6
votes
2answers
6k views
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 ...
0
votes
1answer
543 views
Max MSP Retrieving the average from a reading every 0.5 seconds
In my max patch I have a motion sensor that is linked to a number box, giving it's value. I want this reading to affect other things around my max patch but it is too sensitive. How would I take an ...
1
vote
3answers
1k views
Control Ableton Live tempo from MaxMSP
My question is firstly- is midi cc information integer only? i.e. 0 - 127 but not 5.55
The reason I ask is that I'm trying to control the tempo in Ableton Live from MaxMSP.
I found out that midi-cc ...