change iteratory indirection syntax, remove debug output
This commit is contained in:
parent
f9f32cb5be
commit
82f193d4dd
@ -565,13 +565,12 @@ TempoMap::rebuild (superclock_t limit)
|
|||||||
_points.insert (next, TempoMapPoint (*tmp, sc, qn, bbt));
|
_points.insert (next, TempoMapPoint (*tmp, sc, qn, bbt));
|
||||||
}
|
}
|
||||||
|
|
||||||
(*tmp).set_dirty (false);
|
tmp->set_dirty (false);
|
||||||
prev = tmp;
|
prev = tmp;
|
||||||
tmp = next;
|
tmp = next;
|
||||||
}
|
}
|
||||||
|
|
||||||
Changed (first_dirty, _points.back().sclock()); /* EMIT SIGNAL */
|
Changed (first_dirty, _points.back().sclock()); /* EMIT SIGNAL */
|
||||||
cerr << "Rebuilt " << first_dirty << " .. " << _points.back().sclock() << endl;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
Loading…
Reference in New Issue
Block a user