Interfacing Arduino and MaxMSP

    MaxMSP

    willum070
    Oct 05 2010 | 12:27 am
    Hi all, I've added a new posting to my blog: http://praxworld.com/2010/10/04/interfacing-maxmsp-and-arduino/
    Get down to the nitty gritty of a Max+Arduino hookup using Maxuino and Firmata!! This is for all the button mashers and resistor twisters.
    Peace.

    • brendan mccloskey's icon
      brendan mccloskey
      Oct 05 2010 | 9:19 pm
      Hi thanks for this concise blog; did you notify the main Arduino web resources too?
      Brendan
      Share
    • willum070's icon
      willum070's icon
      willum070
      Oct 05 2010 | 10:22 pm
      Hey, thanks for reading it! I did post on the Arduino forums. I'm probably going to write more on the subject, since what I want is the simplest possible way to initialize a device. I haven't delved into using pattr, but if there were a way to just have it read a JSON file or something each time it loads that would be cool. I've figured out how to set pin modes, but I am still unable to figure out which message to send to activate an analog pin. They default to being turned off. I thought I found the correct message ("/0/analogIns 1") but when I try sending it nothing happens. It makes it to what appears to be the right place, I think it might be that this just isn't activated in Maxuino code? I was poking around, the analogIns() function doesn't seem to do a whole lot.