13
0

fix loading 6.x sessions with initial meter not at sample zero

This commit is contained in:
Paul Davis 2022-10-27 15:02:12 -06:00
parent b1118910c7
commit b195a04281

View File

@ -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;
}