Mercurial > hg > tony
diff src/MainWindow.h @ 240:6ac45eb0f4c7
Implement "Form Note from Selection"; remove Snap Notes to Pitch Track because every other editing operation *should* now be doing that automatically
author | Chris Cannam |
---|---|
date | Thu, 27 Mar 2014 18:12:38 +0000 |
parents | d40c6cdb30a4 |
children | 69e6ceb459cd |
line wrap: on
line diff
--- a/src/MainWindow.h Thu Mar 27 18:02:12 2014 +0000 +++ b/src/MainWindow.h Thu Mar 27 18:12:38 2014 +0000 @@ -60,8 +60,9 @@ virtual void switchPitchDown(); virtual void snapNotesToPitches(); - virtual void splitNotesAtSelection(); + virtual void splitNote(); virtual void mergeNotes(); + virtual void formNoteFromSelection(); virtual void showAudioToggled(); virtual void showSpectToggled();