13
0
livetrax/libs/temporal
Paul Davis 60e5b84d78 temporal: alternative solution to overflow in timeline operator*()
This uses boost::multiprecision::int512_t when multiplying and dividing by the numerator
and denominator of a ratio_t. 128 bits would be sufficient but for some reason, the boost
docs show the 512 bit variant being very slightly faster.

This is a better solution than using a double, which although it will prevent overflow
has fairly limited resolution.
2022-05-24 21:46:10 -06:00
..
MSVCtemporal
temporal libs/temporal/temporal/types.h: fix confusing indentation 2022-05-24 17:15:37 -06:00
test temporal: add some relatively useless code to one of the timeline test functions 2022-04-05 20:52:10 -06:00
bbt_time.cc temporal: fix error in operator>> for BBT_offset 2021-08-31 22:33:33 -06:00
beats.cc Fix Beats::rount_to.. Bar rounding 2022-03-04 19:41:25 +01:00
debug.cc temporal: add new debug bit for debug tracing just TempoMap::reset_starting_at() 2022-05-13 19:05:13 -06:00
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 temporal: remove debug output 2022-05-24 18:08:31 -06:00
test2.cc
test.cc
time.cc
timeline.cc temporal: alternative solution to overflow in timeline operator*() 2022-05-24 21:46:10 -06:00
wscript wscript: remove trailing whitespace 2022-04-09 12:16:37 +02:00