summaryrefslogtreecommitdiff
path: root/libs/ardour/tempo.cc
diff options
context:
space:
mode:
authornick_m <mainsbridge@gmail.com>2017-05-23 09:54:30 +1000
committernick_m <mainsbridge@gmail.com>2017-05-23 09:54:30 +1000
commitb886c1dcfa36f969086c8515da046d99fa916495 (patch)
treee48c09a30b53e562924a27f04b219e58f0be89fa /libs/ardour/tempo.cc
parent7c6a62452dcbfa2196fee44fa411c27c65505c3b (diff)
Tempo sections with a BBT start XML node are never ramped
Diffstat (limited to 'libs/ardour/tempo.cc')
-rw-r--r--libs/ardour/tempo.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc
index d1378ed9ca..6b1142c1e8 100644
--- a/libs/ardour/tempo.cc
+++ b/libs/ardour/tempo.cc
@@ -4516,6 +4516,8 @@ TempoMap::fix_legacy_session ()
if (!t->active()) {
continue;
}
+ /* Ramp type never existed in the era of this tempo section */
+ t->set_end_note_types_per_minute (t->note_types_per_minute());
if (t->initial()) {
t->set_pulse (0.0);