fl_set_playing
Set FL Studio playback to an exact playing or stopped state, then verify the change on a later idle tick to avoid toggle ambiguity.
Instructions
Set playback to an absolute state and verify it on a later FL idle tick.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| playing | Yes | Absolute playing state; never a toggle. | |
| expected_before | No | Optional expected current playing 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_playing | No | ||
| project_saved | No | ||
| before_playing | No | ||
| bridge_command | No | transport.set_playing | |
| schema_version | No | 1.0 | |
| requested_playing | 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 |