13
0

Tempo ramps - fix ordering glitches when dragging tempos.

This commit is contained in:
nick_m 2016-03-04 02:58:13 +11:00
parent 9a766c56f9
commit 96b511e221

View File

@ -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;