fl_set_channel_pitch
Set a channel's pitch to any normalized value between -1 and 1, then receive the resulting pitch in normalized and semitone units. Enables precise pitch adjustment in FL Studio.
Instructions
Set normalized channel pitch and report normalized/semitone readback.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_index | Yes | Global channel index. | |
| expected_before | No | Optional fingerprint and/or pitch guard. | |
| pitch_normalized | Yes | Absolute FL channel pitch from -1.0 to 1.0. | |
| 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 | channel.set_pitch | |
| schema_version | No | 1.0 | |
| undo_point_created | No | ||
| verification_basis | No | readback_on_a_later_fl_idle_tick | |
| session_fingerprint | No | ||
| verification_summary | Yes | ||
| expected_before_applied | No | ||
| requested_pitch_normalized | Yes | ||
| session_precondition_applied | No |