mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
tempo display: basics of updating MIDI during tempo-related drag operations
This commit is contained in:
parent
bf87916fb1
commit
ecf554aa4a
2 changed files with 30 additions and 0 deletions
|
|
@ -1730,6 +1730,8 @@ private:
|
|||
Temporal::TempoMap::WritableSharedPtr begin_tempo_map_edit ();
|
||||
void abort_tempo_map_edit ();
|
||||
void commit_tempo_map_edit (Temporal::TempoMap::WritableSharedPtr&);
|
||||
void mid_tempo_per_track_update (TimeAxisView&);
|
||||
void mid_tempo_per_region_update (RegionView*);
|
||||
bool ignore_map_change;
|
||||
|
||||
enum MidTempoChanges {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue