|
|
__init__(self,
width_in_chars=None,
num_segments=1,
*a,
**k)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
| set_num_segments(self,
num_segments,
use_delimiters=True) |
source code
|
|
|
|
set_data_sources(self,
sources)
Given a sequences of data sources, divides the display into the
number of segments neded to accomodate them and connects the logical
segments to the data sources. |
source code
|
|
|
|
| set_translation_table(self,
translation_table) |
source code
|
|
|
|
set_message_parts(self,
header,
tail,
delimiter=())
Takes message parts as tuples containing the sysex bytes for each
part of the message. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|