13
0

Fix broken meter manipulation in exact_beat.

This commit is contained in:
nick_m 2016-07-02 03:04:55 +10:00
parent e40604f6bd
commit f4ec7f12d1

View File

@ -2474,7 +2474,7 @@ TempoMap::solve_map_bbt (Metrics& imaginary, MeterSection* section, const BBT_Ti
for (Metrics::const_iterator ii = imaginary.begin(); ii != imaginary.end(); ++ii) {
TempoSection* t;
if ((*i)->is_tempo()) {
if ((*ii)->is_tempo()) {
t = static_cast<TempoSection*> (*ii);
if ((t->locked_to_meter() || !t->movable()) && t->frame() == m->frame()) {
meter_locked_tempo = t;