diff layer/FlexiNoteLayer.h @ 876:b62c2785ed83 tonioni

Make the dragged pitch take effect when releasing drag on a note
author Chris Cannam
date Tue, 11 Nov 2014 17:05:44 +0000
parents 0e674f1bbf08
children 26da827e8fb5
line wrap: on
line diff
--- a/layer/FlexiNoteLayer.h	Tue Nov 11 14:11:07 2014 +0000
+++ b/layer/FlexiNoteLayer.h	Tue Nov 11 17:05:44 2014 +0000
@@ -165,6 +165,7 @@
 
 signals:
     void reAnalyseRegion(int, int, float, float);
+    void materialiseReAnalysis();
     
 protected:
     void getScaleExtents(View *, float &min, float &max, bool &log) const;