temporal: helpful comment for future readers
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user