13
0
livetrax/libs/temporal
Paul Davis a803dd0df8 superclock_ticks_per_second: use an (inline) accessor, change value
We do not want a value as large as the previous one, which limits the time
range that can be represented in 62 bits unnecessarily. The new value is
9 times smaller than the previous value, and loses only 384000 as a significant
factor.

This commit also switches to using an (inline) accessor for superclock_ticks_per_second,
making it possible in debug/testing phases to spot early/illegal uses of the value.
2022-03-17 14:15:59 -06:00
..
MSVCtemporal
temporal superclock_ticks_per_second: use an (inline) accessor, change value 2022-03-17 14:15:59 -06:00
test temporal: add some basic BBT time tests 2022-02-21 11:55:44 -07:00
bbt_time.cc
beats.cc Fix Beats::rount_to.. Bar rounding 2022-03-04 19:41:25 +01:00
debug.cc
enums.cc
range.cc
superclock.cc superclock_ticks_per_second: use an (inline) accessor, change value 2022-03-17 14:15:59 -06:00
tempo.cc superclock_ticks_per_second: use an (inline) accessor, change value 2022-03-17 14:15:59 -06:00
test2.cc
test.cc
time.cc
timeline.cc temporal: fix construction of timepos_t and timecnt_t with max_sample{pos,cnt} 2021-11-22 10:35:52 -07:00
wscript temporal: add skeleton for Timeline (timepos_t/timecnt_t) tests 2022-02-12 22:25:17 -07:00