mcp_opendaw_set_effect_parameter_int
Set an integer parameter on an audio effect for device-specific fields such as bandCount, bits, or overSampling. This generic fallback works with any Int32Field when no dedicated tool exists.
Instructions
Set an integer parameter on an audio effect.
Covers device-specific integer fields not exposed through the generic float setter:
Vocoder: bandCount
StereoTool: panningMixing
Fold: overSampling
Crusher: bits
Delay: version (internal)
Note: device-specific tools (set_vocoder_band_count, set_fold_oversampling, etc.) are preferred when available. This is a generic fallback for any Int32Field.
unit_index: Audio unit index. effect_index: Effect position in the chain (0-based). parameter_name: Integer field name (e.g. "bandCount", "bits", "overSampling"). value: Integer value.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| unit_index | Yes | ||
| effect_index | Yes | ||
| parameter_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |