track_set_properties
Modify an Audacity track by index to change its name, gain, pan, mute, or solo state while leaving unspecified properties untouched.
Instructions
Set one or more properties of a track by index. Only the properties you pass are changed - omit any you don't want to touch.
Args: track: Track index (0-based) name: New track name gain: Track gain in dB (-36 to 36) pan: Track pan (-1.0=left to 1.0=right) mute: Mute the track solo: Solo the track
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pan | No | ||
| gain | No | ||
| mute | No | ||
| name | No | ||
| solo | No | ||
| track | Yes |