setChannelSolo
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​
Type | Values |
---|---|
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​
Parameters | Type | Summary |
---|---|---|
channelAll | int | The midi channel play solo or not. |
soloAll | bool | A value indicating whether the channel should be played solo or not. |