set_drum_pad_state
Plan or mute/solo a specific Drum Rack pad by MIDI note, using a guarded snapshot to prevent conflicts. Does not assign sounds to pads.
Instructions
Plan or mute/solo an exact populated Drum Rack pad by MIDI note with a guarded rack snapshot. Does not assign sounds to pads.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mute | No | Mute pad. | |
| note | Yes | ||
| solo | No | Solo pad. | |
| dryRun | No | Omit or true to return a plan; false requires a valid confirmationToken. | |
| trackId | Yes | Stable device-owner ID: track-N from list_tracks, return-N from get_set_mixer, or master. | |
| deviceId | Yes | Stable device ID returned by list_devices. | |
| planHash | No | Hash returned by the matching dry run. | |
| confirmationToken | No | Short-lived, single-use token returned by the matching dry run. | |
| expectedStateVersion | Yes | Exact stateVersion observed immediately before planning. |