diff layer/FlexiNoteLayer.h @ 746:8d5df70b5ed7 tonioni

Add command to snap notes back to pitch track median on request; add split at selection boundaries
author Chris Cannam
date Thu, 27 Mar 2014 15:59:46 +0000
parents d50f91fe374e
children bc049f1f080e
line wrap: on
line diff
--- a/layer/FlexiNoteLayer.h	Tue Mar 25 13:06:27 2014 +0000
+++ b/layer/FlexiNoteLayer.h	Thu Mar 27 15:59:46 2014 +0000
@@ -78,6 +78,9 @@
     virtual bool paste(View *v, const Clipboard &from, int frameOffset,
                        bool interactive);
 
+    void splitNotesAt(View *v, int frame);
+    void snapSelectedNotesToPitchTrack(View *v, Selection s);
+
     virtual const Model *getModel() const { return m_model; }
     void setModel(FlexiNoteModel *model);