13
0

remove misleading content from a comment

This commit is contained in:
Paul Davis 2021-12-06 14:05:59 -07:00
parent 0a0ca81e11
commit bc7e14c8ac

View File

@ -1340,11 +1340,6 @@ MIDITrigger::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_sam
* is handling in its own run() method. start_sample may have
* been adjusted to reflect a previous Trigger's processing
* during this run cycle, and so has dest_offset.
*
* Therefore, when computing the buffer sample for this MIDI
* event, we only consider one of the two values, not both. If
* we use both, we will double the "offset" that occurs if
* another Trigger ran during this process cycle.
*/
samplepos_t buffer_samples = timeline_samples - start_sample + dest_offset;