mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 17:03:06 +01:00
volatile means hardware-volatile.
This commit is contained in:
parent
52cb196695
commit
b2dc5a52b7
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ struct _PianoKeyboard
|
|||
int note_being_pressed_using_mouse;
|
||||
int last_key;
|
||||
gboolean monophonic;
|
||||
volatile struct PKNote notes[NNOTES];
|
||||
struct PKNote notes[NNOTES];
|
||||
/* Table used to translate from PC keyboard character to MIDI note number. */
|
||||
GHashTable *key_bindings;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue