From a7ee848f70e0b2829b9bc6e10e6316ea836f1e2c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 24 May 2022 17:21:18 -0600 Subject: [PATCH] temporal: improve accuracy of a comment/XXX item --- libs/temporal/tempo.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/libs/temporal/tempo.cc b/libs/temporal/tempo.cc index 98fb344db6..43cc93130c 100644 --- a/libs/temporal/tempo.cc +++ b/libs/temporal/tempo.cc @@ -2363,7 +2363,10 @@ TempoMap::set_state (XMLNode const & node, int version) /* global map properties */ - /* XXX this should probably be at the global level in the session file because it is the basic time unit in session files and affects a lot more than just the tempo map */ + /* XXX this should probably be at the global level in the session file + * because it is the time unit for anything in the audio time domain, + * and affects a lot more than just the tempo map + */ superclock_t sc; if (node.get_property (X_("superclocks-per-second"), sc)) { set_superclock_ticks_per_second (sc);