mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 08:14:58 +01:00
libs/temporal: clarify superclocks-per-second usage comment
This commit is contained in:
parent
aadd24a4e5
commit
2f5f917df2
1 changed files with 1 additions and 1 deletions
|
|
@ -2363,7 +2363,7 @@ TempoMap::set_state (XMLNode const & node, int version)
|
||||||
|
|
||||||
/* global map properties */
|
/* global map properties */
|
||||||
|
|
||||||
/* XXX this should probably be at the global level in the session file because it affects a lot more than just the tempo map, potentially */
|
/* 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 */
|
||||||
superclock_t sc;
|
superclock_t sc;
|
||||||
if (node.get_property (X_("superclocks-per-second"), sc)) {
|
if (node.get_property (X_("superclocks-per-second"), sc)) {
|
||||||
set_superclock_ticks_per_second (sc);
|
set_superclock_ticks_per_second (sc);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue