get_song_time
Get the current song time position in beats and determine whether undo or redo is available in Ableton Live.
Instructions
Get the current song time position and undo/redo availability.
Returns current_song_time (in beats), can_undo, and can_redo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| can_redo | Yes | ||
| can_undo | Yes | ||
| current_song_time | Yes |