Csound Csound-dev Csound-tekno Search About

[Csnd] tied oscillators

Date2023-06-29 15:42
FromMenno Knevel
Subject[Csnd] tied oscillators
i get some interesting results using the tied note system. The skipping of initialization of vco2, poscil, flooper2 as well as skipping initialization of filters are useful and interesting.
So i wanted to include this system in all of my Blue instruments.

To my surprise, it turns out that most of the instruments i built are based upon opcodes that do not have the option of initialization. Opcodes like partikkel, pvsadsyn, pvsynth, the ATS opcodes, loscil, sfplay...

Why is this? Are these opcodes (and others) not suited for working with tied notes?

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

Date2023-07-04 01:32
FromSteven Yi
SubjectRe: [Csnd] tied oscillators
Attachments2023-02-15_tied_notes.csd  
I've been changing how I do tied instrument code recently and just using tigoto. I've attached an example. It's a lot simpler than using a skip initialization parameter for most use cases. (Have slowly been working on updating my Blue synths for this.) 



On Thu, Jun 29, 2023 at 10:42 AM Menno Knevel <magknevel@gmail.com> wrote:
i get some interesting results using the tied note system. The skipping of initialization of vco2, poscil, flooper2 as well as skipping initialization of filters are useful and interesting.
So i wanted to include this system in all of my Blue instruments.

To my surprise, it turns out that most of the instruments i built are based upon opcodes that do not have the option of initialization. Opcodes like partikkel, pvsadsyn, pvsynth, the ATS opcodes, loscil, sfplay...

Why is this? Are these opcodes (and others) not suited for working with tied notes?

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