Skip to main content

setChannelVolume

since 0.9.6

Description​

Sets the current and initial volume of the given channel.

Signatures​

void SetChannelVolume(int channel, double volume).net
function setChannelVolume(channel, volume)JavaScript

Parameters​

ParametersTypeSummary
channelAllint

The midi channel to set the volume for.

VolumeAlldouble

The volume as percentage.