get_drum_pads
Retrieve drum pad details from a drum rack device—index, name, MIDI note, mute, and solo—by providing track and device indices.
Instructions
Get all visible drum pads from a drum rack device.
Returns pad index, name, MIDI note number, mute, and solo state for each pad.
Args: track_index: Zero-based index of the track. device_index: Zero-based index of the drum rack device.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | ||
| device_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |