Get full routing matrix
fl_get_routing_allRetrieve the full routing configuration for all mixer tracks, including track index, name, and destination routes. Useful for analyzing or modifying signal flow in FL Studio.
Instructions
Routing for every mixer track (paginated under the hood, returned whole): {total, routing:[{i, name, routes_to:[...]}]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||