Add per-key note selection to piano roll editor, as discussed in #529.

Add missing break.

Fix tabs.
This commit is contained in:
Ben Bryan
2015-09-14 21:44:35 -05:00
committed by Ben Bryan
parent ab1cc3487d
commit c514f1789a
2 changed files with 27 additions and 1 deletions

View File

@@ -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