13
0

NO-OP: whitespace

This commit is contained in:
Robin Gareus 2019-02-16 00:31:15 +01:00
parent 3cffaeac74
commit fb8505a4ad
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -131,7 +131,7 @@ PortInsert::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_samp
} else if (_latency_flush_samples) {
/* wait for the entire input buffer to drain before picking up input again so that we can't
hear the remnants of whatever MTDM pumped into the pipeline.
* hear the remnants of whatever MTDM pumped into the pipeline.
*/
silence (nframes, start_sample);
@ -154,7 +154,7 @@ PortInsert::run (BufferSet& bufs, samplepos_t start_sample, samplepos_t end_samp
_out->run (bufs, start_sample, end_sample, speed, nframes, true);
_input->collect_input (bufs, nframes, ChanCount::ZERO);
out:
out:
_active = _pending_active;
}
@ -226,10 +226,10 @@ ARDOUR::samplecnt_t
PortInsert::signal_latency() const
{
/* because we deliver and collect within the same cycle,
all I/O is necessarily delayed by at least samples_per_cycle().
if the return port for insert has its own latency, we
need to take that into account too.
* all I/O is necessarily delayed by at least samples_per_cycle().
*
* if the return port for insert has its own latency, we
* need to take that into account too.
*/
if (_measured_latency == 0) {