--- web/trunk/www.linuxsampler.org/api/draft-linuxsampler-protocol.html 2005/05/21 11:47:55 560 +++ web/trunk/www.linuxsampler.org/api/draft-linuxsampler-protocol.html 2005/05/21 20:01:32 561 @@ -1056,7 +1056,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 @@ -2000,7 +2000,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"Getting all available MIDI input drivers command, <param> a specific parameter name for which information should be obtained (as returned by the "GET MIDI_INPUT_DRIVER INFO"Getting information about a specific MIDI input driver command) and <deplist> is an optional list @@ -2075,7 +2075,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 @@ -2903,8 +2903,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

@@ -2946,9 +2946,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"Adding a new sampler channel + or "LIST CHANNELS"Getting all created sampler channel list + command. The channel numbers of all subsequent sampler channels + remain the same.

Possible Answers:

@@ -3030,9 +3033,10 @@

-

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).

@@ -3042,7 +3046,7 @@

C: "LIST AVAILABLE_ENGINES"

-

S: "GigEngine,AkaiEngine,DLSEngine,JoesCustomEngine" +

S: "'GigEngine','AkaiEngine','DLSEngine','JoesCustomEngine'"

@@ -3700,7 +3704,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

@@ -4184,7 +4188,7 @@

7.5 Channel information changed

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:

@@ -4255,6 +4259,8 @@

Mark Knecht

+

Grigor Iliev +