Csound Csound-dev Csound-tekno Search About

Send array via chn

Date2016-01-20 13:35
FromOeyvind Brandtsegg
SubjectSend array via chn
Hi
Is it possible to send an array via a chn channel?
Perhaps odd, but....

Date2016-01-20 13:38
FromRichard
SubjectRe: Send array via chn
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

Date2016-01-20 13:48
FromSteven Yi
SubjectRe: Send array via chn

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 <zappfinger@gmail.com> 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

Date2016-01-21 07:30
FromOeyvind Brandtsegg
SubjectRe: Send array via chn
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