Add per-key note selection to piano roll editor, as discussed in #529.
Add missing break. Fix tabs.
This commit is contained in:
@@ -130,6 +130,7 @@ protected:
|
||||
void removeSelection();
|
||||
void selectAll();
|
||||
NoteVector getSelectedNotes();
|
||||
void selectNotesOnKey();
|
||||
|
||||
// for entering values with dblclick in the vol/pan bars
|
||||
void enterValue( NoteVector* nv );
|
||||
@@ -199,6 +200,7 @@ private:
|
||||
stmaMarkCurrentSemiTone,
|
||||
stmaMarkCurrentScale,
|
||||
stmaMarkCurrentChord,
|
||||
stmaCopyAllNotesOnKey
|
||||
};
|
||||
|
||||
enum PianoRollKeyTypes
|
||||
|
||||
Reference in New Issue
Block a user