fl_set_channel_mix
Set FL Studio channel volume, pan, and mute with per-field readback proof. Apply any mix change and verify the applied state instantly.
Instructions
Set channel volume, pan, and/or mute with per-field readback proof.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pan | No | Absolute channel pan. | |
| muted | No | Absolute channel mute state. | |
| channel_index | Yes | Global channel index. | |
| expected_before | No | Optional guarded channel fingerprint and/or mix fields. | |
| volume_normalized | No | Absolute channel volume. | |
| 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 |
|---|---|---|---|
| after | Yes | ||
| before | Yes | ||
| verified | Yes | ||
| warnings | No | ||
| applied_at | Yes | ||
| index_scope | No | global | |
| pan_verified | No | ||
| channel_index | Yes | ||
| mute_verified | No | ||
| project_saved | No | ||
| requested_pan | No | ||
| bridge_command | No | channel.set_mix | |
| schema_version | No | 1.0 | |
| requested_muted | No | ||
| volume_verified | 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 | ||
| requested_volume_normalized | No | ||
| session_precondition_applied | No |