Change MIDI channel of keyboard & transpose

Hey people,

I may overlook something. How can I change the MIDI channel of a keyboard via a button? I thought I can use a set ^chn command. But that’s not working. Does anyone has an idea?

And is there a function, that allows to shift the whole keybed by an octave or so? 

Thanks,
Chris

Hey Chris

Did you try bank ?

EVENT_KB …chn=1…bank=1

EVENT_KB …chn=2…bank=2

EVENT_BUTTON…meta=setbank…toggle…range=1:2

Best

Zam

Banks are working. But when changing a bank while pressing keys (playing a sound), the sound stucks because the note-offs now will be send on the new channel. 

Also I don’t want to work with banks because I made some scripts that allows to set splitzones which is not compatible with banks as far as I can see. My idea is, to select the different channels of the various splitzones. But I have no plan, how to get that running…