diff src/MainWindow.cpp @ 274:a895c7177841

added note pitch snapping after "move" edit
author matthiasm
date Fri, 11 Apr 2014 16:34:12 +0100
parents e33aa832e766
children 2c19b0537bd2
line wrap: on
line diff
--- a/src/MainWindow.cpp	Thu Apr 10 17:55:43 2014 +0100
+++ b/src/MainWindow.cpp	Fri Apr 11 16:34:12 2014 +0100
@@ -2168,6 +2168,7 @@
 void
 MainWindow::snapNotesToPitches()
 {
+    cerr << "in snapNotesToPitches" << endl;
     MultiSelection::SelectionList selections = m_viewManager->getSelections();
 
     if (!selections.empty()) {
@@ -2187,6 +2188,7 @@
 void
 MainWindow::auxSnapNotes(Selection s)
 {
+    cerr << "in auxSnapNotes" << endl;
     FlexiNoteLayer *layer =
         qobject_cast<FlexiNoteLayer *>(m_analyser->getLayer(Analyser::Notes));
     if (!layer) return;