Cabbage Logo
Back to Cabbage Site

Create a midi splitter in Cabbage Studio

Hi,

i want to create a midi channel splitter instrument for cabbage studio like the one we can found in Plogue bidule.
Input come from any midi device and this module must be able to split and output each midi channel.

ie. Input 1 and output 16

i can’t figure how to do that in csound an cabbage, my prior experience with csound was much more with synth and i do not know nothing to midi…

could you help me ?

Thanks

Stf

Hi Stephane. Have you looked at the MIDI examples? Take a look at MIDI_Out which basically takes a MIDI note and outputs it. You can try there to change the parameters to the noteon opcode to see if you can get MIDI send to different channels. That’ll be a start. If that works then splitting up the MIDI stream to different channels shouldn’t be tricky at all.

Thank you Rory, i will have a look to it !

S.