--- linuxsampler/trunk/Documentation/lscp.xml 2005/07/20 21:43:23 705 +++ linuxsampler/trunk/Documentation/lscp.xml 2005/07/21 08:34:46 706 @@ -2556,6 +2556,21 @@ 1.0 means amplification) + MUTE - + + Determines whether the channel is muted, "true" if the + channel is muted, "false" if the channel is not muted, and + "MUTED_BY_SOLO" if the channel is muted because of the + presence of a solo channel and will be unmuted when + there are no solo channels left + + + SOLO - + + Determines whether this is a solo channel, "true" if + the channel is a solo channel; "false" otherwise + + @@ -3025,6 +3040,94 @@ issue(s) related, providing an appropriate warning code and warning message + + "ERR:<error-code>:<error-message>" - + + in case it failed, providing an appropriate error code and error message + + + + + Examples: + + + + + + + +
+ The front-end can mute/unmute a specific sampler + channel by sending the following command: + + + SET CHANNEL MUTE <sampler-channel> <mute> + + + Where <sampler-channel> is the respective sampler channel + number as returned by the "ADD CHANNEL" + or "LIST CHANNELS" command and + <mute> should be replaced either by "1" to mute the channel or "0" + to unmute the channel. + + Possible Answers: + + + "OK" - + + on success + + + "WRN:<warning-code>:<warning-message>" - + + if the channel was muted/unmuted, but there are noteworthy + issue(s) related, providing an appropriate warning code and + warning message + + + "ERR:<error-code>:<error-message>" - + + in case it failed, providing an appropriate error code and error message + + + + + Examples: + + + + + +
+ +
+ The front-end can solo/unsolo a specific sampler channel + by sending the following command: + + + SET CHANNEL SOLO <sampler-channel> <solo> + + + Where <sampler-channel> is the respective sampler channel + number as returned by the "ADD CHANNEL" + or "LIST CHANNELS" command and + <solo> should be replaced either by "1" to solo the channel or "0" + to unsolo the channel. + + Possible Answers: + + + "OK" - + + on success + + + "WRN:<warning-code>:<warning-message>" - + + if the channel was soloed/unsoloed, but there are noteworthy + issue(s) related, providing an appropriate warning code and + warning message + "ERR:<error-code>:<error-message>" -