add_realtime_effect
Add a non-destructive realtime VST/plugin effect to a track or the master bus, so you can adjust or remove it later and open its live GUI in Audacity.
Instructions
Add a non-destructive realtime effect to a track's (or the Master bus's) effect chain. Unlike apply-effect/effect_* tools, this stays adjustable and removable afterward - the actual VST/plugin GUI can still be opened live in Audacity to tweak it, same as adding it by hand via the Realtime Effects panel.
Args: track_id: Track id, from project_get_info's track list. Use -2 for the Master bus. effect_id: The real PluginID, from list_effects' "id" field - NOT "title". Confirmed live: passing a title here fails with "cannot load the effect" (this path has no title fallback, unlike apply-effect).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_id | Yes | ||
| effect_id | Yes |