Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py313 MIDIINCLOSEFUNC = ct.CFUNCTYPE(ct.c_int, ct.c_void_p, ct.c_void_p) variable
314 libcsound.csoundSetExternalMidiInCloseCallback.argtypes = [ct.c_void_p, MIDIINCLOSEFUNC]
1400 self.extMidiInCloseCbRef = MIDIINCLOSEFUNC(function)