live_eval
Evaluate Python expressions inside Ableton Live using song, app, obj, and Live bindings for dynamic control and data retrieval.
Instructions
Evaluate a Python expression inside Live with song, app, obj, and Live bindings. General Live object-model bridge; examples are heuristics, not limits. Use live_exec for statements; prefer installed browser/library assets before generated assets unless asked.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | ||
| ref | No | ||
| detail | No | ||
| max_items | No | ||
| max_depth | No | ||
| max_string_length | No | ||
| timeout | No | Seconds to wait for Live's main thread. |