1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-05-05 14:18:53 +02:00
2015-04-07 22:10:17 -05:00

13 lines
283 B
Plaintext

(COTERM-ALG
(NAME "coterm")
(ARGUMENTS ("sound_type" "s1") ("sound_type" "s2"))
(SAMPLE-RATE (MAX s1))
(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)
)