fl_set_mixer_color
Set a mixer track's color in FL Studio using a 0xAABBGGRR integer; accepts FL's high-byte differences and supports optional concurrency protection.
Instructions
Set a mixer color, accepting FL-owned differences in the high byte.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| color | Yes | FL color word as unsigned 0xAABBGGRR integer. | |
| track_index | Yes | Zero-based mixer index. Index 0 is Master. | |
| allow_master | No | Required to target mixer track 0. | |
| expected_before | No | Optional expected current FL color word. | |
| 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 | ||
| after_color | No | ||
| track_index | Yes | ||
| before_color | No | ||
| project_saved | No | ||
| bridge_command | No | mixer.set_color | |
| schema_version | No | 1.0 | |
| requested_color | Yes | ||
| 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 |