fl_set_time_signature_numerator
Sets the beats per bar (time signature numerator) in FL Studio and verifies the change using the PPB/PPQ getter pair.
Instructions
Set and prove beats per bar from FL's PPB/PPQ getter pair.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| numerator | Yes | Beats per bar. FL exposes no denominator getter. | |
| expected_before | No | Optional expected current numerator. | |
| 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 | ||
| project_saved | No | ||
| bridge_command | No | project.set_time_signature_numerator | |
| schema_version | No | 1.0 | |
| undo_point_created | No | ||
| verification_basis | No | readback_on_a_later_fl_idle_tick | |
| requested_numerator | Yes | ||
| session_fingerprint | No | ||
| verification_summary | Yes | ||
| expected_before_applied | No | ||
| session_precondition_applied | No |