Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/InOut/
H A Dmidirecv.c623 if (p->MIDIoutDONE && p->MidiOutCloseCallback != NULL) { in MidiClose()
624 retval = p->MidiOutCloseCallback(csound, p->midiOutUserData); in MidiClose()
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Obj-C Examples/csound-iOS/headers/
H A DcsoundCore.h810 int (*MidiOutCloseCallback)(CSOUND *, void *); member
/dports/audio/csound/csound-6.15.0/iOS/Csound iOS Swift Examples/Csound iOS SwiftExamples/csound-iOS/headers/
H A DcsoundCore.h810 int (*MidiOutCloseCallback)(CSOUND *, void *); member
/dports/audio/csound/csound-6.15.0/include/
H A DcsoundCore.h813 int (*MidiOutCloseCallback)(CSOUND *, void *); member
/dports/audio/csound/csound-6.15.0/Top/
H A Dcsound.c3088 csound->midiGlobals->MidiOutCloseCallback = func; in csoundSetExternalMidiOutCloseCallback()