mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
fix thinko resulting in duplicate bar-names after a tempo-mapping op
This commit is contained in:
parent
4192710ac8
commit
54969d8aab
1 changed files with 0 additions and 1 deletions
|
|
@ -2369,7 +2369,6 @@ TempoMap::get_grid (TempoMapPoints& ret, superclock_t start, superclock_t end, u
|
|||
|
||||
if (!mtp) {
|
||||
if (bbt == p->bbt()) {
|
||||
ret.push_back (TempoMapPoint (*this, metric, start, beats, bbt));
|
||||
DEBUG_TRACE (DEBUG::Grid, string_compose ("Gc %1\t [%2]\n", metric, ret.back()));
|
||||
DEBUG_TRACE (DEBUG::Grid, string_compose ("we've reached the next point via BBT, BBT %1 audio %2 point %3\n", bbt, start, *p));
|
||||
reset = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue