Skip to main content

setChannelTranspositionPitch

since 0.9.6

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​

ParametersTypeSummary
channelAllint

The midi channel to set the volume for.

VolumeAlldouble

The volume as percentage.