Mercurial > hg > svgui
comparison 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 |
comparison
equal
deleted
inserted
replaced
875:0e674f1bbf08 | 876:b62c2785ed83 |
---|---|
163 virtual float getValueForY(View *v, int y) const; | 163 virtual float getValueForY(View *v, int y) const; |
164 virtual QString getScaleUnits() const; | 164 virtual QString getScaleUnits() const; |
165 | 165 |
166 signals: | 166 signals: |
167 void reAnalyseRegion(int, int, float, float); | 167 void reAnalyseRegion(int, int, float, float); |
168 void materialiseReAnalysis(); | |
168 | 169 |
169 protected: | 170 protected: |
170 void getScaleExtents(View *, float &min, float &max, bool &log) const; | 171 void getScaleExtents(View *, float &min, float &max, bool &log) const; |
171 bool shouldConvertMIDIToHz() const; | 172 bool shouldConvertMIDIToHz() const; |
172 | 173 |