I'm trying to use an Arduino to take real world physical movements and deliver the changes via OSC to a piece of media server software.
I initially tried using recotana, but research has lead me to Z_OSC which seems much more useable. However my arduino (or more appropriately my C) skills are mediocre at best and the examples are uncommented. Could anyone possibly give a few pointers on using the Z_OSC library?
OSC is a network protocol and requires you to use an ethernet shield.
Alternatively you can have the arduino send serial data to a program on the host PC that reads the serial data and sends it out as OSC.
Which setup do you have?