delete_device
Delete a device from a track's chain in Ableton by providing the track index, device index, and track type (regular, return, or master).
Instructions
Delete a device from a track's device chain.
Parameters:
track_index: Track containing the device (ignored for master)
device_index: Position in the chain
track_kind: 'regular' (default), 'return', or 'master'
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_kind | No | regular | |
| track_index | Yes | ||
| device_index | Yes |