Set up a genre chain (plan)
fl_setup_chainPlan a processing chain for a mixer track based on genre (vocal, drum bus, bass, master) using existing plugins. Identify missing plugins and apply approved steps.
Instructions
Plan a genre-appropriate processing chain over a track's EXISTING plugins. READ-ONLY plan: returns the ordered intent calls (each with the matched plugin + slot) and which steps are MISSING because the needed plugin isn't loaded (FL can't load plugins -- add those manually). After the user approves, apply each step by calling its 'apply' tool+args (fl_apply_eq_intent / fl_apply_compression_intent / fl_apply_reverb_intent -- each logged + rollback-able). e.g. vocal: HP -> comp -> presence -> air -> reverb.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | Yes | Mixer track index. | |
| chain_type | Yes | Recipe: 'vocal', 'drum_bus', 'bass', 'master'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||