13
0

tempo display: when tempo map changes, metric markers must be reassociated with the new map

This commit is contained in:
Paul Davis 2022-06-16 12:57:39 -06:00
parent d66bda9f07
commit 8f7a267900

View File

@ -448,7 +448,8 @@ Editor::update_tempo_curves (double min_tempo, double max_tempo, samplecnt_t sr)
void
Editor::tempo_map_changed ()
{
TempoMap::fetch ();
TempoMap::SharedPtr current_map = TempoMap::fetch ();
reassociate_metric_markers (current_map);
tempo_map_visual_update ();
}