fl_set_mixer_pan
Set a mixer track's pan position in FL Studio and verify the applied value, with optional guards against unexpected changes.
Instructions
Set one mixer pan and report the readback FL gave on a later tick.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pan | Yes | Pan position, -1.0 hard left through 0.0 centre to 1.0 hard right. | |
| track_index | Yes | Zero-based mixer index. Index 0 is Master and is refused unless allow_master is true. | |
| allow_master | No | Deliberately target the master bus at index 0. | |
| expected_before | No | Optional expected current pan; refuse if it changed. | |
| 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 | ||
| after_pan | No | ||
| applied_at | Yes | ||
| before_pan | No | ||
| track_index | Yes | ||
| project_saved | No | ||
| requested_pan | Yes | ||
| bridge_command | No | mixer.set_pan | |
| 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 | ||
| session_precondition_applied | No |