setChannelMute
Description​
Mutes or unmutes a single midi channel.
Signatures​
Type | Values |
---|---|
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​
Parameters | Type | Summary |
---|---|---|
channelAll | int | The midi channel to mute or unmute. |
soloAll | bool | A value indicating whether the channel should be muted or unmuted. |