add_effect
Apply and customize audio effects to Strudel.cc music patterns using the add_effect tool, enabling enhanced sound manipulation in AI-powered music generation and live coding.
Instructions
Add effect to pattern
Input Schema
Name | Required | Description | Default |
---|---|---|---|
effect | Yes | Effect name | |
params | No | Effect parameters |
Input Schema (JSON Schema)
{
"properties": {
"effect": {
"description": "Effect name",
"type": "string"
},
"params": {
"description": "Effect parameters",
"type": "string"
}
},
"required": [
"effect"
],
"type": "object"
}