1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 14:18:53 +02:00
2010-01-24 09:19:39 +00:00

12 lines
258 B
Plaintext

(COTERM-ALG
(NAME "coterm")
(ARGUMENTS ("sound_type" "s1") ("sound_type" "s2"))
(START (MAX s1 s2))
(INNER-LOOP "{sample_type dummy = s2; output = s1;}")
(LINEAR s1)
(TERMINATE (MIN s1 s2))
(LOGICAL-STOP (MIN s1 s2))
(INTERNAL-SCALING s2)
)