Search found 2 matches

by smosco
Thu Jul 03, 2014 6:40 pm
Forum: Nyquist
Topic: Nyquist do* does not return audio
Replies: 7
Views: 3278

Re: Nyquist do* does not return audio

(stretch-abs 200.0 (hzosc i)) (const 0.0 [120])) What are the square brackets? They are not legal. In the manual http://www.cs.cmu.edu/~rbd/doc/nyquist/part8.html#index329 the notation: (const value [duration]) means that duration is an optional argument. You don't use the square brackets. For exam...
by smosco
Wed Jul 02, 2014 7:25 pm
Forum: Nyquist
Topic: Nyquist do* does not return audio
Replies: 7
Views: 3278

Nyquist do* does not return audio

I'm trying to generate a bunch of sine waves at different frequencies each followed by silence (do* (i 500 (setq i (500 + i))) ; DO* loop with var I ((eql i 2500) (stretch-abs 200.0 (hzosc 2500))) ; test and result (stretch-abs 200.0 (hzosc i)) (const 0.0 [120])) When I run this, audacity tells me "...