setChannelVolume
Description​
Sets the current and initial volume of the given channel.
Signatures​
function setChannelVolume(channel, volume)JavaScript |
void SetChannelVolume(int channel, double volume).net |
fun setChannelVolume(channel: Double, volume: Double): UnitAndroid |
Parameters​
Parameters | Type | Summary |
---|---|---|
channelAll | int | The midi channel to set the volume for. |
VolumeAll | double | The volume as percentage. |