mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Tempo ramps - fix ordering glitches when dragging tempos.
This commit is contained in:
parent
9a766c56f9
commit
96b511e221
1 changed files with 4 additions and 0 deletions
|
|
@ -1032,6 +1032,10 @@ TempoMap::imagine_new_order (TempoSection* section, const Tempo& bpm, const fram
|
|||
prev_ts = t;
|
||||
}
|
||||
}
|
||||
|
||||
MetricSectionSorter cmp;
|
||||
imaginary.sort (cmp);
|
||||
|
||||
/* to do - check precision using _at_tempo() methods */
|
||||
/*
|
||||
prev_ts = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue