Home
last modified time | relevance | path

Searched refs:evtFuncChain (Results 1 – 4 of 4) sorted by relevance

/dports/audio/csound/csound-6.15.0/Engine/
H A Dmusmon.c477 while (csound->evtFuncChain != NULL) { in csoundCleanup()
478 p = (void*) csound->evtFuncChain; in csoundCleanup()
479 csound->evtFuncChain = ((EVT_CB_FUNC*) p)->nxt; in csoundCleanup()
1129 if (csound->evtFuncChain != NULL && !csound->advanceCnt) { in sensevents()
1130 EVT_CB_FUNC *fp = (EVT_CB_FUNC*) csound->evtFuncChain; in sensevents()
1485 EVT_CB_FUNC *fp = (EVT_CB_FUNC*) csound->evtFuncChain; in csoundRegisterSenseEventCallback()
1489 csound->evtFuncChain = (void*) fp; in csoundRegisterSenseEventCallback()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h1528 void *evtFuncChain; member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h1528 void *evtFuncChain; member
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h1556 void *evtFuncChain; member