set_drum_pad_solo
Solo or unsolo a specific drum pad in an Ableton Live drum rack by specifying track, device, pad index, and solo state.
Instructions
Solo or unsolo a specific drum pad in a drum rack.
Args: track_index: Zero-based index of the track. device_index: Zero-based index of the drum rack device. pad_index: MIDI note number of the drum pad (0-127). solo: True to solo the pad, False to unsolo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| solo | Yes | ||
| pad_index | Yes | ||
| track_index | Yes | ||
| device_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |