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
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
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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now