mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 05:35:47 +01:00
Fix broken meter manipulation in exact_beat.
This commit is contained in:
parent
e40604f6bd
commit
f4ec7f12d1
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue