_Framework.MixerComponent (runtime)¶
Live 12 — Live Object Model & framework reference (descriptions and signatures).
Functions¶
clamp(val, minv, maxv)¶
release_control(control)¶
subject_slot(events, *a, **k)¶
turn_button_on_off(button, on=True)¶
Classes¶
class ChannelStripComponent(ControlSurfaceComponent)¶
class CompoundComponent(ControlSurfaceComponent)¶
class MixerComponent(CompoundComponent)¶
class zip_longest¶
zip_longest(iter1 [,iter2 [...]], [fillvalue=None]) --> zip_longest object
Return a zip_longest object whose .next() method returns a tuple where the i-th element comes from the i-th iterable argument. The .next() method continues until the longest iterable in the argument sequence is exhausted and then it raises StopIteration. When the shorter iterables are exhausted, the fillvalue is substituted in their place. The fillvalue defaults to None or can be specified by a keyword argument.
Methods¶
__init__(self, /, *args, **kwargs)¶
Initialize self. See help(type(self)) for accurate signature.