Home
last modified time | relevance | path

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

/dports/audio/csound/csound-6.15.0/interfaces/
H A Dctcsound.py154 class ControlChannelInfo(ct.Structure): class
352 libcsound.csoundListChannels.argtypes = [ct.c_void_p, ct.POINTER(ct.POINTER(ControlChannelInfo))]
353 libcsound.csoundDeleteChannelList.argtypes = [ct.c_void_p, ct.POINTER(ControlChannelInfo)]
1701 ptr = ct.cast(ct.POINTER(ct.c_int)(), ct.POINTER(ControlChannelInfo))
1706 cInfos = ct.cast(ptr, ct.POINTER(ControlChannelInfo * n)).contents
1711 ptr = ct.cast(lst, ct.POINTER(ControlChannelInfo))