| Using ctcsound I load a score from a file in my function loadScore(),
with cs.ScoreEvent()
The score starts slightly later than 10 seconds,so I tried
setScoreOffsetSeconds(10) to play immediately, but that does not work..
so:
loadScore()
cs.setScoreOffsetSeconds(10)
does not produce the expected result.
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 |