Live.Scene.Scene
This class represents an series of ClipSlots in Lives Sessionview matrix.
Live Object: yes
Access via:
Song.create_scene()Song.View.selected_scene
| Property | Type | Supports |
|---|---|---|
canonical_parent |
Song |
get |
clip_slots |
Vector[ClipSlot] |
get/listen |
color |
int |
get/set/listen |
color_index |
int | None |
get/set/listen |
is_empty |
bool |
get |
is_triggered |
bool |
get/listen |
name |
str |
get/set/listen |
tempo |
float |
get/set/listen |
tempo_enabled |
bool |
get/set/listen |
time_signature_denominator |
int |
get/set/listen |
time_signature_enabled |
bool |
get/set/listen |
time_signature_numerator |
int |
get/set/listen |
- Type:
Song - Settable:
no - Listenable:
no
Get the canonical parent of the scene.
- Type:
Vector[ClipSlot] - Settable:
no - Listenable:
yes
return a list of clipslots (see class AClipSlot) that this scene covers.
- Type:
int - Settable:
yes - Listenable:
yes
Get/set access to the color of the scene (RGB).
- Type:
int | None - Settable:
yes - Listenable:
yes
Get/set access to the color index of the scene. Can be None for no color.
- Type:
bool - Settable:
no - Listenable:
no
Returns True if all clip slots of this scene are empty.
- Type:
bool - Settable:
no - Listenable:
yes
Const access to the scene's trigger state.
- Type:
str - Settable:
yes - Listenable:
yes
Get/Set the name of the scene.
- Type:
float - Settable:
yes - Listenable:
yes
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.
- Type:
bool - Settable:
yes - Listenable:
yes
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
- Type:
int - Settable:
yes - Listenable:
yes
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.
- Type:
bool - Settable:
yes - Listenable:
yes
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
- Type:
int - Settable:
yes - Listenable:
yes
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.
| Method | Returns |
|---|---|
fire() |
None |
fire_as_selected() |
None |
set_fire_button_state() |
None |
- Returns:
None - Args:
force_legato: bool = Falsecan_select_scene_on_launch: bool = True
Fire the scene directly. Will fire all clipslots that this scene owns and select the scene itself.
- Returns:
None - Args:
force_legato: bool = False
Fire the selected scene. Will fire all clipslots that this scene owns and select the next scene if necessary.
- Returns:
None - Args:
state: bool
Set the scene's fire button state directly. Supports all launch modes.