Midi remote control Augmentation dot doesn't work
Using the latest nightly (e76f2c7) on linux I can assign the augmentation dot to a key on my midi-keyboard. When I try to use it however nothing happens. On the command line the program shows "Internal error: shortcut dot not found". Apparently the midi remote control assigns this to the wrong internal shortcut.
Comments
The double augmentation dot doesn't work either with the same error: Internal error: shortcut dotdot not found.
Check if it is related to this http://musescore.org/en/node/39361
AFAIK, at the moment you can't add/remove the dot when not in note input mode. If your shortcuts aren't working in either mode, then it must be something else.
Hi, no it is not. It is simply not assigned internally I think. Probably the name of the internal command has changed thus resulting in the error "Internal error: shortcut 'dot' not found" and thus nothing happens at all.
These two lines https://github.com/musescore/MuseScore/blob/master/mscore/musescore.cpp… should read:
case RMIDI_DOT: a = getAction("pad-dot"); break;
case RMIDI_DOTDOT: a = getAction("pad-dotdot"); break;
See https://github.com/musescore/MuseScore/pull/1516
Fixed e8f9da5e5a
Automatically closed -- issue fixed for 2 weeks with no activity.