Split incoming port by MIDI channel

evilantal

2015-09-11 09:28:26

Hey there,

Been trying this for a bit, but can't quite figure it out.

I'd like to split an incoming ports MIDI stream into two outgoing (virtual) ports.
I'd like all data on incoming port channel 1 to go into outgoing port 1, omitting nothing. All data on midi channel 2 should go into outgoin port 2. How would I achieve this?

IN1 (CHANNEL1+2)
---- CHANNEL1 ----> OUT1
---- CHANNEL2 ----> OUT2

evilantal

2015-09-15 08:23:21

Figured it out using this thread ;)

http://www.bome.com/forums/viewtopic.php?t=3893

florian

2015-09-15 09:35:30

nice one :)