set_drum_chain_property
Set drum chain properties such as input note, output note, or choke group by targeting track, device, and chain indexes with a new integer value.
Instructions
Set a drum-chain-specific property.
Args: track_index: Zero-based index of the track. device_index: Zero-based index of the drum rack device. chain_index: Zero-based index of the drum chain. property_name: One of 'in_note', 'out_note', or 'choke_group'. value: Integer value for the target property.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| chain_index | Yes | ||
| track_index | Yes | ||
| device_index | Yes | ||
| property_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |