--- linuxsampler/trunk/Documentation/lscp.xml 2005/05/21 11:47:55 560 +++ linuxsampler/trunk/Documentation/lscp.xml 2005/05/21 20:01:32 561 @@ -683,7 +683,7 @@ DEPENDS - - comma separated list of paramters this parameter depends + comma separated list of parameters this parameter depends on, means the values for fields 'DEFAULT', 'RANGE_MIN', 'RANGE_MAX' and 'POSSIBILITIES' might depend on these listed parameters, for example assuming that an audio @@ -1441,7 +1441,7 @@ - Where <midi-t> is the name of the MIDI input driver as returned + Where <midit> is the name of the MIDI input driver as returned by the "LIST AVAILABLE_MIDI_INPUT_DRIVERS" command, <param> a specific parameter name for which information should be obtained (as returned by the @@ -1514,7 +1514,7 @@ DEPENDS - - comma separated list of paramters this parameter depends + comma separated list of parameters this parameter depends on, means the values for fields 'DEFAULT', 'RANGE_MIN', 'RANGE_MAX' and 'POSSIBILITIES' might depend on these listed parameters, for example assuming that an audio @@ -2205,8 +2205,8 @@ in case a new sampler channel could be added, where <sampler-channel> reflects the channel number of the new - created sampler channel which should the be used to set up - the sampler channel by sending subsequent intialization + created sampler channel which should be used to set up + the sampler channel by sending subsequent initialization commands @@ -2241,9 +2241,12 @@ - This will decrement the sampler channel count by one and also - decrement the channel numbers of all subsequent sampler channels by - one. + Where <sampler-channel> should be replaced by the + number of the sampler channel as given by the + "ADD CHANNEL" + or "LIST CHANNELS" + command. The channel numbers of all subsequent sampler channels + remain the same. Possible Answers: @@ -2308,16 +2311,17 @@ Possible Answers: - LinuxSampler will answer by sending a comma separated character - string of the engines' names. Engine names can consist of lower and - upper cases, digits and underlines ("_" character). + LinuxSampler will answer by sending a comma separated list + of the engines' names encapsulated into apostrophes ('). + Engine names can consist of lower and upper cases, + digits and underlines ("_" character). Example: C: "LIST AVAILABLE_ENGINES" - S: "GigEngine,AkaiEngine,DLSEngine,JoesCustomEngine" + S: "'GigEngine','AkaiEngine','DLSEngine','JoesCustomEngine'" @@ -2845,7 +2849,7 @@ "ERR:<error-code>:<error-message>" - - in case it failed, providing an appropriate error code and error messag + in case it failed, providing an appropriate error code and error message @@ -3244,7 +3248,7 @@
Client may want to be notified when changes were made to sampler channels on the - back-end changes by issuing the following command: + back-end by issuing the following command: SUBSCRIBE CHANNEL_INFO @@ -3300,6 +3304,7 @@ Rui Nuno Capela Vladimir Senkov Mark Knecht + Grigor Iliev