Re: [Csnd] Shimmer Reverb
Date | 2018-08-21 22:16 |
From | Steven Yi |
Subject | Re: [Csnd] Shimmer Reverb |
Ah, oops, in that sentence I was going to say the 1.5 setting reminds me of an old GM synth sound, maybe scifi? Then I didn't quite finish rewriting that sentence. :P On Tue, Aug 21, 2018 at 5:15 PM Steven Yi |
Date | 2018-08-21 22:22 |
From | Steven Yi |
Subject | Re: [Csnd] Shimmer Reverb |
Attachments | shimmer_reverb_mic.csd |
Oh, and one more quick modification to use tanh() to reduce some clipping (this version uses 1.5 for the iratio). On Tue, Aug 21, 2018 at 5:16 PM Steven Yi |
Date | 2018-08-22 14:16 |
From | "Dr. Richard Boulanger" |
Subject | Re: [Csnd] Shimmer Reverb |
Steven, Thanks for the beautiful new shimmer reverb. (And the inspiring, musical and super clear .csd - a super model). Jeanette C's m_verb is very nice too! Thanks for the links to her UDOs. Both of these reverbs would make useful opcodes and find frequent use - as would many "modules" from your UDO collection. Any chance for adding them as opcodes someday? Hope so. Best, Dr.B. _____________________________________________ 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 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 On Tue, Aug 21, 2018 at 5:22 PM, Steven Yi <stevenyi@gmail.com> wrote: Oh, and one more quick modification to use tanh() to reduce some |
Date | 2018-08-22 14:20 |
From | "Dr. Richard Boulanger" |
Subject | Re: [Csnd] Shimmer Reverb |
Steven, More Nice! The mic version is even more magical - as the pitch-shifting tail transforms one's words and singing in a heavenly manner. -dB _____________________________________________ 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 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 On Tue, Aug 21, 2018 at 5:22 PM, Steven Yi <stevenyi@gmail.com> wrote: Oh, and one more quick modification to use tanh() to reduce some |
Date | 2018-08-23 03:40 |
From | Steven Yi |
Subject | Re: [Csnd] Shimmer Reverb |
Hi Dr. B, Glad you're enjoying it! I think it'd make sense to make this into a UDO, but making it into a C opcode might not be so good since it'd sort of set it in stone. My own take is that it'd have more value as a UDO since users could modify it easily, say to replace the reverb with freeverb or nreverb or some other custom code; maybe swap out to linear interpolating delay lines; swap out the pitch shifter; make the delay ping-pong between the channels; etc. I'll look at making this a commented .udo file with test .csd and upload it to the my libsyi project. (I'll reply here when that's ready.) Thanks! steven On Wed, Aug 22, 2018 at 9:16 AM Dr. Richard Boulanger |
Date | 2018-08-26 10:34 |
From | zappfinger |
Subject | Re: [Csnd] Shimmer Reverb |
I am trying to add more of the original signal to the output, but as soon as I do that, there is no sound at all... Like so: out((ain*.5 + al*.7)/1.2, (ain*.5 + ar.*7)/1.2) How is that possible? Some kind of cancellation? Richard -- Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html 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 | 2018-08-26 16:37 |
From | Richard |
Subject | Re: [Csnd] Shimmer Reverb |
Never mind, it was a syntax error on my side... Richard On 26/08/18 11:34, zappfinger wrote: > I am trying to add more of the original signal to the output, but as soon as > I do that, there is no sound at all... > > Like so: > out((ain*.5 + al*.7)/1.2, (ain*.5 + ar.*7)/1.2) > > How is that possible? Some kind of cancellation? > > Richard > > > > -- > Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html > > 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 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 | 2018-08-26 21:46 |
From | Richard |
Subject | Re: [Csnd] Shimmer Reverb |
This is weird. I am using ShimmerReverb in a Cabbage patch that
also includes some filtering in a first instrument. i "ShimmerReverb" 0 [60*60*24*7]
Any idea? Richard On 26/08/18 11:34, zappfinger wrote:
I am trying to add more of the original signal to the output, but as soon as I do that, there is no sound at all... Like so: out((ain*.5 + al*.7)/1.2, (ain*.5 + ar.*7)/1.2) How is that possible? Some kind of cancellation? Richard -- Sent from: http://csound.1045644.n5.nabble.com/Csound-General-f1093014.html 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 | 2018-08-26 22:31 |
From | Rory Walsh |
Subject | Re: [Csnd] Shimmer Reverb |
Do you get an error when using alwayson? That particular opcode library may be causing an issue. No fault of Mike's, but there may be an issue with its use in Cabbage? On Sun 26 Aug 2018, 22:46 Richard, <zappfinger@gmail.com> wrote:
|
Date | 2018-08-28 19:55 |
From | Steven Yi |
Subject | Re: [Csnd] Shimmer Reverb |
I think the issue is that Csound needs to be put into server mode or needs an active, non-held event, or a pending event in the scheduler, to keep running. On Sun, Aug 26, 2018 at 5:32 PM Rory Walsh |