Hello, I have to develop a MIDI device for convert and filter midi msj.
In example: Incoming note on, I want convert this in controller and the assigned MIDI chan.
How I can to fill a array for send complex MIDI msjs? 
and 
How I can to fill a array from MIDI msjs? 
I´m very lost... buaaaaa!, snif...
			
			
									
						
										
						Midi questions!
I've tried playing with FIFOs and Arrays, only managed to get SDK to crash tho  .  I don't think it's a good idea to mess with Sysex on this platform, even if you manage to figure out arrays and build something, it's going to eat a terrible amount of DSP.
.  I don't think it's a good idea to mess with Sysex on this platform, even if you manage to figure out arrays and build something, it's going to eat a terrible amount of DSP.
I got a simpler MIDI message transformation thing in the works, almost done, just debugging stuff and hooking up the interface. Kind of a clone of Logic's MIDI Transformer object.
MIDI decoding is trivial. For re-encoding, the module you want to look at is the MIDI Control 2 Number module.
			
			
									
						
										
						 .  I don't think it's a good idea to mess with Sysex on this platform, even if you manage to figure out arrays and build something, it's going to eat a terrible amount of DSP.
.  I don't think it's a good idea to mess with Sysex on this platform, even if you manage to figure out arrays and build something, it's going to eat a terrible amount of DSP.I got a simpler MIDI message transformation thing in the works, almost done, just debugging stuff and hooking up the interface. Kind of a clone of Logic's MIDI Transformer object.
MIDI decoding is trivial. For re-encoding, the module you want to look at is the MIDI Control 2 Number module.
