load_external_plugin
Load an external VST/AU plugin onto a track by name, no file path needed. Use optional exact matching and cache refresh for precise plugin setup.
Instructions
Load an external plugin onto a track by plugin name (no URI required).
Parameters:
track_index: Track number (1-based).
plugin_name: Plugin name to match (e.g., "FabFilter Pro-Q 3").
exact_match: If True, require exact normalized name match.
refresh_cache: If True, force a rescan before matching.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exact_match | No | ||
| plugin_name | Yes | ||
| track_index | Yes | ||
| refresh_cache | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |