Skip to main content

setChannelSolo

since 0.9.6

Description​

Flags a single midi channel to e played solo or not. As soon as the first channel is marked as playing solo, all channels which are not flagged as solo are not played. Multiple channels can be flagged as solo playing.

Signatures​

TypeValues
function setChannelSolo(channel, solo)JavaScript

Sets the solo state of a channel

void SetChannelSolo(int channel, bool solo).net

Sets the solo state of a channel.

fun setChannelSolo(channel: Double, solo: Boolean): UnitAndroid

Sets the solo state of a channel.

Parameters​

ParametersTypeSummary
channelAllint

The midi channel play solo or not.

soloAllbool

A value indicating whether the channel should be played solo or not.