setChannelTranspositionPitch
Description​
Sets the transposition pitch of a given channel. This pitch is additionally applied beside the
ones applied already via applyTranspositionPitches
.
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. |