mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Tempo ramps - rework mouse dragging of tempo marks, derive beat_at_tempo() and tempo_at_beat().
This commit is contained in:
parent
38df1063d3
commit
452e484faf
4 changed files with 211 additions and 93 deletions
|
|
@ -705,6 +705,8 @@ public:
|
|||
|
||||
private:
|
||||
MeterMarker* _marker;
|
||||
ARDOUR::MeterSection* _real_section;
|
||||
|
||||
bool _copy;
|
||||
XMLNode* before_state;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue