fl_set_tempo
Set FL Studio project tempo while playback is stopped, then confirm the BPM on a later idle tick.
Instructions
Set project tempo while stopped and verify BPM on a later FL idle tick.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tempo_bpm | Yes | Absolute project tempo in BPM. | |
| expected_before | No | Optional expected current tempo in BPM. | |
| 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_tempo | |
| schema_version | No | 1.0 | |
| after_tempo_bpm | No | ||
| before_tempo_bpm | No | ||
| undo_point_created | No | ||
| verification_basis | No | readback_on_a_later_fl_idle_tick | |
| requested_tempo_bpm | Yes | ||
| session_fingerprint | No | ||
| verification_summary | Yes | ||
| expected_before_applied | No | ||
| session_precondition_applied | No |