create_audio_track
Insert an empty audio track at a specific position in Ableton Live, or append at the end with index -1. Adds a blank track for audio recordings without instruments.
Instructions
Insert an empty audio track at a chosen position, or append with -1.
Non-negative indices insert before the current track at that position and shift it and later track indices up. Use create_midi_track for instruments and MIDI clips, or create_return_track for a shared send-effect bus.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | Insertion position among regular tracks; -1 appends at the end. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |