Package joy :: Module midi :: Class KorgNanoKontrol
[hide private]
[frames] | no frames]

Class KorgNanoKontrol

source code


Instance Methods [hide private]
 
__init__(self, *argv, **kw)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
eventIter(self) source code

Inherited from MidiInput: rawEventIter

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
  N2C = {(0, 'rewind', 0):(176, 47), (0, 'play', 0):(176, 45), (...
  C2N = dict([(x, y) for y, x in N2C.iteritems()])

Inherited from MidiInput: BUF_SIZE

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *argv, **kw)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

N2C

Value:
{(0, 'rewind', 0):(176, 47), (0, 'play', 0):(176, 45), (0, 'forward', \
0):(176, 48), (0, 'repeat', 0):(176, 49), (0, 'stop', 0):(176, 46), (0\
, 'record', 0):(176, 44), (1, 'btnU', 1):(176, 23), (1, 'btnL', 1):(17\
6, 33), (1, 'slider', 1):(176, 2), (1, 'knob', 1):(176, 14), (1, 'btnU\
', 2):(176, 24), (1, 'btnL', 2):(176, 34), (1, 'slider', 2):(176, 3), \
(1, 'knob', 2):(176, 15), (1, 'btnU', 3):(176, 25), (1, 'btnL', 3):(17\
6, 35), (1, 'slider', 3):(176, 4), (1, 'knob', 3):(176, 16), (1, 'btnU\
', 4):(176, 26), (1, 'btnL', 4):(176, 36), (1, 'slider', 4):(176, 5), \
...