From 8fba1cacd747d57bcb60e1995cf19a84f3875028 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 19 Jan 2017 13:04:07 +0100 Subject: [PATCH] Add some comment --- libs/ardour/track.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libs/ardour/track.cc b/libs/ardour/track.cc index 69d8030776..7dc9890e79 100644 --- a/libs/ardour/track.cc +++ b/libs/ardour/track.cc @@ -955,6 +955,8 @@ Track::monitoring_state () const * time, but just to keep the semantics the same as they were before * sept 26th 2012, we differentiate between the cases where punch is * enabled and those where it is not. + * + * rg: I suspect this is not the case: monitoring may differ */ if (_session.config.get_punch_in() || _session.config.get_punch_out() || _session.preroll_record_punch_enabled ()) {