| Ok. Nice to know it is in the works.
For my purposes it is not huge collections of values, just a grouping
of related variables.
Like cutoff and bandwidth for a filter, or the pulse, phase, and delta
time for a rhythm generator.
I'll just create families of chn channels for now, using a naming scheme like:
Sname strget p4
Spulse strcat Sname, "_pulse"
Spulse strcat Sname, "_phase"
Sdelta strcat Sname, "_delta"
best
Oeyvind
2016-01-20 14:48 GMT+01:00 Steven Yi :
> Not at this time. There are some issues already filed for generic channels
> of any type. I think the internal to Csound channel Opcodes will be not so
> bad to implement, but the external API needs some design work.
>
>
> On Wed, Jan 20, 2016, 8:39 AM Richard wrote:
>>
>> I was wondering the same thing. It could probably be done by using a
>> string value and then split that, but that is not so nice.
>>
>> Richard
>>
>> On 20/01/16 14:35, Oeyvind Brandtsegg wrote:
>> > Hi
>> > Is it possible to send an array via a chn channel?
>> > Perhaps odd, but....
>> >
>>
>> 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
|