temporal: improve accuracy of a comment/XXX item

This commit is contained in:
Paul Davis 2022-05-24 17:21:18 -06:00
parent c1c95f538f
commit a7ee848f70
1 changed files with 4 additions and 1 deletions

View File

@ -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);