track_set_volume
Set a regular track's mixer volume using a normalized value (0 to 1). Ideal for adjusting mix balance after verifying the track index, with idempotent updates and confirmation of before and after levels.
Instructions
Set a regular track's mixer volume as a normalized 0..1 value. Use for mix balance changes after confirming the track index. Idempotent within 1e-4; returns linear and dB before/after values with verification diff on mismatch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| volume | Yes | Normalized 0..1 per ADR-0004. |