temporal: helpful comment for future readers

This commit is contained in:
Paul Davis 2022-05-13 18:59:34 -06:00
parent f0f8f15cce
commit c9b7f012e4

View File

@ -1140,6 +1140,7 @@ TempoMap::reset_starting_at (superclock_t sc)
DEBUG_TRACE (DEBUG::MapReset, string_compose ("we begin at %1 with metric %2\n", sc, metric));
/* Setup the metric that is in effect at the starting point */
for (p = _points.begin(); p != _points.end(); ++p) {
@ -1172,6 +1173,10 @@ TempoMap::reset_starting_at (superclock_t sc)
}
}
/* Now iterate over remaining points and recompute their audio time
* positions.
*/
for ( ; p != _points.end(); ++p) {