13
0

temporal: NOOP - add helpful comment

This commit is contained in:
Paul Davis 2022-12-20 21:31:31 -07:00
parent ae36f8e445
commit d3dd865093

View File

@ -3103,6 +3103,14 @@ TempoMap::set_continuing (TempoPoint& tp, bool yn)
return true;
}
/* Adjusts the outgoing tempo at @p ts so that the next Tempo point is at @p
* end_sample, while keeping the beat time positions of both the same.
*
* i.e. literally "stretches" out a tempo section (between two markers) by
* speeding or slowing the initial outbound tempo and ramping to the end
* tempo.
*/
void
TempoMap::stretch_tempo (TempoPoint* ts, samplepos_t sample, samplepos_t end_sample, Beats const & start_qnote, Beats const & end_qnote)
{