Files
ardour/libs/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
..
2022-11-21 18:33:17 -07:00
2019-09-30 21:03:29 +02:00
2022-10-01 16:57:12 +02:00