Tempo ramps - rework mouse dragging of tempo marks, derive beat_at_tempo() and tempo_at_beat().

This commit is contained in:
nick_m 2016-03-04 00:08:21 +11:00
parent 38df1063d3
commit 452e484faf
4 changed files with 211 additions and 93 deletions

View file

@ -705,6 +705,8 @@ public:
private:
MeterMarker* _marker;
ARDOUR::MeterSection* _real_section;
bool _copy;
XMLNode* before_state;
};