eas.py | 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),
[all...] |