get_scene_properties
Retrieve an Ableton Live scene's properties by index: name, tempo, color, and time signature. Returns -1.0 for unset tempo and includes Live 12+ tempo_enabled and time signature flags.
Instructions
Get properties of a specific scene.
Returns the scene name, tempo (-1.0 if not set), color, color_index, and (Live 12+) tempo_enabled, time_signature_numerator/denominator/enabled.
Args: scene_index: Zero-based index of the scene.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scene_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |