[Csnd] delayed LFO not working
Date | 2014-04-22 16:26 |
From | zappfinger |
Subject | [Csnd] delayed LFO not working |
I have no idea why the following does not work: ; delayed LFO kcps chnget "lfo1.cps" idel chnget "lfo1.delay" kmodd chnget "vco1.modd" klfoa line 0, idel, 1.0 klfo lfo klfoa, kcps, 1 kcps =p4+kmodd*klfo*100 ain vco2 kenv, kcps, imode ... any clues? -- View this message in context: http://csound.1045644.n5.nabble.com/delayed-LFO-not-working-tp5734568.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2014-04-22 16:32 |
From | Victor Lazzarini |
Subject | Re: [Csnd] delayed LFO not working |
The line opcode will keep incrementing past 1 after idel secs. Is that what you want? ======================== Dr Victor Lazzarini Senior Lecturer NUI Maynooth, Ireland victor dot lazzarini at nuim dot ie On 22 Apr 2014, at 16:26, zappfinger |
Date | 2014-04-22 16:48 |
From | zappfinger |
Subject | [Csnd] Re: delayed LFO not working |
Yes, I know, but is gets 0 again with every new note- i printed it, so that is not the problem. The thing is, I do not hear any modulation at all.... -- View this message in context: http://csound.1045644.n5.nabble.com/delayed-LFO-not-working-tp5734568p5734570.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2014-04-22 16:55 |
From | Steven Yi |
Subject | Re: [Csnd] Re: delayed LFO not working |
What value are you getting for idel? On Tue, Apr 22, 2014 at 11:48 AM, zappfinger |
Date | 2014-04-22 17:03 |
From | zappfinger |
Subject | [Csnd] Re: delayed LFO not working |
I can control that with a slider. It is between 0 and 1 second or so I also tried linseg, to no avail... -- View this message in context: http://csound.1045644.n5.nabble.com/delayed-LFO-not-working-tp5734568p5734573.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2014-04-22 17:12 |
From | zappfinger |
Subject | [Csnd] Re: delayed LFO not working |
Oops, my mistake, I was net sending the proper channel for the frequency of the LFO! -- View this message in context: http://csound.1045644.n5.nabble.com/delayed-LFO-not-working-tp5734568p5734574.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |