13
0
livetrax/libs/temporal/temporal
Robin Gareus 6407ca51cd
Fix region-fade, time-stretch and other scaling operations (#9057)
This resolves an ambiguity between abs(int) and std::abs(T) which
depends on context and compiler version and optimization.

In context of #9057, (gcc-6.3 -O3) math.h `abs(int)` was used. This
truncated the superclock value to 31 bit in ControlList::extend_to.
2023-01-12 16:17:39 +01:00
..
bbt_time.h Add explicit BBT_Offset print function (like timeline.h has) 2022-09-28 18:46:58 +02:00
beats.h Add explicit round/floor integer multiply/divide 2022-10-22 02:10:05 +02:00
debug.h
range.h temporal: replace Range::extent() with Range::length() 2022-10-07 16:16:14 -06:00
superclock.h Add explicit round/floor integer multiply/divide 2022-10-22 02:10:05 +02:00
tempo-experiment.h
tempo.h temporal: add optional with_reset arg to all map ::remove_*() methods 2022-12-20 21:54:05 -07:00
time.h
timeline.h Fix invalid use of Doxygen "@param" command 2022-10-30 20:44:28 -04:00
types_convert.h
types.h Fix region-fade, time-stretch and other scaling operations (#9057) 2023-01-12 16:17:39 +01:00
visibility.h