track_mute_all
Silence all audio tracks in the project, including unselected ones, to quickly prepare a clean slate or apply global muting without manual per-track toggling.
Instructions
Mute every track in the project, including any not currently selected.
Uses a dedicated C++ command that iterates the real track list by id - NOT composed from track_set_properties' index-based addressing, which would silently hit the wrong track whenever a label track sits before an audio track (project_get_info's track list excludes label tracks, but the raw index space includes them).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||