Skip to main content

setChannelMute

since 0.9.6

Description​

Mutes or unmutes a single midi channel.

Signatures​

TypeValues
function setChannelMute(channel, mute)JavaScript

Sets the mute state of a channel

void SetChannelMute(int channel, bool mute).net

Sets the mute state of a channel.

fun setChannelMute(channel: Double, mute: Boolean): UnitAndroid

Sets the mute state of a channel.

Parameters​

ParametersTypeSummary
channelAllint

The midi channel to mute or unmute.

soloAllbool

A value indicating whether the channel should be muted or unmuted.