mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-28 16:20:12 +01:00
Update Nyquist to v3.09.
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
(ARGUMENTS ("sound_type" "s") ("double" "level"))
|
||||
(STATE ("sample_type" "level" "(sample_type) level"))
|
||||
(START (MIN s))
|
||||
(INNER-LOOP "double x = s; output = (sample_type) (x > level ? level : (x < -level ? -level : x))")
|
||||
(INNER-LOOP "double x = s;
|
||||
output = (sample_type)
|
||||
(x > level ?
|
||||
level : (x < -level ? -level : x))")
|
||||
(TERMINATE (MIN s))
|
||||
(LOGICAL-STOP (MIN s))
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user