GUI: prepare to add different piano label modes
This commit is contained in:
parent
a7324cc931
commit
e23c11b2fd
3 changed files with 37 additions and 2 deletions
|
|
@ -2777,13 +2777,21 @@ class FurnaceGUI {
|
|||
PIANO_INPUT_PAD_MAX
|
||||
};
|
||||
|
||||
enum PianoLabelsMode {
|
||||
PIANO_LABELS_OFF=0,
|
||||
PIANO_LABELS_OCTAVE,
|
||||
PIANO_LABELS_NOTE,
|
||||
PIANO_LABELS_OCTAVE_C,
|
||||
PIANO_LABELS_OCTAVE_NOTE
|
||||
};
|
||||
|
||||
int pianoOctaves, pianoOctavesEdit;
|
||||
bool pianoOptions, pianoSharePosition, pianoOptionsSet;
|
||||
float pianoKeyHit[180];
|
||||
bool pianoKeyPressed[180];
|
||||
bool pianoReadonly;
|
||||
int pianoOffset, pianoOffsetEdit;
|
||||
int pianoView, pianoInputPadMode;
|
||||
int pianoView, pianoInputPadMode, pianoLabelsMode;
|
||||
|
||||
// effect sorting / searching
|
||||
bool effectsShow[10];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue