mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-15 17:43:53 +01:00
Update Nyquist to v3.09.
This commit is contained in:
@@ -3,7 +3,9 @@
|
||||
(ARGUMENTS ("sound_type" "input"))
|
||||
(ALWAYS-SCALE input)
|
||||
(START (MIN input))
|
||||
(INNER-LOOP "{ sample_type i = input; if (i < 0) i = 0; output = (sample_type) sqrt(i); }")
|
||||
(INNER-LOOP "{ sample_type i = input;
|
||||
if (i < 0) i = 0;
|
||||
output = (sample_type) sqrt(i); }")
|
||||
(TERMINATE (MIN input))
|
||||
(LOGICAL-STOP (MIN input))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user