FantomXR Posted March 22, 2017 Report Posted March 22, 2017 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 Quote
Zam Posted March 23, 2017 Report Posted March 23, 2017 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 Quote
FantomXR Posted March 23, 2017 Author Report Posted March 23, 2017 (edited) 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... Edited March 23, 2017 by FantomXR Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.