Fix compilation of triggerbox.cc (amend ca6c99586f)

This commit is contained in:
Robin Gareus 2022-02-01 03:50:23 +01:00
parent e5efb57166
commit b55ef8543d
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04

View file

@ -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));