From 2ea75e88a2f12f9d8b08babdb9fef9966e1e2f10 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 14 Mar 2022 14:02:50 -0600 Subject: [PATCH] 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 --- libs/ardour/session.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index 58c34e28bb..45d0e775d8 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -5460,6 +5460,7 @@ void Session::tempo_map_changed () { clear_clicks (); + sync_cues (); _playlists->update_after_tempo_map_change ();