[Audacity-nyquist] RE: Audacity-nyquist digest, Vol 1 #51 - 1 msg
A free multi-track audio editor and recorder
Brought to you by:
aosiniao
|
From: Roger B. D. <rb...@cs...> - 2005-04-15 13:13:59
|
Edgar, Thanks for the explanation. There's one typo in your explanation: to initialize "let" variables, you put the variable and the initial value in a list, so instead of (let (variable-name expression variable-name2 expression2) ...) you should write: (let ((variable-name expression) (variable-name2 expression2)) ...) ----- If there's some Nyquist documentation to the contrary, let me know! -Roger |