1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-02 14:17:07 +01:00

Update Nyquist to v3.09.

This commit is contained in:
Leland Lucius
2015-04-07 22:10:17 -05:00
parent f88b27e6d8
commit 9fb0ce5b82
358 changed files with 26327 additions and 7043 deletions

View File

@@ -1,7 +1,6 @@
(TONEV-ALG
(NAME "tonev")
(ARGUMENTS ("sound_type" "s1") ("sound_type" "hz"))
(INLINE-INTERPOLATION T)
(INTERNAL-SCALING s1)
(ALWAYS-SCALE hz)
(START (MAX s1 hz))
@@ -19,6 +18,6 @@
("c1" "hz" "(1.0 - c2) * scale1"))
(CONSTANT "c1" "c2" "b" "scale1")
(FORCE-INTO-REGISTER scale1)
(INNER-LOOP " output = (sample_type) (prev = c1 * s1 + c2 * prev)")
(INNER-LOOP "output = (sample_type) (prev = c1 * s1 + c2 * prev)")
)