Re: Audio arrays instead of zaw, zawm, zar
Date | 2016-03-31 19:23 |
From | "vallste@libero.it" <00000008a49663bc-dmarc-request@LISTSERV.HEANET.IE> |
Subject | Re: Audio arrays instead of zaw, zawm, zar |
Thanks, for the reply, i will investigate further. I'm asking this becase I'm using a series of subinstr generated within an instrument (at i time by reading a ftable) that have a variable patching scheme (so the output of a subinstr could be the input of several subinstrs). With zak opcodes is quite easy because you can pass a zak index at k-time (just the number to the correct location written and read in a ftable) and managing numbered indexes (zak addresses) is easier than strings. I've read that zak opcodes are somehow deprecated so I'm studying the "modern" way. Ciao ----Messaggio originale---- 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-31 19:36 |
From | Rory Walsh |
Subject | Re: Audio arrays instead of zaw, zawm, zar |
Ok, sounds rather complex. You can also use string arrays to hold each patch name and access them at k-time? Anyhow, good luck with your project. You could simply continue to use the zak opcodes. They ain't going anywhere. On 31 March 2016 at 19:23, vallste@libero.it <00000008a49663bc-dmarc-request@listserv.heanet.ie> wrote: Thanks, for the reply, i will investigate further. |