[Csnd] Triggered linear segment
| Date | 2020-06-08 15:57 |
| From | "Jeanette C." |
| Subject | [Csnd] Triggered linear segment |
Hey hey,
is there a simple opcode or short code snippet that could generate a linear
envelope that will be retriggered by something like metro, but simply fade to
0 (last value) when no more triggers are incoming?
I have experimented with loopsegs, but they will keep on going after the
triggers are removed.
I'm trying to repeatedly hit a bell and then stop and let it ring out.
Currently I have something like:
kMainGate loopseg .5, 0, 0, 1, itime1, 1, 0, 0, itime2, 0
kBeater metro ibeatfreq
kBeater *= kMainGate ; don't beat when gate is down
kBellGate loopseg (ibeatfreq * .6), kBeater, 0, 1, 1, 0
How to make sure that kBellGate will ring out naturally and stop before the
next natural cycle (ibeatfreq * .6)?
Does anyne have an idea, please?
Best wishes,
Jeanette
--
* Website: http://juliencoder.de - for summer is a state of sound
* Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
* SoundCloud: https://soundcloud.com/jeanette_c
* Twitter: https://twitter.com/jeanette_c_s
* Audiobombs: https://www.audiobombs.com/users/jeanette_c
* GitHub: https://github.com/jeanette-c
Loneliness up ahead, emptiness behind <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 | 2020-06-08 16:48 |
| From | Tarmo Johannes |
| Subject | Re: [Csnd] Triggered linear segment |
Kontakt Jeanette C. (<julien@mail.upb.de>) kirjutas kuupäeval E, 8. juuni 2020 kell 17:56: Hey hey, |
| Date | 2020-06-08 16:54 |
| From | "Jeanette C." |
| Subject | Re: [Csnd] Triggered linear segment |
Jun 8 2020, Tarmo Johannes has written:
> Hi,
> can lineto opcode help you?
...
I tried that, but couldn't get it to do the work. I ended up using my
own m_segk UDO after all. It does the trick and one external dependency
isn't too bad...
Thanks and best wishes,
Jeanette
--
* Website: http://juliencoder.de - for summer is a state of sound
* Youtube: https://www.youtube.com/channel/UCMS4rfGrTwz8W7jhC1Jnv7g
* SoundCloud: https://soundcloud.com/jeanette_c
* Twitter: https://twitter.com/jeanette_c_s
* Audiobombs: https://www.audiobombs.com/users/jeanette_c
* GitHub: https://github.com/jeanette-c
When you need someone, you just turn around and I will be there <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 | 2020-06-08 16:54 |
| From | thorin kerr |
| Subject | Re: [Csnd] Triggered linear segment |
Perhaps Linek from the old udo repository? Not sure about the re-triggers though. Thorin On Tue, 9 Jun. 2020, 12:56 am Jeanette C., <julien@mail.upb.de> wrote: Hey hey, |
| Date | 2020-06-09 11:35 |
| From | Rory Walsh |
| Subject | Re: [Csnd] Triggered linear segment |
If you don't mind using a third party opcode: On Mon, 8 Jun 2020 at 16:54, thorin kerr <thorin.kerr@gmail.com> wrote:
|
| Date | 2020-06-09 11:45 |
| From | "Jeanette C." |
| Subject | Re: [Csnd] Triggered linear segment |
Jun 9 2020, Rory Walsh has written: > If you don't mind using a third party opcode: > https://rorywalsh.github.io/csoundPluginOpcodes/#/trigLinseg For this project I do mind, but this sounds VERY interesting! Thanks for pointing me to that. I think this might well ease the development of a few other things. Best wishes, Jeanette > > > On Mon, 8 Jun 2020 at 16:54, thorin kerr |
| Date | 2021-01-07 02:05 |
| From | "Dr. Richard Boulanger" |
| Subject | Re: [Csnd] Triggered linear segment |
Rory, Could you please consider adding your trigLineseg and trigExpseg opcodes to Csound for the next release? - all my students want to use these with their Bela projects especially. -dB Dr. Richard Boulanger Professor of Electronic Production and Design Berklee College of Music Professional Writing and Technology Division On Tue, Jun 9, 2020 at 6:37 AM Rory Walsh <rorywalsh@ear.ie> wrote:
|
| Date | 2021-01-07 19:23 |
| From | Rory Walsh |
| Subject | Re: [Csnd] Triggered linear segment |
I'd be happy to, but they might not appear until 7.0 On Thu, 7 Jan 2021 at 02:06, Dr. Richard Boulanger <rboulanger@berklee.edu> wrote:
|