Questions tagged [maxmsp]

Music/multimedia visual programming langaue from Miller Puckette -- https://cycling74.com/

Music/multimedia visual programming langaue from Miller Puckette -- https://cycling74.com/

6 questions
8
votes
1 answer

Arduino serial communication protocol design

I make a drum sequencer interface for electronic music. It uses an arduino mega as it's microprocessor, and currently it interfaces to a Processing program that I wrote for serial communication. From there, OSC messages are sent out to a Max/MSP…
Steve Cooley
  • 1,485
  • 1
  • 11
  • 16
7
votes
4 answers

How can you get the analogue sensor data into Max MSP?

How can you get the analogue sensor data into Max MSP with an Arduino?
littlebirdceo
  • 4,697
  • 8
  • 41
  • 61
4
votes
2 answers

Software package for interfacing Arduino with MAX MSP?

What is a good software package for interfacing Arduino's input pins to MAX/MSP?
littlebirdceo
  • 4,697
  • 8
  • 41
  • 61
3
votes
1 answer

Read variables from Arduino code into PureData?

I've been trying to find ways to pass a variable from my Arduino code into PureData in real-time. I've explored PDuino and the Firmata library, but the tools seemed a bit more for reading and controlling pins. Maybe I glanced over how do get…
jephex
  • 33
  • 3
3
votes
1 answer

Signal strength on Freetronics 100% Arduino Compatible Board

I have been using a Freetronics 100% Arduino Compatible board to run switches that trigger sound file players in MaxMSP. The only sketch and patch I could use to get the board and Max communicating was Arduino2Max. I am able to get 1's and 0's out…
Raya Slavin
0
votes
1 answer

How to receive audio from Arduino into Max

I'm a beginner with Max and what I'm trying to do is take the the audio input signal going into my Arduino and hear the receiving audio playing through Max. There's a photo below of the patch that I'm working with. If anyone knows how to do this, It…