[Csnd] Score finished in csoundPerformKsmps() with 2.
Date | 2018-01-26 13:00 |
From | Joel Ramsbottom |
Subject | [Csnd] Score finished in csoundPerformKsmps() with 2. |
without changing any code from a previously working program, when compiling again, I'm getting the error: Score finished in csoundPerformKsmps() with 2. when sending an event from pd. what does this mean? 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 |
Date | 2018-01-26 13:16 |
From | Hlöðver Sigurðsson |
Subject | Re: [Csnd] Score finished in csoundPerformKsmps() with 2. |
One of many reasons, you sent e(end) event, you compiled CSD and the score finished. Or csound performance never got started when play/start was called and it ends immeadiately. If you are doing something realtime, make sure you have almost infinitive runtime of csound, (ie. e 0 99999999999) On 26 January 2018 at 14:00, Joel Ramsbottom <joel.ramsbottom@hotmail.co.uk> wrote: without changing any code from a previously working program, when compiling again, I'm getting the error: Score finished in csoundPerformKsmps() with 2. when sending an event from pd. |