mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
Fix compilation of triggerbox.cc (amend ca6c99586f)
This commit is contained in:
parent
e5efb57166
commit
b55ef8543d
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
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;
|
// 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",
|
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));
|
index(), retrieved, expected_end_sample - transition_samples, from_stretcher));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue