mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-11 16:06:25 +01:00
fix loading 6.x sessions with initial meter not at sample zero
This commit is contained in:
parent
b1118910c7
commit
b195a04281
1 changed files with 1 additions and 1 deletions
|
|
@ -3581,7 +3581,7 @@ TempoMap::set_state_3x (const XMLNode& node)
|
|||
break;
|
||||
}
|
||||
|
||||
if (lms.beat != 0) {
|
||||
if (lms.sample != 0) {
|
||||
initial_meter_at_zero = false;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue