From bc7e14c8ac8d094abcb44d8d007ce44ee47d5bb0 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 6 Dec 2021 14:05:59 -0700 Subject: [PATCH] remove misleading content from a comment --- libs/ardour/triggerbox.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libs/ardour/triggerbox.cc b/libs/ardour/triggerbox.cc index 26040bd399..4f64b0f028 100644 --- a/libs/ardour/triggerbox.cc +++ b/libs/ardour/triggerbox.cc @@ -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;