Hello.
After study to find a solution to use my Elektron Model:Cycles as a polyphonic synth
with my Midi Keyboard (microKONTROL) I need help.
By pressing any key on the controller I would like to change the outgoing midi channel from 1 to 6 continuously and again....
The topic:
https://www.bome.com/forums/3/11409/dynamically-change-the-midi-channel/
was helpful but it´s unfortuatelly not working. Here is are my settings:
Translator 1
Incoming:
MIDI Message Note On; on any channel variable `gt`, set 'pp' to note
and 'qq' to velocity
Options: [x] swallow MIDI message
Rules: if gt<6 then exit rules, skip Outgoing Action
if gt>6 then exit rules, skip Outgoing Action
Outgoing:
MIDI Message Note On; on any channel variable `gt`, set 'pp' to note
and 'qq' to velocity
Translator 2
Incoming: MIDI Message Note On;
on any channel variable `gt`, set 'pp' to note and 'qq' to velocity
Options: [x] swallow MIDI message
Rules: rr=rr+1
if gt<6 then rr=gt+0
Outgoing:
MIDI Message Note On;on any channel variable `gt`, set 'pp' to note and 'qq' to velocity
Thanks
Joachim