Csound Csound-dev Csound-tekno Search About

[Csnd] i() syntax

Date2018-04-13 03:58
FromMarvin Juneyoung Kim
Subject[Csnd] i() syntax
Greetings!

I'm confused about the syntax of i(). In the manual it says;

i(x) (control-rate or init-rate arg)

i(karray,index1, ...) (k-array with indices) 
I'm not sure what does x mean here. Is is supposed to be a rate the value is updated from karg?
Thanks in advance!

--
Best,

Marvin
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

Date2018-04-13 04:06
FromSteven Yi
SubjectRe: [Csnd] i() syntax
Hi Marvin,

x in the manual usually denotes multiple rates are accepted. Here the
documentation is saying i(ival) and i(kval) both work.

All best,
Steven

On Thu, Apr 12, 2018 at 10:58 PM, Marvin Juneyoung Kim
 wrote:
> Greetings!
>
> I'm confused about the syntax of i(). In the manual it says;
>
> i(x) (control-rate or init-rate arg)
>
> i(karray,index1, ...) (k-array with indices)
>
> I'm not sure what does x mean here. Is is supposed to be a rate the value is
> updated from karg?
>
> Thanks in advance!
>
>
> --
> Best,
>
> Marvin
> 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

Date2018-04-13 04:29
FromMarvin Juneyoung Kim
SubjectRe: [Csnd] i() syntax
Hi Steven,

So is ival in i(ival) the name of i result value or i or k source value?

Thank you!

On Thu, Apr 12, 2018 at 11:06 PM, Steven Yi <stevenyi@gmail.com> wrote:
Hi Marvin,

x in the manual usually denotes multiple rates are accepted. Here the
documentation is saying i(ival) and i(kval) both work.

All best,
Steven

On Thu, Apr 12, 2018 at 10:58 PM, Marvin Juneyoung Kim
<jkim872@berklee.edu> wrote:
> Greetings!
>
> I'm confused about the syntax of i(). In the manual it says;
>
> i(x) (control-rate or init-rate arg)
>
> i(karray,index1, ...) (k-array with indices)
>
> I'm not sure what does x mean here. Is is supposed to be a rate the value is
> updated from karg?
>
> Thanks in advance!
>
>
> --
> Best,
>
> Marvin
> 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



--
Best,

Marvin
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

Date2018-04-13 04:53
FromSteven Yi
SubjectRe: [Csnd] i() syntax
If I understand your question, ival is the source value.  ( i(ival)
returns the same value as just ival alone. )

On Thu, Apr 12, 2018 at 11:29 PM, Marvin Juneyoung Kim
 wrote:
> Hi Steven,
>
> So is ival in i(ival) the name of i result value or i or k source value?
>
> Thank you!
>
> On Thu, Apr 12, 2018 at 11:06 PM, Steven Yi  wrote:
>>
>> Hi Marvin,
>>
>> x in the manual usually denotes multiple rates are accepted. Here the
>> documentation is saying i(ival) and i(kval) both work.
>>
>> All best,
>> Steven
>>
>> On Thu, Apr 12, 2018 at 10:58 PM, Marvin Juneyoung Kim
>>  wrote:
>> > Greetings!
>> >
>> > I'm confused about the syntax of i(). In the manual it says;
>> >
>> > i(x) (control-rate or init-rate arg)
>> >
>> > i(karray,index1, ...) (k-array with indices)
>> >
>> > I'm not sure what does x mean here. Is is supposed to be a rate the
>> > value is
>> > updated from karg?
>> >
>> > Thanks in advance!
>> >
>> >
>> > --
>> > Best,
>> >
>> > Marvin
>> > 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
>
>
>
>
> --
> Best,
>
> Marvin
> 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

Date2018-04-13 05:00
FromMarvin Juneyoung Kim
SubjectRe: [Csnd] i() syntax
Thank you Steven! ​

On Thu, Apr 12, 2018 at 11:53 PM, Steven Yi <stevenyi@gmail.com> wrote:
If I understand your question, ival is the source value.  ( i(ival)
returns the same value as just ival alone. )

On Thu, Apr 12, 2018 at 11:29 PM, Marvin Juneyoung Kim
<jkim872@berklee.edu> wrote:
> Hi Steven,
>
> So is ival in i(ival) the name of i result value or i or k source value?
>
> Thank you!
>
> On Thu, Apr 12, 2018 at 11:06 PM, Steven Yi <stevenyi@gmail.com> wrote:
>>
>> Hi Marvin,
>>
>> x in the manual usually denotes multiple rates are accepted. Here the
>> documentation is saying i(ival) and i(kval) both work.
>>
>> All best,
>> Steven
>>
>> On Thu, Apr 12, 2018 at 10:58 PM, Marvin Juneyoung Kim
>> <jkim872@berklee.edu> wrote:
>> > Greetings!
>> >
>> > I'm confused about the syntax of i(). In the manual it says;
>> >
>> > i(x) (control-rate or init-rate arg)
>> >
>> > i(karray,index1, ...) (k-array with indices)
>> >
>> > I'm not sure what does x mean here. Is is supposed to be a rate the
>> > value is
>> > updated from karg?
>> >
>> > Thanks in advance!
>> >
>> >
>> > --
>> > Best,
>> >
>> > Marvin
>> > 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
>
>
>
>
> --
> Best,
>
> Marvin
> 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



--
Best,

Marvin
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