comparison 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
comparison
equal deleted inserted replaced
748:84e4cf889659 749:03423269a9d0
78 virtual bool paste(View *v, const Clipboard &from, int frameOffset, 78 virtual bool paste(View *v, const Clipboard &from, int frameOffset,
79 bool interactive); 79 bool interactive);
80 80
81 void splitNotesAt(View *v, int frame); 81 void splitNotesAt(View *v, int frame);
82 void snapSelectedNotesToPitchTrack(View *v, Selection s); 82 void snapSelectedNotesToPitchTrack(View *v, Selection s);
83 void mergeNotes(View *v, Selection s); 83 void mergeNotes(View *v, Selection s, bool inclusive);
84 84
85 virtual const Model *getModel() const { return m_model; } 85 virtual const Model *getModel() const { return m_model; }
86 void setModel(FlexiNoteModel *model); 86 void setModel(FlexiNoteModel *model);
87 87
88 virtual PropertyList getProperties() const; 88 virtual PropertyList getProperties() const;