summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-01-19 13:04:07 +0100
committerRobin Gareus <robin@gareus.org>2017-01-19 13:05:54 +0100
commit8fba1cacd747d57bcb60e1995cf19a84f3875028 (patch)
tree49818ad951c129e613a3e8a76bad3a1a4bf467cd
parent9c08a403c4c0a169acf44c741af1c40b16e23795 (diff)
Add some comment
-rw-r--r--libs/ardour/track.cc2
1 files changed, 2 insertions, 0 deletions
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 ()) {