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-04 13:44:55 +01:00
2023-01-11 00:32:47 +01:00
2022-04-08 19:51:02 +02:00
2022-12-03 15:03:44 +01:00
2020-10-18 17:45:32 +02:00
2021-03-23 23:27:45 +01:00
2022-12-03 15:03:44 +01:00

Please see the Ardour web site at https://ardour.org/ for all documentation..

For information on building ardour: 
      
     https://ardour.org/development.html
Description
No description provided
Readme 202 MiB
Languages
C++ 56.5%
C 39.6%
JavaScript 1.3%
Lua 0.9%
Python 0.6%
Other 0.9%