load_instrument_or_effect
Load instruments or audio effects into Ableton Live tracks to enhance music production workflows and expand creative sound design capabilities.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
track_index | Yes | ||
uri | Yes |
Input Schema (JSON Schema)
{
"properties": {
"track_index": {
"title": "Track Index",
"type": "integer"
},
"uri": {
"title": "Uri",
"type": "string"
}
},
"required": [
"track_index",
"uri"
],
"type": "object"
}