fl_select_mixer_track
Makes a chosen mixer track active in FL Studio and verifies the change with the active-track getter, using an optional expected-before check and session fingerprint to guard against stale writes.
Instructions
Make one mixer track active and verify the active-track getter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track_index | Yes | Zero-based mixer index to make active. | |
| allow_master | No | Required to select mixer track 0 (Master). | |
| expected_before | No | Optional expected active track index. | |
| session_fingerprint | No | Optional bridge/project-session fingerprint from a recent read. The write refuses after bridge reload or a reported project load. This is a concurrency guard, not authentication or a durable project identity. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verified | Yes | ||
| warnings | No | ||
| applied_at | Yes | ||
| track_index | Yes | ||
| project_saved | No | ||
| bridge_command | No | mixer.select_track | |
| schema_version | No | 1.0 | |
| targeted_master | No | ||
| undo_point_created | No | ||
| verification_basis | No | readback_on_a_later_fl_idle_tick | |
| session_fingerprint | No | ||
| verification_summary | Yes | ||
| expected_before_applied | No | ||
| after_active_track_index | No | ||
| before_active_track_index | No | ||
| requested_active_track_index | Yes | ||
| session_precondition_applied | No |