[Csnd] Android ppx score
Date | 2012-06-24 21:15 |
From | Roger Kelly |
Subject | [Csnd] Android ppx score |
csoundObj.sendScore(String.format("i%d.1 0 -1 %f pp4", instr, note)); I am trying to use the ppx in the score to resend the previous p4 (note). I am getting an illegal RT error. Before I go further, is this legal in the Android Csound port?
|
Date | 2012-06-24 21:29 |
From | Steven Yi |
Subject | Re: [Csnd] Android ppx score |
I don't believe this is legal on Android, or any platform using the API. I am not able to check at the moment though. I'd recommend keeping track of the value in Java code. On Jun 24, 2012 1:15 PM, "Roger Kelly" <loraxman@gmail.com> wrote:
|