[Csnd] wgflute: trouble with release/decay
Date | 2018-09-18 19:38 |
From | "Jeanette C." |
Subject | [Csnd] wgflute: trouble with release/decay |
Attachments | flute.csd |
Hey hey, as stated, I have trouble with the wgflute opcode. I try to fade out on the decay/release of the tone, but whatever I do it doesn't help. Attached you'll find my .csd, if that is somehow lost through the list, you'll also find it pasted below. Any help is welcome. :) Best wishes, jeanette *** begin flute.csd *** |
Date | 2018-09-18 20:00 |
From | jpff |
Subject | Re: [Csnd] wgflute: trouble with release/decay |
Havr you tried adding a dcblockr to the output? This physial model as a large 0Hz offset. Otherwise your kfamp looks to overshoot after 3sec if I read it correctly 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-09-18 20:23 |
From | "Jeanette C." |
Subject | Re: [Csnd] wgflute: trouble with release/decay |
Sep 18 2018, jpff has written: > Havr you tried adding a dcblockr to the output? This physial model as a > large 0Hz offset. I have now, no change in the final short return of the sound, though i'm starting to incorporate it. > Otherwise your kfamp looks to overshoot after 3sec if I > read it correctly kamp might be overshootinbg by .1 second, but I've added the xtratim again, though I had a feeling before that it does nothing to my problem, which it doesn't. :( I'm quite happy with the sound now, but still bothered by the systematic issue of the sound returning for that final peak, eventhough I've faded everything down. ... Best wishes, Jeanette -- * Website: http://juliencoder.de - for summer is a state of sound * SoundCloud: https://soundcloud.com/jeanette_c * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g * GitHub: https://github.com/jeanette-c * Twitter: https://twitter.com/jeanette_c_s There's a girl in the mirror I wonder who she is Sometimes I think I know her Sometimes I really wish I did <3 (Britney Spears) 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-09-18 20:34 |
From | jpff |
Subject | Re: [Csnd] wgflute: trouble with release/decay |
I think the final peak is related to idetk as it srarts 00s from the end of the note but setting it to zero still has the peak. Rather stumped at present but I have trieda number of things. Next stage is to review the code! 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-09-18 20:56 |
From | "Jeanette C." |
Subject | Re: [Csnd] wgflute: trouble with release/decay |
Sep 18 2018, jpff has written: > I think the final peak is related to idetk as it srarts 00s from the end of > the note but setting it to zero still has the peak. Rather stumped at > present but I have trieda number of things. Next stage is to review the > code! Thanks John, you're a jewel. Best wishes, Jeanette > > 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 > -- * Website: http://juliencoder.de - for summer is a state of sound * SoundCloud: https://soundcloud.com/jeanette_c * Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g * GitHub: https://github.com/jeanette-c * Twitter: https://twitter.com/jeanette_c_s There's a girl in the mirror I wonder who she is Sometimes I think I know her Sometimes I really wish I did <3 (Britney Spears) 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-09-18 21:00 |
From | jpff |
Subject | Re: [Csnd] wgflute: trouble with release/decay |
It is certainly related to idetk. If I set that to a arge number like 1 (second) I see/hear a large sound bulge and clearly voiced rather than noise. I tink ythe model is stoping the jet of air in a way that the voiced region comes prominent before the end of the note. Apart from fiddling wuth the parameters I cannot think what to suggest. I have been removing your envekopes and the line og kngain to see if I am interpret the effect, but so far with limited success. I suppose you counld cheat at envelope out the last 0.1s of the note? 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 |