Skip to main content

setChannelMute

since 0.9.6

Description​

Mutes or unmutes a single midi channel.

Signatures​

TypeValues
void SetChannelMute(int channel, bool mute).netSets the mute state of a channel.
function setChannelMute(channel, mute)JavaScriptSets 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.