13
0

triggerbox: NOOP - commented out extra debugging info

This commit is contained in:
Paul Davis 2021-12-15 14:58:24 -07:00
parent 1ecdc5c515
commit ca7b418281

View File

@ -700,6 +700,8 @@ AudioTrigger::set_usable_length ()
timecnt_t len (Temporal::Beats (_quantization.beats, _quantization.ticks), timepos_t (Temporal::Beats()));
usable_length = len.samples();
last_sample = _start_offset + usable_length;
// std::cerr << name() << " SUL ul " << usable_length << " of " << data_length << " so " << _start_offset << " ls " << last_sample << std::endl;
}
void