remove_effect
Removes specified effects from Strudel music patterns to streamline audio processing and modify live music generation. Part of the Strudel MCP Server for AI-powered music creation.
Instructions
Remove effect
Input Schema
Name | Required | Description | Default |
---|---|---|---|
effect | Yes | Effect to remove |
Input Schema (JSON Schema)
{
"properties": {
"effect": {
"description": "Effect to remove",
"type": "string"
}
},
"required": [
"effect"
],
"type": "object"
}