fl_select_channel
Select a single global channel in FL Studio while verifying the complete selection. Use optional expected-state and session checks to ensure the chosen channel is exclusively selected.
Instructions
Select one global channel exclusively and verify the complete selection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_index | Yes | Global channel index. | |
| expected_before | No | Optional exact selected-channel list 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 |
|---|---|---|---|
| verified | Yes | ||
| warnings | No | ||
| exclusive | No | ||
| applied_at | Yes | ||
| index_scope | No | global | |
| channel_index | Yes | ||
| project_saved | No | ||
| bridge_command | No | channel.select | |
| schema_version | No | 1.0 | |
| 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 | ||
| after_selected_channel_indices | Yes | ||
| before_selected_channel_indices | Yes |