sync cue markers when tempo map changes

This generates the _cue_events list, which is timestamped in samples, from all
current locations that are cue markers
This commit is contained in:
Paul Davis 2022-03-14 14:02:50 -06:00
parent 22b50c1716
commit 2ea75e88a2

View file

@ -5460,6 +5460,7 @@ void
Session::tempo_map_changed () Session::tempo_map_changed ()
{ {
clear_clicks (); clear_clicks ();
sync_cues ();
_playlists->update_after_tempo_map_change (); _playlists->update_after_tempo_map_change ();