Skip to content

ableton.v3.control_surface.display.view.view

Classes

class View(Generic, ContentType)

Bases: Generic, ContentType

__init__(self, render, render_condition, content_condition)

__new__(cls, *_, register_react_fn, **__)

__call__(self, state)

render(self, state)

render_condition(self, state)

content_condition(self, content)

class CompoundView(View, ContentType, Generic, ContentType)

Bases: View, ContentType, Generic, ContentType

__init__(self, *views)

compound_render(self, state)

class NoRender

class DisconnectedView(View, ContentType, Generic, ContentType)

Bases: View, ContentType, Generic, ContentType

__init__(self, render, render_condition, content_condition)

react(state, event)