From b55ef8543def3fa263b64d4a60054d85d30440ac Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Tue, 1 Feb 2022 03:50:23 +0100 Subject: [PATCH] Fix compilation of triggerbox.cc (amend ca6c99586fb4) --- libs/ardour/triggerbox.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/ardour/triggerbox.cc b/libs/ardour/triggerbox.cc index a4199ca50c..68e0d16c54 100644 --- a/libs/ardour/triggerbox.cc +++ b/libs/ardour/triggerbox.cc @@ -1535,8 +1535,6 @@ AudioTrigger::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_sa from_stretcher = std::min ((samplecnt_t) from_stretcher, final_processed_sample - process_index); // cerr << "FS#2 from ees " << expected_end_sample << " - " << process_index << " = " << from_stretcher << endl; - fade_out = true; - DEBUG_TRACE (DEBUG::Triggers, string_compose ("%1 total retrieved data %2 exceeds theoretical size %3, truncate from_stretcher to %4\n", index(), retrieved, expected_end_sample - transition_samples, from_stretcher));