setChannelSolo
Description​
Gets the solo state of a channel.
- JavaScript
- C#
- Kotlin
setChannelSolo(channel: number, solo: boolean): void
void SetChannelSolo(double channel, bool solo)
fun setChannelSolo(channel: Double, solo: Boolean): Unit
Parameter | Summary |
---|---|
channelAll | The channel number |
soloAll | true if the channel should be played solo, otherwise false. |