set_scene_property
Change a scene's name, color, tempo, or time signature in Ableton Live by specifying the scene index, property, and new value.
Instructions
Set a scene's name, colour, tempo or time signature.
Writable names: name, color, tempo, time_signature_numerator, time_signature_denominator.
Writing tempo or a time signature from the API also switches that scene control on, so no separate enable step is needed.
Parameters:
scene_index: Scene number (1-based).
property_name: One of the names above.
value: New value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| scene_index | Yes | ||
| property_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |