fl_set_channel_solo
Set a global channel solo state with an absolute on/off value, optionally verifying the change on a later FL tick and guarding against stale sessions or bridge reloads.
Instructions
Set a global channel solo state and verify it on a later FL tick.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| soloed | Yes | Absolute wanted solo state; never a toggle. | |
| channel_index | Yes | Global channel index. | |
| expected_before | No | Optional fingerprint and/or solo-state guard. | |
| 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 | |
| channel_index | Yes | ||
| project_saved | No | ||
| bridge_command | No | channel.set_solo | |
| schema_version | No | 1.0 | |
| requested_soloed | Yes | ||
| 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 |