fl_apply_verified_batch
Apply a pre-verified batch of FL Studio mixer, channel, and playlist operations after a single session preflight, without replaying commands.
Instructions
Apply a closed-union batch after one session preflight, without replay.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operations | Yes | Ordered absolute writes. Operation IDs and written fields must be unique; every attempted item gets its own later-tick receipt. | |
| stop_on_unverified | No | Skip remaining items after the first unverified receipt. | |
| 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 |
|---|---|---|---|
| results | Yes | ||
| verified | Yes | ||
| warnings | No | ||
| completed | Yes | ||
| applied_at | Yes | ||
| project_saved | No | ||
| skipped_count | Yes | ||
| schema_version | No | 1.0 | |
| stopped_reason | No | ||
| attempted_count | Yes | ||
| requested_count | Yes | ||
| rollback_attempted | No | ||
| stop_on_unverified | Yes | ||
| session_fingerprint | Yes | ||
| automatic_replay_attempted | No | ||
| one_session_preflight_completed | No |