Set mixer routing (src -> dst)
fl_set_routeEnable or disable a send route from a source mixer track to a destination track in FL Studio, with undo support.
Instructions
Enable/disable a send from src -> dst (calls afterRoutingChanged on the FL side). Snapshot + readback; undo with fl_rollback_last_change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| src | Yes | Source mixer track. | |
| dst | Yes | Destination mixer track (0 = Master). | |
| enabled | No | True = route on, False = off. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||