-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Device Channels for MIDI Always Set to 1 #18
Comments
It appears that line 700 of main.js ( gcp.config.deviceChannels[dNum] = 1;) is setting the channel to 1 for any active device, and that a UI change of the Channel does not change the relevant gcp.config.deviceChannels[dNum]. |
This issue affects the Program Offset setting for Devices as well. |
Potential fix: add following code below line 721 in main.js:
|
Increment issue drop-in fix would be to change line 499 in gcp.js to
|
In Configuration > Devices, the channel for a given device always sets to 1. See the screenshots below (Device 1 as Channel 1, Device 8 as Channel 8 > SYX file shows Device 1 as Channel 1, Device 8 as Channel 1).
The text was updated successfully, but these errors were encountered: