Skip to content

{ Category Archives } MaxMSP

c74: iPhone/iPod Touch Max 5 External

Just downloaded a new app that allows you to create custom Max 5 interfaces on your iPhone or iPod Touch.  This looks to me like a great creative tool and the best touch software option on a mobile platform for users of Cycling ’74’s MaxMSP. c74 is integrated with Max 5, so you will need to [...]

Hello Arduinome!

I finished the electronics of my Arduinome a couple weeks back and have been having a blast using it in the little spare time I have these days. I am anxiously waiting to hear back from machinecollective.org regarding ordering one of their amazing enclosures. I also have a tilt sensor from Seeed Studio coming for [...]

Building An Arduinome

I finally got together all the parts that I need to build myself  a monome clone.
Arduinome is a clone of the open source monome 40h which uses an arduino microcontroller.
Wikipedia says, “The monome is an eight-by-eight grid of backlit buttons which connects to a computer using a USB cable and the Open Sound Control (OSC) protocol. Originally [...]

DIY Cardboard MIDI Controller

Today I built a DIY cardboard MIDI controller. I used an Atmega168 with code written in Arduino and programmed on an Arduino NG. The whole circuit is breadboarded and connects to the computer via a single USB cable. The serial output of the MIDI controller is parsed by a MaxMSP patch to the IAC Driver [...]

Simple Max Serial To MIDI Patch

I have programmed an Arduino to output serial MIDI CC messages when I adjust potentiometers connected to it. To control my MIDI capable applications I could just send this data to a MIDI cable and then to a commercial USB-MIDI interface, but that would still require another cord to power the controller. Instead I have [...]