diff layer/FlexiNoteLayer.h @ 753:09e2677e34e7 tonioni

Fix fancy note-editing mode (was not working in new multi-layer world, and shift-click delete was broken)
author Chris Cannam
date Tue, 01 Apr 2014 21:18:31 +0100
parents 03423269a9d0
children 3a52b458fcd5 1d526ba11a24
line wrap: on
line diff
--- a/layer/FlexiNoteLayer.h	Tue Apr 01 16:20:55 2014 +0100
+++ b/layer/FlexiNoteLayer.h	Tue Apr 01 21:18:31 2014 +0100
@@ -175,6 +175,7 @@
     void getRelativeMousePosition(View *v, FlexiNoteModel::Point &note, int x, int y, bool &closeToLeft, bool &closeToRight, bool &closeToTop, bool &closeToBottom) const;
     SparseTimeValueModel *getAssociatedPitchModel(View *v) const;
     bool updateNoteValue(View *v, FlexiNoteModel::Point &note) const;
+    void splitNotesAt(View *v, int frame, QMouseEvent *e);
 
     FlexiNoteModel *m_model;
     bool m_editing;