Apply a Mix Doctor fix (gated)
fl_apply_mix_fixApply an approved Mix Doctor fix to a mixer track, such as trimming volume to a target dB level, with rollback support via snapshot and readback.
Instructions
Apply ONE Mix Doctor fix via the safety layer: snapshot -> write -> FRESH readback -> rollback-able with fl_rollback_last_change.
Call this ONLY after the user approves the exact change in conversation (Mix Doctor never auto-applies). 'trim_volume' sets a mixer track's fader to target_db. For grouping use fl_group_tracks; for EQ use fl_apply_eq_intent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Fix kind. Currently 'trim_volume' (the proven, safe one). | |
| track | No | Mixer track index (for trim_volume). | |
| target_db | No | Absolute target fader level in dB, e.g. -3.0. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||