track_mute
Mute or unmute a track by its index. Adjusts the track's mute state to control which tracks are heard during playback.
Instructions
Mute or unmute a track.
Audacity 3.7.8 accepts this and does nothing: SetTrackStatus reports success and the mute flag stays where it was. The result is read back and carries a warning when that happens. To actually silence a track, set its gain to the minimum, or ask the user to click Mute.
Args: track: Track index (0-based) mute: True to mute, False to unmute
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mute | No | ||
| track | Yes |