Page 1 of 1

Posted: 14 Sep 2013, 22:29
by funkyguitarist
hello

i want to route my midi keyboard to different destinations inside one patch.

i need something like a midi patcher which determines to which pianoroll my input keyboard data is routed.

i want to switch different destinations via a combo box .

any help greatly appriciated


cheers

mark

Posted: 15 Sep 2013, 00:08
by nay-seven
You can use a data dispatcher ( data /data manipulation) for this , works for Midi messages too.

Posted: 15 Sep 2013, 00:57
by funkyguitarist
hi nay seven

thank you for the fast reply

i almost have it working

the selector is expecting an integer for the selection of the output

how can i convert the numerical output of a switch into an integer?

with a combo list it is already working but i need 8 separate buttons or switches.


cheers mark

Posted: 15 Sep 2013, 08:50
by nay-seven
A 0-1 switch outputs integer, so you can create 8 switchs with value ON=1, Off=0, then ON=2, Off=0 and so...
now use the group mode and link them all to the select inlet of the dispatcher, that's all