mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
12 lines
253 B
Plaintext
12 lines
253 B
Plaintext
(CONST-ALG
|
|
(NAME "const")
|
|
(ARGUMENTS ("double" "c") ("time_type" "t0")
|
|
("rate_type" "sr") ("time_type" "d"))
|
|
(STATE ("sample_type" "c" "(sample_type) c"))
|
|
(CONSTANT "c")
|
|
(TERMINATE (AFTER "d"))
|
|
(INNER-LOOP "output = c")
|
|
(SAMPLE-RATE "sr")
|
|
)
|
|
|