set_effect_form
Set the waveform form of the current effect selection. Accepts waveform type as name (e.g., 'sin') or number (e.g., 6).
Instructions
Set the effect waveform for the current selection.
Args:
form: Waveform type — name (e.g., "sin", "ramp", "square") or number
Returns:
str: Operation result message
Examples:
- Set effect form to "sin"
- Set effect form to 6
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |