Midi questions!

A place for developers to share ideas and assist each other in solving problems.

Moderators: valis, garyb

Post Reply
nitri
Posts: 87
Joined: Tue Jun 01, 2004 4:00 pm

Post by nitri »

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...
symbiote
Posts: 781
Joined: Sat May 01, 2004 4:00 pm

Post by symbiote »

I've tried playing with FIFOs and Arrays, only managed to get SDK to crash tho :razz:. 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.
hubird

Post by hubird »

I'm out! :grin:
Post Reply