[Csnd] Csound6 on Android and multiple strings in score
| Date | 2013-06-26 16:42 |
| From | hcenteno |
| Subject | [Csnd] Csound6 on Android and multiple strings in score |
I was wondering, does Csound6 RC3 on Android support multiple strings in a
score statement? I'm able to get the first one using strget but not the
second one. I'm trying to do it using CsoundObj.sendScore() in my Android
app like this:
csoundObj.sendScore(String.format("i4 0 36000 \"%s\" \"%s\" %f", aFile,
aFile2, seekTo);
Thanks,
Hector
--
View this message in context: http://csound.1045644.n5.nabble.com/Csound6-on-Android-and-multiple-strings-in-score-tp5724898.html
Sent from the Csound - General mailing list archive at Nabble.com.
|
| Date | 2013-06-26 16:48 |
| From | Victor Lazzarini |
| Subject | Re: [Csnd] Csound6 on Android and multiple strings in score |
It could be to do with realtime events as opposed to sorted score events being used in this case. It needs to be investigated.
On 26 Jun 2013, at 16:42, hcenteno wrote:
> I was wondering, does Csound6 RC3 on Android support multiple strings in a
> score statement? I'm able to get the first one using strget but not the
> second one. I'm trying to do it using CsoundObj.sendScore() in my Android
> app like this:
>
> csoundObj.sendScore(String.format("i4 0 36000 \"%s\" \"%s\" %f", aFile,
> aFile2, seekTo);
>
> Thanks,
>
> Hector
>
>
>
> --
> View this message in context: http://csound.1045644.n5.nabble.com/Csound6-on-Android-and-multiple-strings-in-score-tp5724898.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie
|
| Date | 2013-06-26 17:03 |
| From | Victor Lazzarini |
| Subject | Re: [Csnd] Csound6 on Android and multiple strings in score |
yes, I can confirm RT events are only passing a single string. It is a bug that needs to be fixed.
Victor
On 26 Jun 2013, at 16:48, Victor Lazzarini wrote:
> It could be to do with realtime events as opposed to sorted score events being used in this case. It needs to be investigated.
> On 26 Jun 2013, at 16:42, hcenteno wrote:
>
>> I was wondering, does Csound6 RC3 on Android support multiple strings in a
>> score statement? I'm able to get the first one using strget but not the
>> second one. I'm trying to do it using CsoundObj.sendScore() in my Android
>> app like this:
>>
>> csoundObj.sendScore(String.format("i4 0 36000 \"%s\" \"%s\" %f", aFile,
>> aFile2, seekTo);
>>
>> Thanks,
>>
>> Hector
>>
>>
>>
>> --
>> View this message in context: http://csound.1045644.n5.nabble.com/Csound6-on-Android-and-multiple-strings-in-score-tp5724898.html
>> Sent from the Csound - General mailing list archive at Nabble.com.
>>
>>
>> Send bugs reports to the Sourceforge bug tracker
>> https://sourceforge.net/tracker/?group_id=81968&atid=564599
>> Discussions of bugs and features can be posted here
>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>>
>
> Dr Victor Lazzarini
> Senior Lecturer
> Dept. of Music
> NUI Maynooth Ireland
> tel.: +353 1 708 3545
> Victor dot Lazzarini AT nuim dot ie
>
>
>
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie
|
| Date | 2013-06-26 18:13 |
| From | Michael Gogins |
| Subject | Re: [Csnd] Csound6 on Android and multiple strings in score |
It would be great if this could be fixed soon. I am working on a piece for the phone that could really use this. Regards, Mike =========================== Michael GoginsIrreducible Productions http://michaelgogins.tumblr.com Michael dot Gogins at gmail dot com On Wed, Jun 26, 2013 at 12:03 PM, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote: yes, I can confirm RT events are only passing a single string. It is a bug that needs to be fixed. |
| Date | 2013-06-26 18:20 |
| From | jpff@cs.bath.ac.uk |
| Subject | Re: [Csnd] Csound6 on Android and multiple strings in score |
Bug in sensLine I am investigating at the moment
> I was wondering, does Csound6 RC3 on Android support multiple strings in a
> score statement? I'm able to get the first one using strget but not the
> second one. I'm trying to do it using CsoundObj.sendScore() in my Android
> app like this:
>
> csoundObj.sendScore(String.format("i4 0 36000 \"%s\" \"%s\" %f", aFile,
> aFile2, seekTo);
>
> Thanks,
>
> Hector
>
>
>
> --
> View this message in context:
> http://csound.1045644.n5.nabble.com/Csound6-on-Android-and-multiple-strings-in-score-tp5724898.html
> Sent from the Csound - General mailing list archive at Nabble.com.
>
>
> Send bugs reports to the Sourceforge bug tracker
> https://sourceforge.net/tracker/?group_id=81968&atid=564599
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe
> csound"
>
>
>
>
|