Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py336 CSCOREFUNC = ct.CFUNCTYPE(None, ct.c_void_p) variable
337 libcsound.csoundSetCscoreCallback.argtypes = [ct.c_void_p, CSCOREFUNC]
1504 self.cscoreCbRef = CSCOREFUNC(function)