Name
SetChannelVolume -- set channel volume (V6.1)
Synopsis
SetChannelVolume(n, volume)
Function
This function modifies the volume of the channel specified by n. Channel indices range from 1 to the number of channels. volume can be a number ranging from 0 (mute) to 64 (full) or a string containing a percent specification, e.g. "50%".

Inputs
n
channel index
volume
new volume for the channel

Show TOC