apply_effect_preset
Apply a factory preset to a realtime effect on a specified track or master bus, using the effect's position index and preset ID.
Instructions
Apply one of a realtime effect's factory presets by id.
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. preset_id: Preset id, from list_effect_presets.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| track_id | Yes | ||
| preset_id | Yes |