SDK MIDI and other stuff questions

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

Moderators: valis, garyb

Post Reply
symbiote
Posts: 781
Joined: Sat May 01, 2004 4:00 pm

Post by symbiote »

Greetings,

Little question about MIDI in the SDK, how do I go about rebuilding a MIDI message? I've mostly figured out how to pick it apart, but now I'd like to sent out a new shiny MIDI message, and I can't figure out what module I'm supposed to use. Should I go look around in the dsp/ dir for the right module?

Also, since this is MIDI and only needs to be processed when a message comes thru, is there any advantage/point to using ASync modules to process data? Does this entail anything if I want to modulate things using an LFO (like, only output a MIDI message when one comes in, but use some value from a LFO/modulation source to modify/modulate MIDI.)

Any ideas/suggestions/perspective gladly welcome, thanks in advance!
symbiote
Posts: 781
Joined: Sat May 01, 2004 4:00 pm

Post by symbiote »

Hmm, I meant Sync modules. Musta dreamt those ASync modules up. Too bad.
symbiote
Posts: 781
Joined: Sat May 01, 2004 4:00 pm

Post by symbiote »

So I found some MIDIMessageBuilder thingy in the Script, it's a .pep. The associated .nfo describes exactly what I'm after. Any way for me to load that up in the free SDK some way or other? If not, is this a free SDK limitation-thinger? Any DP people feel generous enough to load me a couple and ship them over here? :razz:
Post Reply