Home
last modified time | relevance | path

Searched refs:csoundReadScoreInternal (Results 1 – 3 of 3) sorted by relevance

/dports/audio/csound/csound-6.15.0/OOps/
H A Dcompile_ops.c26 int32_t csoundReadScoreInternal(CSOUND *csound, const char *str);
81 *p->res = (MYFLT)(csoundReadScoreInternal(csound, in read_score_i()
/dports/audio/csound/csound-6.15.0/Top/
H A Dthreadsafe.c41 int csoundReadScoreInternal(CSOUND *csound, const char *message);
148 csoundReadScoreInternal(csound, str); in message_dequeue()
362 res = csoundReadScoreInternal(csound, message); in csoundReadScore()
H A Dcsound.c2134 int csoundReadScoreInternal(CSOUND *csound, const char *str) in csoundReadScoreInternal() function