Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py311 MIDIREADFUNC = ct.CFUNCTYPE(ct.c_int, ct.c_void_p, ct.c_void_p, ct.c_char_p, ct.c_int) variable
312 libcsound.csoundSetExternalMidiReadCallback.argtypes = [ct.c_void_p, MIDIREADFUNC]
1395 self.extMidiReadCbRef = MIDIREADFUNC(function)