Apologies for the incomplete project. Here is a complete project. Metronome bug.zip (218.3 KB)
Change your metronome settings to have MIDI CC 102 as On/Off trigger (sadly this will stop the shortcut from working properly, but that’s a different bug):
Yes, it helps. We have this on our list already and are working on it, tricky one.
But we can reproduce it.
But still my keyboard shortcut works fine for metro on/off. How do you get it to not to?
But still my keyboard shortcut works fine for metro on/off. How do you get it to not to?
I double-checked just now because I was suspecting the midi track from messing with this (keeping it turned on because of active midi), but this is not the case. I removed the midi track for testing. Here’s the behavior of the metronome shortcut (default C) for the different UI options:
Oh, of course, that makes sense. A keyboard shortcut should always be a “Toggle” because…well, it only provides one value: 1 (or “on”). For instance, if you select “On/Off”, it will only fire once (provided metro is off), after that, all next “on” are ignored, because it is already on.
Admittedly, this may be unexpected, and the keyboard shortcut should always behave like"Toggle" independent from the UI setting. Will check if we can improve.