mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
tempo map: NOOP helpful comment, perhaps
This commit is contained in:
parent
73c87064a5
commit
a5ccb521e6
1 changed files with 4 additions and 0 deletions
|
|
@ -2051,6 +2051,10 @@ TempoMap::get_grid (TempoMapPoints& ret, superclock_t start, superclock_t end, u
|
|||
p = nxt;
|
||||
}
|
||||
|
||||
/* If we've reached the end of the points list, break and let
|
||||
* the final phase below fill out the rest of the grid
|
||||
*/
|
||||
|
||||
if (p == _points.end()) {
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue