Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py142 class ControlChannelHints(ct.Structure): class
157 ("hints", ControlChannelHints)]
354 libcsound.csoundSetControlChannelHints.argtypes = [ct.c_void_p, ct.c_char_p, ControlChannelHints]
355 …csoundGetControlChannelHints.argtypes = [ct.c_void_p, ct.c_char_p, ct.POINTER(ControlChannelHints)]
1740 hints = ControlChannelHints()