fl_set_mixer_arm
Toggle a mixer track's recording arm to a desired state, with optional precondition checks and session fingerprint to prevent conflicts.
Instructions
Set recording arm with one bounded toggle and later-tick readback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| armed | Yes | The absolute wanted recording-arm state. | |
| 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 arm state. | |
| 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_armed | No | ||
| track_index | Yes | ||
| before_armed | No | ||
| project_saved | No | ||
| bridge_command | No | mixer.set_arm | |
| schema_version | No | 1.0 | |
| requested_armed | 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 |