diff layer/FlexiNoteLayer.h @ 749:03423269a9d0 tonioni

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 bc049f1f080e
children 09e2677e34e7
line wrap: on
line diff
--- a/layer/FlexiNoteLayer.h	Thu Mar 27 18:02:12 2014 +0000
+++ b/layer/FlexiNoteLayer.h	Thu Mar 27 18:12:38 2014 +0000
@@ -80,7 +80,7 @@
 
     void splitNotesAt(View *v, int frame);
     void snapSelectedNotesToPitchTrack(View *v, Selection s);
-    void mergeNotes(View *v, Selection s);
+    void mergeNotes(View *v, Selection s, bool inclusive);
 
     virtual const Model *getModel() const { return m_model; }
     void setModel(FlexiNoteModel *model);