home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 2003 January
/
macformat-125-disc-2.iso
/
Reviewed⁄Demos
/
audacity-mac-1.1.1
/
Plug-Ins
/
tremolo.ny
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Audacity Nyquits plug-in
|
2002-10-26
|
278 b
|
9 lines
|
[
TEXT/CWIE
]
;nyquist plug-in
;version 1
;type process
;name "Tremolo..."
;action "Applying Tremolo..."
;control amount "Wetness" int "%" 40 0 100
;control lfo "Frequency" real "Hz" 4.0 0.1 10.0
(mult (sum (const (- 1.0 (/ amount 200.0))) (scale (/ amount 200.0) (osc (hz-to-step lfo)))) s)