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
void SetChannelSolo(int channel, bool solo).netSets the solo state of a channel.
function setChannelSolo(channel, solo)JavaScriptSets 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.