From 0e011e0e900d14fa3a9f2f315830498932f112eb Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 3 Apr 2025 21:06:14 +0200 Subject: [PATCH] NO-OP: cleanup --- libs/ardour/triggerbox.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/triggerbox.cc b/libs/ardour/triggerbox.cc index 03d2593219..07c68ef68a 100644 --- a/libs/ardour/triggerbox.cc +++ b/libs/ardour/triggerbox.cc @@ -2189,7 +2189,7 @@ AudioTrigger::audio_run (BufferSet& bufs, samplepos_t start_sample, samplepos_t * channel, but actually processes them all in one pass. */ - _stretcher->process (&in[0], to_stretcher, at_end); + _stretcher->process (in, to_stretcher, at_end); read_index += to_stretcher; avail = _stretcher->available ();