13
0

Tempo ramps - play nicely with legacy sessions.

This commit is contained in:
nick_m 2015-12-21 06:21:27 +11:00
parent 6dac0e0f14
commit af07762f98

View File

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