describe_device_api
Discover all members a device object exposes in the running Live build, including those hidden from parameter lists. Provide track, device, and chain indices to inspect device-specific classes.
Instructions
Report what a device object actually exposes in the running build of Live.
Device-specific classes (WavetableDevice, SimplerDevice, ...) carry members that never appear in the parameter list. Use this to find them.
Parameters:
track_index: Track number (1-based).
device_index: Device number on the track (1-based).
chain_index: Chain number inside a rack (1-based, 0 = not in a rack).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chain_index | No | ||
| track_index | Yes | ||
| device_index | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |