diff src/MainWindow.h @ 239:d40c6cdb30a4

Make pitch-track editing operations update the notes as well, automatically
author Chris Cannam
date Thu, 27 Mar 2014 18:02:12 +0000
parents fce61899aeea
children 6ac45eb0f4c7
line wrap: on
line diff
--- a/src/MainWindow.h	Thu Mar 27 16:30:26 2014 +0000
+++ b/src/MainWindow.h	Thu Mar 27 18:02:12 2014 +0000
@@ -226,6 +226,8 @@
 
     virtual void octaveShift(bool up);
 
+    virtual void auxSnapNotes(Selection s);
+
     virtual void closeEvent(QCloseEvent *e);
     bool checkSaveModified();