Independent Stereo Volume Basics
This page explains how to use Nyquist to change the volume of left and right stereo channels independently.
(aref *track* 0)(aref *track* 1)(scale 0.5 *track*)(vector <left channel> <right channel>)(vector
(scale 2.0 (aref *track* 0))
(aref *track* 1)
)Last updated
Was this helpful?