Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/Top/
H A Dmain.c394 extern int recopen_dummy(CSOUND *, const csRtAudioParams *parm);
431 csound->SetRecopenCallback(csound, recopen_dummy); in csoundStart()
H A Dcsound.c82 int recopen_dummy(CSOUND *, const csRtAudioParams *parm);
547 recopen_dummy,
2842 int recopen_dummy(CSOUND *csound, const csRtAudioParams *parm) in recopen_dummy() function
3361 csound->SetRecopenCallback(csound, recopen_dummy); in csoundSetRTAudioModule()
/dports/audio/csound/csound-6.15.0/etc/
H A DChangeLog4734 playopen_dummy() and recopen_dummy() now fail if --sched is used,