Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py53 class CsoundParams(ct.Structure): class
247 libcsound.csoundSetParams.argtypes = [ct.c_void_p, ct.POINTER(CsoundParams)]
248 libcsound.csoundGetParams.argtypes = [ct.c_void_p, ct.POINTER(CsoundParams)]