Search found 222 matches
- Fri Feb 22, 2013 5:42 pm
- Forum: Nyquist
- Topic: Beginner's question
- Replies: 43
- Views: 16517
Re: Beginner's question
Hello Sirs. I wrote a script by inspiring me of scripts that I found on this forum. My script does not work. I tried various regulations but I do not succeed in generating an audio file. Would you have the kindness to read my script to say to me where is situated the problem, or, the problems? Befor...
- Mon Feb 18, 2013 4:02 pm
- Forum: Nyquist
- Topic: Beginner's question
- Replies: 43
- Views: 16517
Re: Beginner's question
Hello Sirs. Yes, the site where I found this script is good http: // eces.colorado.edu/ The problem has to be situated at the level of the value given to the function " scale " ( 20 ). On the other hand, and it is which creates the confusion with me, we can find regulations interesting with these "e...
- Sat Feb 16, 2013 8:30 am
- Forum: Nyquist
- Topic: Beginner's question
- Replies: 43
- Views: 16517
Re: Beginner's question
Hello Sirs. There is a site where the beginners with the language Nyquist can try scripts("Nyquist for Newcomers" by Brad Lindseth). It is another problem of panoramic view. Please read this script proposed by Brad Linseth: (defun stereo () (pan (scale .7 (fmosc (hz-to-step 100) (scale 20 (mod)))) (...
- Mon Feb 11, 2013 8:38 pm
- Forum: Nyquist
- Topic: Beginner's question
- Replies: 43
- Views: 16517
Re: Beginner's question
Hello Sirs. I thank Robert J.H. for these explanations. I think of having understood. On the other hand, there is another problem. If you well want to observe the following script (abs-env (pan (scale 0.48 (sine 60 10)) (scale (/ 1 0.697522) (lfo 2 10)))) If I resumes the previous explanation: (scal...
- Sun Feb 10, 2013 5:38 pm
- Forum: Nyquist
- Topic: Beginner's question
- Replies: 43
- Views: 16517
Re: Beginner's question
Hello Sirs. I thank the moderators for their help. On the other hand, I am sorry, I did not understand the end of Robert J.H.'s message. "...multiply by 0.5. The lfo goes now from -0.5 to 0.5..." It is the function [(sum] which multiplies? Either, is it necessary to multiply the duration in seconds ...
- Fri Feb 08, 2013 9:40 pm
- Forum: Nyquist
- Topic: Beginner's question
- Replies: 43
- Views: 16517
Re: Beginner's question
Hello Sirs. I thank steve for its comments. I would like to ask another question on a problem of duration by an audio file generated by Nyquist. I noted well that the duration of the selection in the audio track is important. That this duration is taken as unit of time and which is multiplied by the...
- Wed Feb 06, 2013 6:08 pm
- Forum: Nyquist
- Topic: Beginner's question
- Replies: 43
- Views: 16517
Re: Beginner's question
Hello. I have a question very simple to rest. it concerns the following script (play (mult (lfo 100 10) (pwl 3 1.25 4.5))) My question is the following one: why the audio sent back by the software lasts only 2 or 3 seconds. As a rule(in principle), it should last 10 seconds if I understand well (lfo...
- Tue Jan 29, 2013 9:51 pm
- Forum: Nyquist
- Topic: Beginner's question
- Replies: 43
- Views: 16517
Re: Beginner's question
Hello Sirs. I would be grateful to a moderator for using. I have write this script which is clumsy. it generates three chords which notes are of diverse durations. These chords are separated by silences. I think that the end of the script is badly written. (defun tone () (stretch-abs 22.0 (scale 0.0...
- Fri Jan 25, 2013 8:27 pm
- Forum: Nyquist
- Topic: Beginner's question
- Replies: 43
- Views: 16517
Re: Beginner's question
Hello. I thank the moderators for their comments. I would like returning to the script proposed by Robert J.H. (print (s-save (reson (scale 0.025 (noise)) (pwl 0.0 100.0 1.0 1000.0 1.0) 20.0) ny:all "" :play t)) Robert J.H indicates that this script allows, if I understand well, to reach the level o...
- Tue Jan 22, 2013 9:52 pm
- Forum: Nyquist
- Topic: Beginner's question
- Replies: 43
- Views: 16517
Re: Beginner's question
Hello Sir. There is something that I find strange here. I would like to speak about the following script (script 1): (abs-env (reson (scale 0.025 (osc 84)) (pwl 0.0 100.0 1.0 1000.0 1.0) 20.0))) As had said it Robert J.H we obtain a kind of effect WHA WHA. If I change the shape of wave (osc 84 becom...