mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 00:43:18 +01:00
amend 32248b755b (legacy tempo map).
This commit is contained in:
parent
858e44745b
commit
461c0374a1
1 changed files with 2 additions and 1 deletions
|
|
@ -4184,7 +4184,8 @@ TempoMap::fix_legacy_session ()
|
|||
prev_t->set_pulse (0.0);
|
||||
prev_t->set_minute (0.0);
|
||||
prev_t->set_position_lock_style (AudioTime);
|
||||
t->set_initial (true);
|
||||
prev_t->set_initial (true);
|
||||
prev_t->set_locked_to_meter (true);
|
||||
have_initial_t = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue