Max/MSP visual programming language for designing sound (and other) effects and processes.
Questions tagged [max-msp]
31 questions
2
votes
3 answers
how to process arbitrary messages as data in Max/MSP?
In other words, how can I prevent data-processing objects from interpreting certain messages they receive as instructions?
Example:
msg{a b c} -> obj{prepend set} -> msg{set a b c}
Actual (prepend intercepts the 'set' message)
msg{set q} ->…
user2755841
- 21
- 1
2
votes
2 answers
Can Max duplicate multiple generators?
Although I'm a beginner for Cycling '74 Max so I may not understand some of its concepts themselves, can I duplicate lots of generators (e.g. ~cycle) easily?
What if I want to run 100 ~cycle which sound randomly?
Even so do I have to create and…
lamusique
- 123
- 2
1
vote
2 answers
Emulate distance accurately
Hi,
Im building a virtual environment within Max/Msp and have one final thing to implement. The goal is to emulate real world physics within this fictional space. This space got no physical objects, no ground, no nothing, only sound. That means that…
MaxM
- 93
- 7
1
vote
3 answers
How can I map and scale attributes of sound and apply them to video content?
Basically, I'm doing a music video for an ambient tune that is very long and slow-moving. Variations in tone, frequency and volume shift at the pace of a lava lamp and I'd like these glacial variations to be reflected by some of the visual…
Joey
- 151
- 5
0
votes
3 answers
lgith sensor arduino + max + instrument
Hi, I'm a complete novice at aurdino and max, and hope to make a device as follow;
setting : three light sensors are connected to arduino, arduino is connected to max.
purpose : three light sensors' serial values control the pitch, tempo, amd volume…
justin
- 1