NO-OP: comment clarification
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 15 Sep 2015 13:06:16 +0000 (09:06 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 15 Sep 2015 13:06:16 +0000 (09:06 -0400)
libs/ardour/route.cc

index 51eaa4bda15919bf6f89ac36ba242f13b0be9c85..fb4dafbd0ac8b407ae259cb87f3a1cf1cbd821e7 100644 (file)
@@ -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;