Scene
Represents a row of clip slots across the tracks of Live’s Session view
matrix. The Scene class controls scene firing, naming, color, and the
per-scene tempo and time-signature overrides.
This class represents an series of ClipSlots in Lives Sessionview matrix. From Live’s runtime docstring.
Properties
Section titled “Properties”Inherited from LomObject
_live_ptr: int
Section titled “_live_ptr: int”canonical_parent: Song
Section titled “canonical_parent: Song”Get the canonical parent of the scene. From Live’s runtime docstring.
return a list of clipslots (see class AClipSlot) that this scene covers. From Live’s runtime docstring.
color: int
Section titled “color: int”Get/set access to the color of the scene (RGB). From Live’s runtime docstring.
color_index: int | NoneProbed asNonehigh confidence- docstring “Get/set access to the color index of the scene. Can be None for no color.” Explicit nullability documented in raw_doc.
Section titled “color_index: int | NoneProbed asNonehigh confidencedocstring “Get/set access to the color index of the scene. Can be None for no color.” Explicit nullability documented in raw_doc.”Get/set access to the color index of the scene. Can be None for no color. From Live’s runtime docstring.
is_empty: bool
Section titled “is_empty: bool”Returns True if all clip slots of this scene are empty. From Live’s runtime docstring.
is_triggered: bool
Section titled “is_triggered: bool”Const access to the scene’s trigger state. From Live’s runtime docstring.
name: str
Section titled “name: str”Get/Set the name of the scene. From Live’s runtime docstring.
tempo: float
Section titled “tempo: float”Get/Set the tempo value of the scene. The song will use the scene’s tempo as soon as the scene is fired. Returns -1 if the scene has no tempo property. From Live’s runtime docstring.
tempo_enabled: bool
Section titled “tempo_enabled: bool”Get/Set the active state of the scene tempo. When disabled, the scene will use the song’s tempo,and the tempo value returned will be -1Returns a bool indicating the state of the scene’s tempo From Live’s runtime docstring.
time_signature_denominator: int
Section titled “time_signature_denominator: int”Get/Set the scene’s time signature denominator. The song will use the scene’s time signature as soon as the scene is fired. Returns -1 if the scene has no time signature property. From Live’s runtime docstring.
time_signature_enabled: bool
Section titled “time_signature_enabled: bool”Get the active state of the scene time signature. When disabled, the scene will use the song’s time signature,and the time signature values returned will be -1Returns a bool indicating the state of the scene’s time signature From Live’s runtime docstring.
time_signature_numerator: int
Section titled “time_signature_numerator: int”Get/Set the scene’s time signature numerator. The song will use the scene’s time signature as soon as the scene is fired. Returns -1 if the scene has no time signature property. From Live’s runtime docstring.
Methods
Section titled “Methods”fire()
Section titled “fire()”- force_legato: bool = False
- can_select_scene_on_launch: bool = True
Fire the scene directly. Will fire all clipslots that this scene owns and select the scene itself. From Live’s runtime docstring.
fire_as_selected()
Section titled “fire_as_selected()”- force_legato: bool = False
Fire the selected scene. Will fire all clipslots that this scene owns and select the next scene if necessary. From Live’s runtime docstring.
set_fire_button_state()
Section titled “set_fire_button_state()”- state: bool
Set the scene’s fire button state directly. Supports all launch modes. From Live’s runtime docstring.
Returned by 3 members elsewhere in the LOM
This is an independent reference site. Not affiliated with, endorsed by, or sponsored by Ableton AG. “Ableton”, “Live”, “Push”, and related marks are trademarks of Ableton AG.