duplicate_track
Create a duplicate of a MIDI or audio track in Ableton Live by specifying its index, simplifying track management and workflow enhancement.
Instructions
duplicate midi or audio track by index
Input Schema
Name | Required | Description | Default |
---|---|---|---|
index | Yes | [int] index of track |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"index": {
"description": "[int] index of track",
"type": "number"
}
},
"required": [
"index"
],
"type": "object"
}