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:
@@ -1,9 +1,12 @@
|
||||
(ABS-ALG
|
||||
(NAME "abs")
|
||||
(ARGUMENTS ("sound_type" "input"))
|
||||
(ALWAYS-SCALE input)
|
||||
(linear input)
|
||||
(START (MIN input))
|
||||
(INNER-LOOP "{ sample_type s = input; sample_type o = s; if (o < 0.0) o = -o; output = o; }")
|
||||
(INNER-LOOP "{ sample_type s = input;
|
||||
sample_type o = s;
|
||||
if (o < 0.0) o = -o;
|
||||
output = o; }")
|
||||
(TERMINATE (MIN input))
|
||||
(LOGICAL-STOP (MIN input))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user