Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py378 SENSEFUNC = ct.CFUNCTYPE(None, ct.c_void_p, ct.py_object) variable
379 libcsound.csoundRegisterSenseEventCallback.argtypes = [ct.c_void_p, SENSEFUNC, ct.py_object]
1917 self.senseEventCbRef = SENSEFUNC(function)