Home
last modified time | relevance | path

Searched refs:rtrecord_callback (Results 1 – 5 of 5) sorted by relevance

/dports/audio/csound/csound-6.15.0/InOut/
H A Dlibsnd.c511 csound->audrecv = csound->rtrecord_callback; in sfopenin()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h1428 int (*rtrecord_callback)(CSOUND *, MYFLT *inBuf, int nbytes); member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h1428 int (*rtrecord_callback)(CSOUND *, MYFLT *inBuf, int nbytes); member
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h1460 int (*rtrecord_callback)(CSOUND *, MYFLT *inBuf, int nbytes); member
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c2931 csound->rtrecord_callback = rtrecord__; in csoundSetRtrecordCallback()