fl_set_recording
Set FL Studio recording to an exact on/off state, avoiding toggle mismatches. Use to arm or disarm recording reliably in a project.
Instructions
Set recording absolutely; FL's toggle is dispatched at most once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| recording | Yes | Absolute transport recording-arm state. | |
| expected_before | No | Optional expected recording 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 | ||
| project_saved | No | ||
| bridge_command | No | transport.set_recording | |
| schema_version | No | 1.0 | |
| after_recording | No | ||
| before_recording | No | ||
| undo_point_created | No | ||
| verification_basis | No | readback_on_a_later_fl_idle_tick | |
| requested_recording | Yes | ||
| session_fingerprint | No | ||
| verification_summary | Yes | ||
| expected_before_applied | No | ||
| session_precondition_applied | No |