mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-08 06:35:46 +01:00
Use literal for compatibility
This commit is contained in:
parent
587a2dee55
commit
2961db3b6f
1 changed files with 1 additions and 1 deletions
|
|
@ -1909,7 +1909,7 @@ static const float _demolition[] = {
|
|||
-4.3f, /* arbitrary negative number > 0dBFS */
|
||||
4294967395.0f, /* 2^16 + 100 */
|
||||
-4294967395.0f,
|
||||
HUGE, /* Big, non-inf number */
|
||||
3.40282347e+38F,/* HUGE, HUGEVALF, non-inf number */
|
||||
INFINITY, /* +inf */
|
||||
-INFINITY, /* -inf */
|
||||
-NAN, /* -nan */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue