add_vst_track
Host a VST plugin on a new LMMS track by providing the .dll path, track name, and optional mixer, volume, and panning settings.
Instructions
Add a track hosting a VST plugin (.dll file).
Uses LMMS's Vestige host. The VST must be compatible with your LMMS architecture (64-bit LMMS needs 64-bit VSTs).
Args: name: Track name (e.g. "Spire Lead") dll_path: Absolute path to the VST .dll file mixer_channel: Mixer channel number (0=Master) volume: Track volume (0-200) panning: Track panning (-100 to +100)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| volume | No | ||
| panning | No | ||
| dll_path | Yes | ||
| mixer_channel | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |