fl_set_mixer_name
Rename a mixer track in FL Studio projects; pass an empty name to restore the default label.
Instructions
Rename one mixer track.
An empty name is not a blank label: FL puts the track's default back
("Insert 8"), and the result says so via `restored_default`.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | New track name. Pass "" to restore FL's default. | |
| track_index | Yes | Zero-based mixer index. Index 0 is Master. | |
| allow_master | No | Required to target mixer track 0. | |
| expected_before | No | Optional expected current name; refuse if it changed. | |
| 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 | ||
| after_name | No | ||
| applied_at | Yes | ||
| before_name | No | ||
| track_index | Yes | ||
| project_saved | No | ||
| bridge_command | No | mixer.set_name | |
| requested_name | Yes | ||
| schema_version | No | 1.0 | |
| targeted_master | No | ||
| restored_default | No | ||
| 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 |