[Csnd] McCurdy examples
Date | 2017-10-09 17:37 |
From | jpff |
Subject | [Csnd] McCurdy examples |
In my copy of SelfTriggeringInstrument.csd line 125 is clearly wrong aenv expsega 0.001,0.005,1,p3.0.01,0.001 ;PERCUSSIVE AMPLITUDE ENVELOPE I guessed the . after p3 should be a , but that as not correct as the argument count. What should it say? ==John ffitch Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND Send bugs reports to https://github.com/csound/csound/issues Discussions of bugs and features can be posted here |
Date | 2017-10-09 20:23 | |||||
From | Iain McCurdy | |||||
Subject | Re: [Csnd] McCurdy examples | |||||
Thanks again. I don't know how this crept in. So that the envelope duration equals p3, the line should read:
aenv expsega
0.001, 0.005, 1, p3-0.005, 0.001
From: A discussion list for users of Csound <CSOUND@LISTSERV.HEANET.IE> on behalf of jpff <jpff@CODEMIST.CO.UK>
Sent: 09 October 2017 16:37 To: CSOUND@LISTSERV.HEANET.IE Subject: [Csnd] McCurdy examples In my copy of SelfTriggeringInstrument.csd line 125 is clearly wrong
aenv expsega 0.001,0.005,1,p3.0.01,0.001 ;PERCUSSIVE AMPLITUDE ENVELOPE I guessed the . after p3 should be a , but that as not correct as the argument count. What should it say? ==John ffitch Csound mailing list Csound@listserv.heanet.ie https://listserv.heanet.ie/cgi-bin/wa?A0=CSOUND
Send bugs reports to https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here |
Date | 2017-10-09 21:14 |
From | jpff |
Subject | Re: [Csnd] McCurdy examples |
Thaks -- muc better On Mon, 9 Oct 2017, Iain McCurdy wrote: > > Thanks again. I don't know how this crept in. So that the envelope duration > equals p3, the line should read: > > > aenv expsega 0.001, 0.005, 1, p3-0.005, 0.001 > > > > ______________________________________________________________________________ > From: A discussion list for users of Csound |