_Framework.TransportComponent (runtime)¶
Live 12 — Live Object Model & framework reference (descriptions and signatures).
Module constants¶
SEEK_SPEED = 10.0TEMPO_BOTTOM = 60.0TEMPO_FINE_RANGE = 2.56TEMPO_TOP = 200.0
Functions¶
clamp(val, minv, maxv)¶
const(value)¶
in_range(value, lower_bound, upper_open_bound)¶
old_div(a, b)¶
subject_slot(events, *a, **k)¶
Classes¶
class CompoundComponent(ControlSurfaceComponent)¶
class ToggleComponent(ControlSurfaceComponent)¶
class TransportComponent(CompoundComponent)¶
class partial¶
partial(func, args, *keywords) - new function with partial application of the given arguments and keywords.
Methods¶
__call__(self, /, *args, **kwargs)¶
Call self as a function.
__init__(self, /, *args, **kwargs)¶
Initialize self. See help(type(self)) for accurate signature.
Attributes¶
args=<member 'args' of 'functools.partial' objects>- tuple of arguments to future partial callsfunc=<member 'func' of 'functools.partial' objects>- function object to use in future partial callskeywords=<member 'keywords' of 'functools.partial' objects>- dictionary of keyword arguments to future partial calls