add_effect
Add audio effects to any track or mixer channel in LMMS. Specify the effect type, wet/dry mix, and chain position to shape your sound.
Instructions
Add an effect to a track's or mixer channel's effect chain.
Args: target_type: "track" or "mixer" target_index: Track index or mixer channel number (0=Master) effect: Built-in LMMS effect name. Valid: amplifier, bassbooster, bitcrush, compressor, crossovereq, delay, dispersion, dualfilter, dynamicsprocessor, eq, flanger, frequencyshifter, multitapecho, reverbsc, slewdistortion, stereoenhancer, stereomatrix, waveshaper wet: Wet/dry mix 0.0-1.0 (1.0=full effect) enabled: Whether the effect is active position: Chain position to insert at (None=end of chain)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| wet | No | ||
| effect | Yes | ||
| enabled | No | ||
| position | No | ||
| target_type | Yes | ||
| target_index | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |