mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-03 04:09:29 +01:00
Vkeybd: force release notes on panic
If key(s) are still being pressed, a key-repeat will re-trigger the most recently pressed note (depending on keyboard settings).
This commit is contained in:
parent
b228dce1c1
commit
b942eecc9c
3 changed files with 9 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ public:
|
|||
|
||||
void set_note_on (int note);
|
||||
void set_note_off (int note);
|
||||
void reset ();
|
||||
|
||||
void set_grand_piano_highlight (bool enabled);
|
||||
void set_annotate_layout (bool enabled);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue