question about p3
Date | 2016-11-01 18:25 |
From | "Joe ." |
Subject | question about p3 |
Hi guys. Question about score/ orchestra interaction.
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
If I have something like instr 1 aEnvelope = linseg:a(0, p3, 1) aOut = oscil:a(aEnvelope, 440) outs aOut, aOut endin then in the score, have t 0 120 i1 0 1 does the ramp occur over 0.5 seconds, or 1 second? Thanks Joe |
Date | 2016-11-01 18:34 |
From | Tarmo Johannes |
Subject | Re: question about p3 |
0.5 The score time in beats gets converted to seconds in pre-processing and forwarded to orchestra as seconds.2016-11-01 20:25 GMT+02:00 Joe . <not007ful@gmail.com>:
|
Date | 2016-11-01 18:34 |
From | Casey Mongoven |
Subject | Re: question about p3 |
The t 0 120 at the beginning of your score doubles the speed (there is normally an implicit t 0 60 if t is not used). -- View this message in context: http://csound.1045644.n5.nabble.com/Csnd-question-about-p3-tp5752388p5752389.html Sent from the Csound - General mailing list archive at Nabble.com. 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 | 2016-11-01 18:41 |
From | "J. C." |
Subject | Re: question about p3 |
Nov 1 2016, Joe . has written: ... > aEnvelope = linseg:a(0, p3, 1) ... > then in the score, have ... > i1 0 1 > > does the ramp occur over 0.5 seconds, or 1 second? ... According to the manual, this should last 0.5 seconds, since the p2 and p3 parameters are interpreted as beats and not seconds. HTH. Best wishes, Jeanette -------- When you need someone, you just turn around and I will be there <3 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 | 2016-11-01 18:44 |
From | "J. C." |
Subject | Re: question about p3 |
Hi, an additional question: when giving a tempo statement like this: t 0 60 8 120 will that mean that the tempo of 120 is reached at the beginning of the 8th beat? Thanks and warm regards, Jeanette -------- When you need someone, you just turn around and I will be there <3 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 |