02-06-2022, 05:43 AM
Hello Tony,
You are the first user to bring up that issue, as I don't think any other user has mentioned connecting both a KORG and Genos keyboard at the same time. That definitely presents a problem. To support that, I'll need to change the "MIDI Device Type" setting to "MIDI Device Types" and make it something where you can click each of the keyboards that you need support for. In the meantime, you have only one option, which isn't great: Swap out the KORG number commands for individual MIDI commands (a KORG number command isn't a real MIDI command, it's actually made up of several different commands). You'll need to change each KORG Number to:
Control Change: 99, 2
Control Change: 98, 64
Control Change: 6, KORG Number / 100
Control Change: 38, KORG Number % 100
So if the number you had assigned to your song is 1050, you'd use 6, 10 and 38, 50 for those last two messages. If you do that, technically everything will work fine, at least as far as I can see. If you'd rather wait for an update to address this, I can understand that.
Mike
You are the first user to bring up that issue, as I don't think any other user has mentioned connecting both a KORG and Genos keyboard at the same time. That definitely presents a problem. To support that, I'll need to change the "MIDI Device Type" setting to "MIDI Device Types" and make it something where you can click each of the keyboards that you need support for. In the meantime, you have only one option, which isn't great: Swap out the KORG number commands for individual MIDI commands (a KORG number command isn't a real MIDI command, it's actually made up of several different commands). You'll need to change each KORG Number to:
Control Change: 99, 2
Control Change: 98, 64
Control Change: 6, KORG Number / 100
Control Change: 38, KORG Number % 100
So if the number you had assigned to your song is 1050, you'd use 6, 10 and 38, 50 for those last two messages. If you do that, technically everything will work fine, at least as far as I can see. If you'd rather wait for an update to address this, I can understand that.
Mike