fl_undo
Move the FL Studio project to the previous undo-history position and verify the change, with optional guards to prevent undoing after a project reload or bridge reset.
Instructions
Move to the previous absolute undo-history position and verify it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expected_before | No | Optional history position/count/dirty 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 |
|---|---|---|---|
| after | Yes | ||
| before | Yes | ||
| verified | Yes | ||
| warnings | No | ||
| direction | Yes | ||
| applied_at | Yes | ||
| project_saved | No | ||
| bridge_command | Yes | ||
| schema_version | No | 1.0 | |
| requested_position | 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 |