create_return_track
Plan or append a return track for shared send effects via Live's bus API, handling automatic bus-letter prefixing. Reports the actual displayed name.
Instructions
Plan or append a Return Track for shared send effects using Live's native bus API. Name is the raw label; Live prefixes the displayed return letter, and the result reports the observed display name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Raw Return Track label without its automatic bus-letter prefix. | |
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| planHash | No | Hash returned by the matching dry run. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |