Home | History | Annotate | Download | only in JetCreator

Lines Matching full:c_ubyte

152 	_fields_ = [('appLowNote', c_ubyte)]

159 ('program', c_ubyte),
160 ('channel', c_ubyte)]
166 _fields_ = [('channel', c_ubyte),
167 ('note', c_ubyte),
168 ('velocity', c_ubyte),
169 ('noteOn', c_ubyte)]
175 _fields_ = [('modWheel', c_ubyte),
176 ('volume', c_ubyte),
177 ('pan', c_ubyte),
178 ('expression', c_ubyte),
179 ('channelPressure', c_ubyte)]
601 AudioBufferType = c_ubyte * (2 * self.config.mixBufferSize * self.config.numChannels)
904 AudioBufferType = c_ubyte * (2 * buf_size * self.config.numChannels)