mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 09:39:42 +02:00
12 lines
235 B
Plaintext
12 lines
235 B
Plaintext
(PROD-ALG
|
|
(NAME "prod")
|
|
(ARGUMENTS ("sound_type" "s1") ("sound_type" "s2"))
|
|
(START (MAX s1 s2))
|
|
(COMMUTATIVE (s1 s2))
|
|
(INNER-LOOP "output = s1 * s2")
|
|
(LINEAR s1 s2)
|
|
(TERMINATE (MIN s1 s2))
|
|
(LOGICAL-STOP (MIN s1 s2))
|
|
)
|
|
|