set_drum_pad_mute
Mute or unmute a specific drum pad in a drum rack using track, device, and pad indices.
Instructions
Mute or unmute 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). mute: True to mute the pad, False to unmute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mute | Yes | ||
| pad_index | Yes | ||
| track_index | Yes | ||
| device_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |