Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py416 YIELDFUNC = ct.CFUNCTYPE(ct.c_int, ct.c_void_p) variable
417 libcsound.csoundSetYieldCallback.argtypes = [ct.c_void_p, YIELDFUNC]
2176 self.yieldCbRef = YIELDFUNC(function)