From e41285668c44631abb75a909162a3c45e247dee1 Mon Sep 17 00:00:00 2001 From: nick_m Date: Mon, 27 Feb 2017 04:12:13 +1100 Subject: amend last commit (don't depend on 0.0) --- libs/ardour/tempo.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/tempo.cc b/libs/ardour/tempo.cc index a45f6fb95e..3738992479 100644 --- a/libs/ardour/tempo.cc +++ b/libs/ardour/tempo.cc @@ -4510,7 +4510,7 @@ TempoMap::fix_legacy_end_session () } if (prev_t) { - if (prev_t->type() == TempoSection::Ramp) { + if (prev_t->type() != TempoSection::Constant) { prev_t->set_end_note_types_per_minute (t->note_types_per_minute()); } } -- cgit v1.2.3