set_param
Modify any parameter of an existing Pure Data object by specifying its ID, parameter name, and new value.
Instructions
Modify a parameter of an existing Pd object.
Args:
object_id: ID of the object
parameter: Parameter name to modify
value: New value for the parameter
ctx: MCP context
Returns:
Response with status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| object_id | Yes | ||
| parameter | Yes |