|
|
__init__(self,
msg_type=None,
channel=None,
identifier=None,
sysex_identifier=None,
request_rebuild_midi_map=None,
*a,
**k)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| _set_mapping_sensitivity(self,
sensitivity) |
source code
|
|
|
|
force_next_send(self)
Enforces sending the next value regardless of wether the control is
mapped to the script. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| install_connections(self,
install_translation,
install_mapping,
install_forwarding) |
source code
|
|
|
|
|
|
|
begin_gesture(self)
Begins a modification on the input control element, meaning that we
should consider the next flow of input data as a consistent gesture
from the user. |
source code
|
|
|
|
|
|
|
connect_to(self,
parameter)
parameter is a Live.Device.DeviceParameter |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
identifier_bytes(self)
Returns a list with all the MIDI message prefixes that identify this
control element. |
source code
|
|
|
|
|
|
|
| send_value(self,
value,
force_send=False,
channel=None) |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
set_report_values(self,
report_input,
report_output)
Set boolean values report_input and report_output enabling debug
information. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from ControlElement.ControlElement:
disconnect,
send_midi
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|