effect
Add or remove a Strudel effect (e.g., lpf, delay) on the current session pattern. Specify action 'add' with effect name and params, or 'remove' to strip the last effect.
Instructions
Add or remove a Strudel effect on the current session pattern. action=add appends .<effect>(<params>). action=remove strips the last .<effect>(...) call from the pattern. Example: effect({ action: "add", effect: "lpf", params: "1000" }). For higher-level effect bundles (mood/energy/refine) use shape; for raw transforms use transform.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | add or remove the effect | |
| effect | Yes | Effect name (e.g. lpf, room, delay) | |
| params | No | Effect parameters (action=add only) | |
| session_id | No | Optional session ID (#108). Omit to use default session. |