Incorrect CC name + Suggestion #324
dannybullo
started this conversation in
General
Replies: 1 comment
-
You are right. Thanks for reporting this problem @dannybullo I created an issue from your message so I can properly track it. We can continue discussing this under issue #325. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I realized you have an incorrect CC name:
registeredparametercoarse: 100
registeredparameterfine: 101
This is reversed as the correct MIDI CC Names are:
100 Registered Parameter (LSB)
101 Registered Parameter (MSB)
Suggestion:
Can you change the Array MIDI_CONTROL_CHANGE_MESSAGES to have more friendly names so that getCcNameByNumber() returns more "readable" values?
for example:
use "Registered Parameter (LSB)" instead of "registeredparameterfine"
use "Sostenuto Pedal " instead of "sustenutopedal"
use "Bank Select (MSB)" instead of "bankselectcoarse"
Maybe there is an official standardized cc name list. See this.
https://professionalcomposers.com/midi-cc-list/
Thanks!
Danny Bullo
Beta Was this translation helpful? Give feedback.
All reactions