get_session_metadata
Retrieve Ableton Live session metadata including modification status, current song time, song length, and CPU load.
Instructions
Get session metadata: modified state, current song time, song length, and CPU load.
Returns is_modified, current_song_time (beats), song_length (beats), and current_cpu_load (if available).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| is_modified | No | ||
| song_length | No | ||
| current_cpu_load | No | ||
| current_song_time | No |