Csound Csound-dev Csound-tekno Search About

scoreline_i and string from OSC

Date2016-01-10 22:15
FromRichard
Subjectscoreline_i and string from OSC
scoreline_i does nothing in the following code:

   kk        OSClisten     gilisten, "/event", "s", Sevent
   if (kk == 0) goto done1
   printks Sevent,0
   scoreline_i Sevent

The string is printed:
i 11 0 1 100 60

instr 11 exists and I can trigger it via the API.

Richard

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-10 22:23
FromOeyvind Brandtsegg
SubjectRe: scoreline_i and string from OSC
scoreline_i only operates at i-time, while the event string seems to
come in at k-rate.
Could you try scoreline instead of scoreline_i?

2016-01-10 23:15 GMT+01:00 Richard :
> scoreline_i does nothing in the following code:
>
>   kk        OSClisten     gilisten, "/event", "s", Sevent
>   if (kk == 0) goto done1
>   printks Sevent,0
>   scoreline_i Sevent
>
> The string is printed:
> i 11 0 1 100 60
>
> instr 11 exists and I can trigger it via the API.
>
> Richard
>
> 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-10 22:28
FromRichard
SubjectRe: scoreline_i and string from OSC
Yes! This works, thanks!

scoreline Sevent, 1

Richard



On 10/01/16 23:23, Oeyvind Brandtsegg wrote:
> scoreline_i only operates at i-time, while the event string seems to
> come in at k-rate.
> Could you try scoreline instead of scoreline_i?
>
> 2016-01-10 23:15 GMT+01:00 Richard :
>> scoreline_i does nothing in the following code:
>>
>>    kk        OSClisten     gilisten, "/event", "s", Sevent
>>    if (kk == 0) goto done1
>>    printks Sevent,0
>>    scoreline_i Sevent
>>
>> The string is printed:
>> i 11 0 1 100 60
>>
>> instr 11 exists and I can trigger it via the API.
>>
>> Richard
>>
>> 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