mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-21 06:06:25 +01:00
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:
parent
22b50c1716
commit
2ea75e88a2
1 changed files with 1 additions and 0 deletions
|
|
@ -5460,6 +5460,7 @@ void
|
|||
Session::tempo_map_changed ()
|
||||
{
|
||||
clear_clicks ();
|
||||
sync_cues ();
|
||||
|
||||
_playlists->update_after_tempo_map_change ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue