fl_set_step_sequence
Update step-sequence cells in an FL Studio pattern only if the current grid digest still matches, preventing overwrites from stale reads.
Instructions
Set absolute current-pattern cells only if the observed grid digest still matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | Unique absolute cell states. | |
| channel_index | Yes | Global channel index. | |
| pattern_number | Yes | Explicit current pattern number. | |
| expected_digest | Yes | Required digest from fl_get_step_sequence. | |
| 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 | ||
| applied_at | Yes | ||
| index_scope | No | global | |
| channel_index | Yes | ||
| project_saved | No | ||
| bridge_command | No | sequencer.set | |
| cells_verified | Yes | ||
| pattern_number | Yes | ||
| schema_version | No | 1.0 | |
| expected_digest | Yes | ||
| requested_updates | 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 |