Gate
Date | 2016-03-25 20:44 |
From | Peter Burgess |
Subject | Gate |
Attachments | CelloGate.csd 156664__juskiddink__cello-c-string-resonance.wav |
Sorry about the constant bombardment of questions that I throw at this mailing list, but anyone got any clever ideas on implementing a gate? It seems like a simple task, but I've tried a few things now, and I keep finding some kind of snag. Attached is my latest attempt. Because the loopseg opcodes are only k-rate, I get noise during the rise and fall segments. I've also attached the sample used. Pete -- http://algorythmradio.com https://soundcloud.com/algorythmradio 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-03-25 21:24 |
From | joachim heintz |
Subject | Re: Gate |
what if you simply write a(kgate) as input for loscil? joachim On 25/03/16 21:44, Peter Burgess wrote: > Sorry about the constant bombardment of questions that I throw at this > mailing list, but anyone got any clever ideas on implementing a gate? > It seems like a simple task, but I've tried a few things now, and I > keep finding some kind of snag. > > Attached is my latest attempt. Because the loopseg opcodes are only > k-rate, I get noise during the rise and fall segments. I've also > attached the sample used. > > Pete > 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-03-25 21:31 |
From | Peter Burgess |
Subject | Re: Gate |
in what way? I've tried using a squarish ftable to read a gate, but the trouble is that when you change the frequency of the gate, the rise and fall time of the amplitude changes aswell. I need one with a steady rise and fall time, no matter what the frequency. On Fri, Mar 25, 2016 at 9:24 PM, joachim heintz |
Date | 2016-03-25 21:53 |
From | joachim heintz |
Subject | Re: Gate |
i meant, in your code: asampl, asampr loscil a(kgate), icps, gifFCello00, 80 as you said you get zipper noise because kgate is not audio rate. so i thought a(kgate) should interpolate. joachim On 25/03/16 22:31, Peter Burgess wrote: > in what way? I've tried using a squarish ftable to read a gate, but > the trouble is that when you change the frequency of the gate, the > rise and fall time of the amplitude changes aswell. I need one with a > steady rise and fall time, no matter what the frequency. > > On Fri, Mar 25, 2016 at 9:24 PM, joachim heintz |
Date | 2016-03-25 21:58 |
From | Peter Burgess |
Subject | Re: Gate |
does it? well bugger me, I'll give that a try. Sorry, I misunderstood what you meant :D On Fri, Mar 25, 2016 at 9:53 PM, joachim heintz |
Date | 2016-03-26 11:10 |
From | Peter Burgess |
Subject | Re: Gate |
well, that sure did it! that's a great trick, I'll remember that one! cheers joachim! On Fri, Mar 25, 2016 at 9:58 PM, Peter Burgess |
Date | 2016-03-26 17:36 |
From | joachim heintz |
Subject | Re: Gate |
yes this is very useful and easy to write. glad it worked for you - joachim On 26/03/16 12:10, Peter Burgess wrote: > well, that sure did it! that's a great trick, I'll remember that one! > > cheers joachim! > > On Fri, Mar 25, 2016 at 9:58 PM, Peter Burgess > |
Date | 2016-03-27 00:56 |
From | "Dr. Richard Boulanger" |
Subject | Re: Gate |
I hope that Peter will share his "awesome" new Kick with all of us! -dB On Sat, Mar 26, 2016 at 1:36 PM, joachim heintz <jh@joachimheintz.de> wrote: yes this is very useful and easy to write. glad it worked for you - _____________________________________________ Dr. Richard Boulanger Professor of Electronic Production and Design Professional Writing and Music Technology Division Berklee College of Music ______________________________________________ President of Boulanger Labs - http://boulangerlabs.com Author & Editor of The Csound Book - http://mitpress.mit.edu/books/csound-book Author & Editor of The Audio Programming Book - http://mitpress.mit.edu/books/audio-programming-book ______________________________________________ about: http://www.boulangerlabs.com/about/richardboulanger/ about: http://www.csounds.com/community/developers/dr-richard-boulanger/ music: http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/ ______________________________________________ email: rboulanger@berklee.edu facebook: https://www.facebook.com/richard.boulanger.58 |
Date | 2016-03-27 13:31 |
From | Peter Burgess |
Subject | Re: Gate |
New kick? 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-03-27 15:58 |
From | Peter Burgess |
Subject | Re: Gate |
Sorry, you mean trick, I forgot that not everyone will see the full conversation. The trick is using a(kratevar) to allow me to use the loopseg opcodes to make a gate effect, because they only have krate output and were causing noise as is. I'll post the fixed csd tomorrow incase anyones interested 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-03-27 16:00 |
From | "Dr. Richard Boulanger" |
Subject | Re: Gate |
Cool. Great. Can't wait. And yes. It is a nice "trick" for sure. On Sun, Mar 27, 2016 at 10:58 AM, Peter Burgess <pete.soundtechnician@gmail.com> wrote:
_____________________________________________ Dr. Richard Boulanger Professor of Electronic Production and Design Professional Writing and Music Technology Division Berklee College of Music ______________________________________________ President of Boulanger Labs - http://boulangerlabs.com Author & Editor of The Csound Book - http://mitpress.mit.edu/books/csound-book Author & Editor of The Audio Programming Book - http://mitpress.mit.edu/books/audio-programming-book ______________________________________________ about: http://www.boulangerlabs.com/about/richardboulanger/ about: http://www.csounds.com/community/developers/dr-richard-boulanger/ music: http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/ ______________________________________________ email: rboulanger@berklee.edu facebook: https://www.facebook.com/richard.boulanger.58 |
Date | 2016-03-29 14:07 |
From | Peter Burgess |
Subject | Re: Gate |
Attachments | CelloGate.csd 156664__juskiddink__cello-c-string-resonance.wav |
Sorry, I promised this a few days ago, here is the working gated instrument. csd and sample attached. On Sun, Mar 27, 2016 at 4:00 PM, Dr. Richard Boulanger |
Date | 2016-03-29 19:10 |
From | "Dr. Richard Boulanger" |
Subject | Re: Gate |
Thanks Peter, This is really clean. A very useful model. Appreciate your designing it and sharing it. -dB On Tue, Mar 29, 2016 at 9:07 AM, Peter Burgess <pete.soundtechnician@gmail.com> wrote: Sorry, I promised this a few days ago, here is the working gated _____________________________________________ Dr. Richard Boulanger Professor of Electronic Production and Design Professional Writing and Music Technology Division Berklee College of Music ______________________________________________ President of Boulanger Labs - http://boulangerlabs.com Author & Editor of The Csound Book - http://mitpress.mit.edu/books/csound-book Author & Editor of The Audio Programming Book - http://mitpress.mit.edu/books/audio-programming-book ______________________________________________ about: http://www.boulangerlabs.com/about/richardboulanger/ about: http://www.csounds.com/community/developers/dr-richard-boulanger/ music: http://www.csounds.com/community/developers/dr-richard-boulanger/dr-richard-boulanger-music/ ______________________________________________ email: rboulanger@berklee.edu facebook: https://www.facebook.com/richard.boulanger.58 |
Date | 2016-03-30 11:16 |
From | Peter Burgess |
Subject | Re: Gate |
Not a problem! Hope this is of use to someone Pete On Tue, Mar 29, 2016 at 7:10 PM, Dr. Richard Boulanger |