ardour/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 temporal: add new debug bit for debug tracing just TempoMap::reset_starting_at() 2022-05-13 19:05:13 -06:00
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 first pass at integrating nutempo v1 with new 64 bit superclock/ticks representation 2021-08-13 12:51:28 -06:00
tempo.h temporal: add optional with_reset arg to all map ::remove_*() methods 2022-12-20 21:54:05 -07:00
time.h Fix remaining doxygen warnings (!) 2019-09-30 21:03:29 +02:00
timeline.h Fix invalid use of Doxygen "@param" command 2022-10-30 20:44:28 -04:00
types.h Fix region-fade, time-stretch and other scaling operations (#9057) 2023-01-12 16:17:39 +01:00
types_convert.h temporal: fix location of enum conversion decls 2022-04-05 20:52:09 -06:00
visibility.h libtemporal: changes derived from converting libardour 2021-08-13 12:51:28 -06:00