envelopes that go beyond the note duration
Date | 2016-01-03 15:43 |
From | Peter Burgess |
Subject | envelopes that go beyond the note duration |
I know you get the "r" envelope opcodes (like linsegr and transegr) that include a release section, but if I want to make a sound that plays for a fixed duration, no matter how long the score statement says the note duration is, how do I do that? My experiments with the release opcodes haven't worked, as the note stays on until the release. Is there an envelope opcode that extends the note duration if the envelope overlaps, rather than just adding a release section? I'll make what I mean clearer with a hideous example. I want instr 1 to always play for 0.5 seconds: |
Date | 2016-01-03 15:48 |
From | Rory Walsh |
Subject | Re: envelopes that go beyond the note duration |
You can override the duration by setting p3 in your instrument, ala p3=.5On 3 January 2016 at 15:43, Peter Burgess <pete.soundtechnician@gmail.com> wrote: I know you get the "r" envelope opcodes (like linsegr and transegr) |
Date | 2016-01-03 15:50 |
From | Peter Burgess |
Subject | Re: envelopes that go beyond the note duration |
Well... boy do I feel silly! :D Lol, that's pretty darn simple, nice work csound dev team! On Sun, Jan 3, 2016 at 3:48 PM, Rory Walsh |
Date | 2016-01-03 15:55 |
From | Rory Walsh |
Subject | Re: envelopes that go beyond the note duration |
Oh I wouldn't worry about feeling silly. Have you not been following the thread on array outputs to opcodes?! I just sent the dev team on a wild goose chase over nothing but an oversight on my part!! Yikes. Beers owed count is increasing exponentially these days! On 3 January 2016 at 15:50, Peter Burgess <pete.soundtechnician@gmail.com> wrote: Well... boy do I feel silly! :D Lol, that's pretty darn simple, nice |
Date | 2016-01-03 15:59 |
From | Peter Burgess |
Subject | Re: envelopes that go beyond the note duration |
Lol! I didn't follow that thread to the end, it's a year of smooth manoeuvres ahead On Sun, Jan 3, 2016 at 3:55 PM, Rory Walsh |
Date | 2016-01-03 16:04 |
From | Rory Walsh |
Subject | Re: envelopes that go beyond the note duration |
It's good that some of us are here to remind the rest of the members that it's Ok to make complete tools of ourselves from time to time! On 3 January 2016 at 15:59, Peter Burgess <pete.soundtechnician@gmail.com> wrote: Lol! I didn't follow that thread to the end, it's a year of smooth |
Date | 2016-01-03 16:09 |
From | Peter Burgess |
Subject | Re: envelopes that go beyond the note duration |
Yeah, I'm quite comfortable with taking one for the team like that :D On Sun, Jan 3, 2016 at 4:04 PM, Rory Walsh |
Date | 2016-01-03 17:12 |
From | Michael Gogins |
Subject | Re: envelopes that go beyond the note duration |
In your instrument definition assign the duration you want to p3. Regards, On Jan 3, 2016 10:43 AM, "Peter Burgess" <pete.soundtechnician@gmail.com> wrote:
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
I know you get the "r" envelope opcodes (like linsegr and transegr) |
Date | 2016-01-04 11:57 |
From | Peter Burgess |
Subject | Re: envelopes that go beyond the note duration |
Yeah rory already put me straight on that, i should of thought to try that already really :D cheers all the same though mike. The score and the orchestra feel very separate in my head, so it didn't occur to me that I could actually alter the p fields from the orchestra. This simple fact has opened up a whole world of possibilities that I thought originally would be awkward to implement On Sun, Jan 3, 2016 at 5:12 PM, Michael Gogins |