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.
Page Index Toggle Pages: 1
Processing and Sysex (Read 688 times)
Processing and Sysex
Sep 27th, 2007, 8:21am
 
wondering if theres any librarys out there that will let me receive and send sysex via processing? looked at ProMIDI but doesnt look like theres any Sysex functions. just ccs, notes and prog changes.
If thee are not any Libs out there would anyone know of a way to send and recieve Sysex messages?

Thanks in advance
Re: Processing and Sysex
Reply #1 - Oct 11th, 2007, 12:06am
 
I ran into a similar problem when I wanted to syncronize my sketch with the MIDI time code.  I ended up building the MIDI stuff myself which was annoying, but not all that difficult.  Check out the following java reference for the javax.sound.midi package, it's what I used and it appears to support sysex messages:

http://java.sun.com/j2se/1.4.2/docs/api/javax/sound/midi/package-summary.html
Re: Processing and Sysex
Reply #2 - Nov 2nd, 2007, 11:57am
 
thanks alot for the lead. looking into it now.
Page Index Toggle Pages: 1