Skip to content

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.

Inherited from LomObject

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.

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.

Returns True if all clip slots of this scene are empty. From Live’s runtime docstring.

Const access to the scene’s trigger state. From Live’s runtime docstring.

Get/Set the name of the scene. From Live’s runtime docstring.

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.

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.

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.

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.

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.

  • 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.

  • 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.

  • 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.