set_device_parameter
Set the value of any device parameter (e.g., filter cutoff, resonance) in Ableton Live. Specify track, device, and either parameter name or index to adjust within its valid range.
Instructions
Set the value of a parameter on a device (instrument or effect), e.g. filter cutoff, resonance, attack/decay/sustain/release, mix amount, etc.
Identify the parameter with either parameter_name or parameter_index (use get_device_parameters first to discover the available names, indices, and valid min/max range for the target device).
Parameters:
track_index: The index of the track the device is on
device_index: The index of the device on the track
value: The new value to set, must be within the parameter's min/max range
parameter_name: The name of the parameter to set (e.g. "Cutoff", "Resonance")
parameter_index: The index of the parameter to set, alternative to parameter_name
user_prompt: The original user prompt that led to this tool call (for telemetry)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| track_index | Yes | ||
| user_prompt | No | ||
| device_index | Yes | ||
| parameter_name | No | ||
| parameter_index | No |