Tempo ramps - play nicely with legacy sessions.
This commit is contained in:
parent
6dac0e0f14
commit
af07762f98
@ -128,7 +128,7 @@ TempoSection::TempoSection (const XMLNode& node)
|
||||
}
|
||||
|
||||
if ((prop = node.property ("tempo-type")) == 0) {
|
||||
_type = TempoSectionType::Ramp;
|
||||
_type = TempoSectionType::Constant;
|
||||
} else {
|
||||
if (strstr(prop->value().c_str(),"Constant")) {
|
||||
_type = TempoSectionType::Constant;
|
||||
|
Loading…
Reference in New Issue
Block a user