get_device_routings
Inspect device input routings to discover available sidechain sources and current selections. Use before setting routings to ensure valid type and channel names.
Instructions
Inspect available input routings for a device (used to discover sidechain sources).
Returns the available routing types and channels for the device, plus current selections. Use this BEFORE set_device_routing so you know what type/channel names are valid.
Parameters:
track_index: Track containing the device
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 |