fix loading 6.x sessions with initial meter not at sample zero
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user