mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-05 14:18:53 +02:00
10 lines
214 B
Plaintext
10 lines
214 B
Plaintext
(LOG-ALG
|
|
(NAME "log")
|
|
(ARGUMENTS ("sound_type" "input"))
|
|
(ALWAYS-SCALE input)
|
|
(START (MIN input))
|
|
(INNER-LOOP "output = (sample_type) log(input)")
|
|
(TERMINATE (MIN input))
|
|
(LOGICAL-STOP (MIN input))
|
|
)
|