update mini-timeline to immediately display tempo-map changes

This commit is contained in:
Robin Gareus 2016-12-19 19:25:14 +01:00
parent a5f61340ef
commit 267dd5edd9

View File

@ -206,6 +206,11 @@ MiniTimeline::super_rapid_update ()
change = true;
}
if (_clock_mode == AudioClock::BBT) {
// TODO check if tempo-map changed
change = true;
}
if (change) {
_last_update_frame = frame;
update_minitimeline ();