I am new to all this processing stuff (not familiar with all the fancy terms yet) but have a quick question. I am using the following code to match music played with processing to control PWMs on my arduino. Unfortunately the music player that opens if very simple. I can't play/pause the music or fast forward/rewind. Just curious if there is anything to add that might add some more features to the music player?
Thanks
-NJ
Edit: I forgot to mention that I am using processing 1.5.1 for this. No other version will work with this stuff.
//processing code for communicating with arduino using
//Firmata library.
//In the arduino I've uploaded the StandardFirmata sketch.
//this program blink 5 leds in pins 3,5,6,9,10
//detecting music rythm
//Code by Damiano Andreghetti
//Example song: No time to stop - Luca Guardigli
//For more information visit www.ilblogdidami.blogspot.com