Thanks for the help with arduino/max, I am getting the following message as I attempt to upload the arduino patch
34: error: SimpleMessageSystem.h: No such file or directory In function 'void loop()':
In function 'void readpins()':
In function 'void writepin()':
Am I putting the folder in the wrong location or is there something else wrong? thanks, Teroy
34: error: SimpleMessageSystem.h: No such file or directory In function 'void loop()':
In function 'void readpins()':
In function 'void writepin()':
Am I putting the folder in the wrong location or is there something else wrong? thanks, Teroy

That means the arduino environment doesn't know where the simplemessagesystem library is.
you have to install it.
with Arduino 0017, place the "SimpleMessageSystem" folder (a part of the .zip from yesterday's post) into:
/Applications/Arduino.app/Contents/Resources/Java/hardware/libraries
you have to control-click on the arduino app and select "show package contents" to be able to put stuff in there.
a
thanks got it.