We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSound,  Music Libraries › proMIDI / programChange
Page Index Toggle Pages: 1
proMIDI / programChange (Read 573 times)
proMIDI / programChange
Jan 3rd, 2007, 7:14pm
 
i´m trying to control processing via midi events using the proMIDI library. the noteOn/noteOff and controllerIn events work fine - but programChange doesnt. it. i get the events when using MIDI monitor (OSX), but it is the same effect on mac (intel and PPC)/win machines.

this is the code i used:
void programChange(ProgramChange programChange, int device, int channel) {
 println("programChange: " + programChange.getNumber());
}

any ideas?
Page Index Toggle Pages: 1