From 392836a7d281a3641cee14a2a06c207b0ef675cd Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 15 Sep 2015 09:06:16 -0400 Subject: [PATCH] NO-OP: comment clarification --- libs/ardour/route.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index 51eaa4bda1..fb4dafbd0a 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -499,7 +499,8 @@ Route::process_output_buffers (BufferSet& bufs, /* Tell main outs what to do about monitoring. We do this so that on a transition between monitoring states we get a de-clicking gain - change in the _main_outs delivery. + change in the _main_outs delivery, if config.get_use_monitor_fades() + is true. */ bool silence = monitoring_state () == MonitoringSilence;