| Home | Trees | Indices | Help |
|---|
|
|
|
|||
|
ParameterSlot Maintains the connection between a parameter and InputControlElement. |
|||
|
InputSignal Special signal type that makes sure that interaction with input works properly. |
|||
|
InputControlElement Base class for all classes representing control elements on a controller |
|||
|
|||
MIDI_NOTE_TYPE = 0
|
|||
MIDI_CC_TYPE = 1
|
|||
MIDI_PB_TYPE = 2
|
|||
MIDI_SYSEX_TYPE = 3
|
|||
MIDI_INVALID_TYPE = 4
|
|||
MIDI_MSG_TYPES = MIDI_NOTE_TYPE, MIDI_CC_TYPE, MIDI_PB_TYPE, M
|
|||
MIDI_NOTE_ON_STATUS = 144
|
|||
MIDI_NOTE_OFF_STATUS = 128
|
|||
MIDI_CC_STATUS = 176
|
|||
MIDI_PB_STATUS = 224
|
|||
|
|||
MIDI_MSG_TYPES
|
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Wed Mar 6 18:53:31 2013 | http://epydoc.sourceforge.net |