Scene

class pyableton.Scene.Scene(root: Element)

Scene Class

Represents a scene in Ableton Live.

Attributes

idint

The unique identifier for the scene.

follow_actionFollowAction

Follow action settings for the scene.

namestr

The name of the scene.

annotationstr

Annotation information for the scene.

colorint

The color associated with the scene.

tempoint

The tempo setting for the scene.

is_tempo_enabledbool

Flag indicating whether tempo is enabled for the scene.

time_signature_idint

The time signature ID for the scene.

is_time_signature_enabledbool

Flag indicating whether time signature is enabled for the scene.

lom_idint

The Level Of Manipulation (LOM) ID for the scene.

clip_slots_list_wrapperint

Wrapper for clip slots list in the scene.

class pyableton.Scene.ScenesListWrapper(root: Element)

ScenesListWrapper Class

Wrapper class for managing lists of scenes in Ableton Live.

Parameters

rootElementTree.Element

The root element for XML representation.