set_realtime_effect_active
Enable or bypass a realtime effect on a track or master bus by position. Control its active state without removing it from the chain.
Instructions
Enable or bypass one effect in a track's (or the Master bus's) realtime effect chain, without removing it.
Args: track_id: Track id, from project_get_info's track list. Use -2 for the Master bus. index: Position in the chain, from list_realtime_effects. active: True to enable, False to bypass.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| active | Yes | ||
| track_id | Yes |