/[svn]/linuxsampler/trunk/Documentation/lscp.xml
ViewVC logotype

Diff of /linuxsampler/trunk/Documentation/lscp.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1136 by iliev, Thu Mar 29 10:01:50 2007 UTC revision 2534 by schoenebeck, Sun Mar 9 21:34:03 2014 UTC
# Line 16  Line 16 
16       to an annoying "missing Normative/Informative References" error message -->       to an annoying "missing Normative/Informative References" error message -->
17  <?rfc strict="no" ?>  <?rfc strict="no" ?>
18    
19  <rfc category="std" ipr="full3978" docName="LSCP 1.2">  <rfc category="std" ipr="full3978" docName="LSCP 1.6">
20      <front>      <front>
21          <title>LinuxSampler Control Protocol</title>          <title>LinuxSampler Control Protocol</title>
22          <author initials='C.S.' surname="Schoenebeck" fullname='C.          <author initials='C.S.' surname="Schoenebeck" fullname='C.
23  Schoenebeck'>  Schoenebeck'>
24              <organization>              <organization>
25                  Interessengemeinschaft Software Engineering e. V.                  LinuxSampler.org
26              </organization>              </organization>
27              <address>              <address>
28                  <postal>                  <postal>
29                      <street>Max-Planck-Str. 39</street>                      <street>Crudebyte Engineering</street>
30                        <street>Hofgartenstr. 3</street>
31  <!--                    <code>74081</code> -->  <!--                    <code>74081</code> -->
32                      <city>74081 Heilbronn</city>                      <city>74189 Weinsberg</city>
33                      <country>Germany</country>                      <country>Germany</country>
34                  </postal>                  </postal>
35                  <email>schoenebeck at software minus engineering dot org</email>                  <phone>+49 7134 911614</phone>
36                    <email>cuse@users.sf.net</email>
37              </address>              </address>
38          </author>          </author>
39          <date month="March" year="2007"/>          <date month="January" year="2014"/>
40          <workgroup>LinuxSampler Developers</workgroup>          <workgroup>LinuxSampler Developers</workgroup>
41          <keyword>LSCP</keyword>          <keyword>LSCP</keyword>
42          <abstract>          <abstract>
# Line 61  Schoenebeck'> Line 63  Schoenebeck'>
63              (front-end) and server (LinuxSampler) respectively. Lines in              (front-end) and server (LinuxSampler) respectively. Lines in
64              examples must be interpreted as every line being CRLF              examples must be interpreted as every line being CRLF
65              terminated (carriage return character followed by line feed              terminated (carriage return character followed by line feed
66              character as defined in the ASCII standard), thus the following              character as defined in the ASCII standard <xref target="RFC20"/>),
67              example:</t>              thus the following example:</t>
68    
69              <t>              <t>
70                  <list>                  <list>
# Line 514  Schoenebeck'> Line 516  Schoenebeck'>
516                  what parameters drivers are offering, how to retrieve their                  what parameters drivers are offering, how to retrieve their
517                  possible values, etc.</t>                  possible values, etc.</t>
518    
519                  <section title="Getting amount of available audio output drivers" anchor="GET AVAILABLE_AUDIO_OUTPUT_DRIVERS">                  <section title="Getting amount of available audio output drivers" anchor="GET AVAILABLE_AUDIO_OUTPUT_DRIVERS" lscp_cmd="true">
520                      <t>Use the following command to get the number of                      <t>Use the following command to get the number of
521                      audio output drivers currently available for the                      audio output drivers currently available for the
522                      LinuxSampler instance:</t>                      LinuxSampler instance:</t>
# Line 539  Schoenebeck'> Line 541  Schoenebeck'>
541                      </t>                      </t>
542                  </section>                  </section>
543    
544                  <section title="Getting all available audio output drivers" anchor="LIST AVAILABLE_AUDIO_OUTPUT_DRIVERS">                  <section title="Getting all available audio output drivers" anchor="LIST AVAILABLE_AUDIO_OUTPUT_DRIVERS" lscp_cmd="true">
545                      <t>Use the following command to list all audio output                      <t>Use the following command to list all audio output
546                      drivers currently available for the LinuxSampler                      drivers currently available for the LinuxSampler
547                      instance:</t>                      instance:</t>
# Line 566  Schoenebeck'> Line 568  Schoenebeck'>
568                  </section>                  </section>
569    
570                  <section title="Getting information about a specific audio                  <section title="Getting information about a specific audio
571                  output driver" anchor="GET AUDIO_OUTPUT_DRIVER INFO">                  output driver" anchor="GET AUDIO_OUTPUT_DRIVER INFO" lscp_cmd="true">
572                      <t>Use the following command to get detailed information                      <t>Use the following command to get detailed information
573                      about a specific audio output driver:</t>                      about a specific audio output driver:</t>
574                      <t>                      <t>
# Line 639  Schoenebeck'> Line 641  Schoenebeck'>
641                  </section>                  </section>
642    
643                  <section title="Getting information about specific audio                  <section title="Getting information about specific audio
644                  output driver parameter" anchor="GET AUDIO_OUTPUT_DRIVER_PARAMETER INFO">                  output driver parameter" anchor="GET AUDIO_OUTPUT_DRIVER_PARAMETER INFO" lscp_cmd="true">
645                      <t>Use the following command to get detailed information                      <t>Use the following command to get detailed information
646                      about a  specific audio output driver parameter:</t>                      about a  specific audio output driver parameter:</t>
647                      <t>                      <t>
# Line 827  Schoenebeck'> Line 829  Schoenebeck'>
829                      </t>                      </t>
830                  </section>                  </section>
831    
832                  <section title="Creating an audio output device" anchor="CREATE AUDIO_OUTPUT_DEVICE">                  <section title="Creating an audio output device" anchor="CREATE AUDIO_OUTPUT_DEVICE" lscp_cmd="true">
833                      <t>Use the following command to create a new audio output device for  the desired audio output system:</t>                      <t>Use the following command to create a new audio output device for  the desired audio output system:</t>
834    
835                      <t>                      <t>
# Line 887  Schoenebeck'> Line 889  Schoenebeck'>
889                      </t>                      </t>
890                  </section>                  </section>
891    
892                  <section title="Destroying an audio output device" anchor="DESTROY AUDIO_OUTPUT_DEVICE">                  <section title="Destroying an audio output device" anchor="DESTROY AUDIO_OUTPUT_DEVICE" lscp_cmd="true">
893                      <t>Use the following command to destroy a created output device:</t>                      <t>Use the following command to destroy a created output device:</t>
894                      <t>                      <t>
895                          <list>                          <list>
# Line 956  Schoenebeck'> Line 958  Schoenebeck'>
958                      </t>                      </t>
959                  </section>                  </section>
960    
961                  <section title="Getting all created audio output device list" anchor="LIST AUDIO_OUTPUT_DEVICES">                  <section title="Getting all created audio output device list" anchor="LIST AUDIO_OUTPUT_DEVICES" lscp_cmd="true">
962                      <t>Use the following command to list all created audio output devices:</t>                      <t>Use the following command to list all created audio output devices:</t>
963                      <t>                      <t>
964                          <list>                          <list>
# Line 979  Schoenebeck'> Line 981  Schoenebeck'>
981                      </t>                      </t>
982                  </section>                  </section>
983    
984                  <section title="Getting current settings of an audio output device" anchor="GET AUDIO_OUTPUT_DEVICE INFO">                  <section title="Getting current settings of an audio output device" anchor="GET AUDIO_OUTPUT_DEVICE INFO" lscp_cmd="true">
985                      <t>Use the following command to get current settings of a specific, created audio output device:</t>                      <t>Use the following command to get current settings of a specific, created audio output device:</t>
986                      <t>                      <t>
987                          <list>                          <list>
# Line 1052  Schoenebeck'> Line 1054  Schoenebeck'>
1054                  </section>                  </section>
1055    
1056    
1057                  <section title="Changing settings of audio output devices" anchor="SET AUDIO_OUTPUT_DEVICE_PARAMETER">                  <section title="Changing settings of audio output devices" anchor="SET AUDIO_OUTPUT_DEVICE_PARAMETER" lscp_cmd="true">
1058                      <t>Use the following command to alter a specific setting of a created audio output device:</t>                      <t>Use the following command to alter a specific setting of a created audio output device:</t>
1059                      <t>                      <t>
1060                          <list>                          <list>
# Line 1097  Schoenebeck'> Line 1099  Schoenebeck'>
1099                      </t>                      </t>
1100                  </section>                  </section>
1101    
1102                  <section title="Getting information about an audio channel" anchor="GET AUDIO_OUTPUT_CHANNEL INFO">                  <section title="Getting information about an audio channel" anchor="GET AUDIO_OUTPUT_CHANNEL INFO" lscp_cmd="true">
1103                      <t>Use the following command to get information about an audio channel:</t>                      <t>Use the following command to get information about an audio channel:</t>
1104                      <t>                      <t>
1105                          <list>                          <list>
# Line 1197  Schoenebeck'> Line 1199  Schoenebeck'>
1199                      </t>                      </t>
1200                  </section>                  </section>
1201    
1202                  <section title="Getting information about specific audio channel parameter" anchor="GET AUDIO_OUTPUT_CHANNEL_PARAMETER INFO">                  <section title="Getting information about specific audio channel parameter" anchor="GET AUDIO_OUTPUT_CHANNEL_PARAMETER INFO" lscp_cmd="true">
1203                      <t>Use the following command to get detailed information about specific audio channel parameter:</t>                      <t>Use the following command to get detailed information about specific audio channel parameter:</t>
1204    
1205                      <t>                      <t>
# Line 1303  Schoenebeck'> Line 1305  Schoenebeck'>
1305                      </t>                      </t>
1306                  </section>                  </section>
1307    
1308                  <section title="Changing settings of audio output channels" anchor="SET AUDIO_OUTPUT_CHANNEL_PARAMETER">                  <section title="Changing settings of audio output channels" anchor="SET AUDIO_OUTPUT_CHANNEL_PARAMETER" lscp_cmd="true">
1309                      <t>Use the following command to alter a specific setting of an audio output channel:</t>                      <t>Use the following command to alter a specific setting of an audio output channel:</t>
1310                      <t>                      <t>
1311                          <list>                          <list>
# Line 1381  Schoenebeck'> Line 1383  Schoenebeck'>
1383                  showing how to retrieve what parameters drivers are offering, how to retrieve their                  showing how to retrieve what parameters drivers are offering, how to retrieve their
1384                  possible values, etc.</t>                  possible values, etc.</t>
1385    
1386                  <section title="Getting amount of available MIDI input drivers" anchor="GET AVAILABLE_MIDI_INPUT_DRIVERS">                  <section title="Getting amount of available MIDI input drivers" anchor="GET AVAILABLE_MIDI_INPUT_DRIVERS" lscp_cmd="true">
1387                      <t>Use the following command to get the number of                      <t>Use the following command to get the number of
1388                      MIDI input drivers currently available for the                      MIDI input drivers currently available for the
1389                      LinuxSampler instance:</t>                      LinuxSampler instance:</t>
# Line 1406  Schoenebeck'> Line 1408  Schoenebeck'>
1408                      </t>                      </t>
1409                  </section>                  </section>
1410    
1411                  <section title="Getting all available MIDI input drivers" anchor="LIST AVAILABLE_MIDI_INPUT_DRIVERS">                  <section title="Getting all available MIDI input drivers" anchor="LIST AVAILABLE_MIDI_INPUT_DRIVERS" lscp_cmd="true">
1412                      <t>Use the following command to list all MIDI input drivers currently available                      <t>Use the following command to list all MIDI input drivers currently available
1413                      for the LinuxSampler instance:</t>                      for the LinuxSampler instance:</t>
1414                      <t>                      <t>
# Line 1430  Schoenebeck'> Line 1432  Schoenebeck'>
1432                      </t>                      </t>
1433                  </section>                  </section>
1434    
1435                  <section title="Getting information about a specific MIDI input driver" anchor="GET MIDI_INPUT_DRIVER INFO">                  <section title="Getting information about a specific MIDI input driver" anchor="GET MIDI_INPUT_DRIVER INFO" lscp_cmd="true">
1436                      <t>Use the following command to get detailed information about a specific MIDI input driver:</t>                      <t>Use the following command to get detailed information about a specific MIDI input driver:</t>
1437                      <t>                      <t>
1438                          <list>                          <list>
# Line 1486  Schoenebeck'> Line 1488  Schoenebeck'>
1488                      </t>                      </t>
1489                  </section>                  </section>
1490    
1491                  <section title="Getting information about specific MIDI input driver parameter" anchor="GET MIDI_INPUT_DRIVER_PARAMETER INFO">                  <section title="Getting information about specific MIDI input driver parameter" anchor="GET MIDI_INPUT_DRIVER_PARAMETER INFO" lscp_cmd="true">
1492                      <t>Use the following command to get detailed information about a specific parameter of a specific MIDI input driver:</t>                      <t>Use the following command to get detailed information about a specific parameter of a specific MIDI input driver:</t>
1493                      <t>                      <t>
1494                          <list>                          <list>
# Line 1641  Schoenebeck'> Line 1643  Schoenebeck'>
1643                      </t>                      </t>
1644                  </section>                  </section>
1645    
1646                  <section title="Creating a MIDI input device" anchor="CREATE MIDI_INPUT_DEVICE">                  <section title="Creating a MIDI input device" anchor="CREATE MIDI_INPUT_DEVICE" lscp_cmd="true">
1647                      <t>Use the following command to create a new MIDI input device for  the desired MIDI input system:</t>                      <t>Use the following command to create a new MIDI input device for  the desired MIDI input system:</t>
1648                      <t>                      <t>
1649                          <list>                          <list>
# Line 1691  Schoenebeck'> Line 1693  Schoenebeck'>
1693                      </t>                      </t>
1694                  </section>                  </section>
1695    
1696                  <section title="Destroying a MIDI input device" anchor="DESTROY MIDI_INPUT_DEVICE">                  <section title="Destroying a MIDI input device" anchor="DESTROY MIDI_INPUT_DEVICE" lscp_cmd="true">
1697                      <t>Use the following command to destroy a created MIDI input device:</t>                      <t>Use the following command to destroy a created MIDI input device:</t>
1698                      <t>                      <t>
1699                          <list>                          <list>
# Line 1733  Schoenebeck'> Line 1735  Schoenebeck'>
1735                      </t>                      </t>
1736                  </section>                  </section>
1737    
1738                  <section title="Getting all created MIDI input device count" anchor="GET MIDI_INPUT_DEVICES">                  <section title="Getting all created MIDI input device count" anchor="GET MIDI_INPUT_DEVICES" lscp_cmd="true">
1739                      <t>Use the following command to count all created MIDI input devices:</t>                      <t>Use the following command to count all created MIDI input devices:</t>
1740                      <t>                      <t>
1741                          <list>                          <list>
# Line 1757  Schoenebeck'> Line 1759  Schoenebeck'>
1759                  </section>                  </section>
1760    
1761    
1762                  <section title="Getting all created MIDI input device list" anchor="LIST MIDI_INPUT_DEVICES">                  <section title="Getting all created MIDI input device list" anchor="LIST MIDI_INPUT_DEVICES" lscp_cmd="true">
1763                      <t>Use the following command to list all created MIDI input devices:</t>                      <t>Use the following command to list all created MIDI input devices:</t>
1764                      <t>                      <t>
1765                          <list>                          <list>
# Line 1786  Schoenebeck'> Line 1788  Schoenebeck'>
1788                      </t>                      </t>
1789                  </section>                  </section>
1790    
1791                  <section title="Getting current settings of a MIDI input device" anchor="GET MIDI_INPUT_DEVICE INFO">                  <section title="Getting current settings of a MIDI input device" anchor="GET MIDI_INPUT_DEVICE INFO" lscp_cmd="true">
1792                      <t>Use the following command to get current settings of a specific, created MIDI input device:</t>                      <t>Use the following command to get current settings of a specific, created MIDI input device:</t>
1793                      <t>                      <t>
1794                          <list>                          <list>
# Line 1852  Schoenebeck'> Line 1854  Schoenebeck'>
1854                      </t>                      </t>
1855                  </section>                  </section>
1856    
1857                  <section title="Changing settings of MIDI input devices" anchor="SET MIDI_INPUT_DEVICE_PARAMETER">                  <section title="Changing settings of MIDI input devices" anchor="SET MIDI_INPUT_DEVICE_PARAMETER" lscp_cmd="true">
1858                      <t>Use the following command to alter a specific setting of a created MIDI input device:</t>                      <t>Use the following command to alter a specific setting of a created MIDI input device:</t>
1859                      <t>                      <t>
1860                          <list>                          <list>
# Line 1898  Schoenebeck'> Line 1900  Schoenebeck'>
1900                      </t>                      </t>
1901                  </section>                  </section>
1902    
1903                  <section title="Getting information about a MIDI port" anchor="GET MIDI_INPUT_PORT INFO">                  <section title="Getting information about a MIDI port" anchor="GET MIDI_INPUT_PORT INFO" lscp_cmd="true">
1904                      <t>Use the following command to get information about a MIDI port:</t>                      <t>Use the following command to get information about a MIDI port:</t>
1905                      <t>                      <t>
1906                          <list>                          <list>
# Line 1942  Schoenebeck'> Line 1944  Schoenebeck'>
1944                      </t>                      </t>
1945                  </section>                  </section>
1946    
1947                  <section title="Getting information about specific MIDI port parameter" anchor="GET MIDI_INPUT_PORT_PARAMETER INFO">                  <section title="Getting information about specific MIDI port parameter" anchor="GET MIDI_INPUT_PORT_PARAMETER INFO" lscp_cmd="true">
1948                      <t>Use the following command to get detailed information about specific MIDI port parameter:</t>                      <t>Use the following command to get detailed information about specific MIDI port parameter:</t>
1949                      <t>                      <t>
1950                          <list>                          <list>
# Line 2047  Schoenebeck'> Line 2049  Schoenebeck'>
2049                      </t>                      </t>
2050                  </section>                  </section>
2051    
2052                  <section title="Changing settings of MIDI input ports" anchor="SET MIDI_INPUT_PORT_PARAMETER">                  <section title="Changing settings of MIDI input ports" anchor="SET MIDI_INPUT_PORT_PARAMETER" lscp_cmd="true">
2053                      <t>Use the following command to alter a specific setting of a MIDI input port:</t>                      <t>Use the following command to alter a specific setting of a MIDI input port:</t>
2054                      <t>                      <t>
2055                          <list>                          <list>
# Line 2061  Schoenebeck'> Line 2063  Schoenebeck'>
2063                      or <xref target="LIST MIDI_INPUT_DEVICES">"LIST MIDI_INPUT_DEVICES"</xref>                      or <xref target="LIST MIDI_INPUT_DEVICES">"LIST MIDI_INPUT_DEVICES"</xref>
2064                      command, &lt;port&gt; by the MIDI port number, &lt;key&gt; by the name of                      command, &lt;port&gt; by the MIDI port number, &lt;key&gt; by the name of
2065                      the parameter to change and &lt;value&gt; by the new value for this                      the parameter to change and &lt;value&gt; by the new value for this
2066                      parameter.</t>                      parameter (encapsulated into apostrophes) or NONE (not encapsulated into apostrophes)
2067                        for specifying no value for parameters allowing a list of values.</t>
2068    
2069                      <t>Possible Answers:</t>                      <t>Possible Answers:</t>
2070                      <t>                      <t>
# Line 2088  Schoenebeck'> Line 2091  Schoenebeck'>
2091                      <t>Example:</t>                      <t>Example:</t>
2092                      <t>                      <t>
2093                          <list>                          <list>
2094                              <t></t>                              <t>C: "SET MIDI_INPUT_PORT_PARAMETER 0 0 ALSA_SEQ_BINDINGS='20:0'"</t>
2095                                <t>S: "OK"</t>
2096                            </list>
2097                        </t>
2098                        <t>
2099                            <list>
2100                                <t>C: "SET MIDI_INPUT_PORT_PARAMETER 0 0 ALSA_SEQ_BINDINGS=NONE"</t>
2101                                <t>S: "OK"</t>
2102                          </list>                          </list>
2103                      </t>                      </t>
2104                  </section>                  </section>
# Line 2099  Schoenebeck'> Line 2109  Schoenebeck'>
2109                  sampler channel with a sampler engine, load instruments and connect sampler channels to                  sampler channel with a sampler engine, load instruments and connect sampler channels to
2110                  MIDI and audio devices.</t>                  MIDI and audio devices.</t>
2111    
2112                  <section title="Loading an instrument" anchor="LOAD INSTRUMENT">                  <section title="Loading an instrument" anchor="LOAD INSTRUMENT" lscp_cmd="true">
2113                      <t>An instrument file can be loaded and assigned to a sampler channel by one of the following commands:</t>                      <t>An instrument file can be loaded and assigned to a sampler channel by one of the following commands:</t>
2114                      <t>                      <t>
2115                          <list>                          <list>
# Line 2113  Schoenebeck'> Line 2123  Schoenebeck'>
2123                      number of the sampler channel the instrument should be assigned to.                      number of the sampler channel the instrument should be assigned to.
2124                      Each sampler channel can only have one instrument.</t>                      Each sampler channel can only have one instrument.</t>
2125    
2126                        <t>Notice: since LSCP 1.2 the &lt;filename&gt; argument supports
2127                        escape characters for special characters (see chapter
2128                        "<xref target="character_set">Character Set and Escape Sequences</xref>"
2129                        for details) and accordingly backslash characters in the filename
2130                        MUST now be escaped as well!</t>
2131    
2132                      <t>The difference between regular and NON_MODAL versions of the command                      <t>The difference between regular and NON_MODAL versions of the command
2133                      is that the regular command returns OK only after the instrument has been                      is that the regular command returns OK only after the instrument has been
2134                      fully loaded and the channel is ready to be used while NON_MODAL version                      fully loaded and the channel is ready to be used while NON_MODAL version
# Line 2148  Schoenebeck'> Line 2164  Schoenebeck'>
2164                              </t>                              </t>
2165                          </list>                          </list>
2166                      </t>                      </t>
2167                      <t>Example:</t>                      <t>Example (Unix):</t>
2168                      <t>                      <t>
2169                          <list>                          <list>
2170                              <t></t>                              <t>C: LOAD INSTRUMENT '/home/joe/gigs/cello.gig' 0 0</t>
2171                                <t>S: OK</t>
2172                            </list>
2173                        </t>
2174                        <t>Example (Windows):</t>
2175                        <t>
2176                            <list>
2177                                <t>C: LOAD INSTRUMENT 'D:/MySounds/cello.gig' 0 0</t>
2178                                <t>S: OK</t>
2179                          </list>                          </list>
2180                      </t>                      </t>
2181                  </section>                  </section>
# Line 2211  Schoenebeck'> Line 2235  Schoenebeck'>
2235                      </t>                      </t>
2236                  </section>                  </section>
2237    
2238                  <section title="Getting all created sampler channel count" anchor="GET CHANNELS">                  <section title="Getting all created sampler channel count" anchor="GET CHANNELS" lscp_cmd="true">
2239                      <t>The number of sampler channels can change on runtime. To get the                      <t>The number of sampler channels can change on runtime. To get the
2240                      current amount of sampler channels, the front-end can send the                      current amount of sampler channels, the front-end can send the
2241                      following command:</t>                      following command:</t>
# Line 2235  Schoenebeck'> Line 2259  Schoenebeck'>
2259                      </t>                      </t>
2260                  </section>                  </section>
2261    
2262                  <section title="Getting all created sampler channel list" anchor="LIST CHANNELS">                  <section title="Getting all created sampler channel list" anchor="LIST CHANNELS" lscp_cmd="true">
2263                      <t>The number of sampler channels can change on runtime. To get the                      <t>The number of sampler channels can change on runtime. To get the
2264                      current list of sampler channels, the front-end can send the                      current list of sampler channels, the front-end can send the
2265                      following command:</t>                      following command:</t>
# Line 2260  Schoenebeck'> Line 2284  Schoenebeck'>
2284                      </t>                      </t>
2285                  </section>                  </section>
2286    
2287                  <section title="Adding a new sampler channel" anchor="ADD CHANNEL">                  <section title="Adding a new sampler channel" anchor="ADD CHANNEL" lscp_cmd="true">
2288                      <t>A new sampler channel can be added to the end of the sampler                      <t>A new sampler channel can be added to the end of the sampler
2289                      channel list by sending the following command:</t>                      channel list by sending the following command:</t>
2290                      <t>                      <t>
# Line 2312  Schoenebeck'> Line 2336  Schoenebeck'>
2336                      </t>                      </t>
2337                  </section>                  </section>
2338    
2339                  <section title="Removing a sampler channel" anchor="REMOVE CHANNEL">                  <section title="Removing a sampler channel" anchor="REMOVE CHANNEL" lscp_cmd="true">
2340                      <t>A sampler channel can be removed by sending the following command:</t>                      <t>A sampler channel can be removed by sending the following command:</t>
2341                      <t>                      <t>
2342                          <list>                          <list>
# Line 2358  Schoenebeck'> Line 2382  Schoenebeck'>
2382                      </t>                      </t>
2383                  </section>                  </section>
2384    
2385                  <section title="Getting amount of available engines" anchor="GET AVAILABLE_ENGINES">                  <section title="Getting amount of available engines" anchor="GET AVAILABLE_ENGINES" lscp_cmd="true">
2386                      <t>The front-end can ask for the number of available engines by sending the following command:</t>                      <t>The front-end can ask for the number of available engines by sending the following command:</t>
2387                      <t>                      <t>
2388                          <list>                          <list>
# Line 2380  Schoenebeck'> Line 2404  Schoenebeck'>
2404                      </t>                      </t>
2405                  </section>                  </section>
2406    
2407                  <section title="Getting all available engines" anchor="LIST AVAILABLE_ENGINES">                  <section title="Getting all available engines" anchor="LIST AVAILABLE_ENGINES" lscp_cmd="true">
2408                      <t>The front-end can ask for a list of all available engines by sending the following command:</t>                      <t>The front-end can ask for a list of all available engines by sending the following command:</t>
2409                      <t>                      <t>
2410                          <list>                          <list>
# Line 2400  Schoenebeck'> Line 2424  Schoenebeck'>
2424                      <t>                      <t>
2425                          <list>                          <list>
2426                              <t>C: "LIST AVAILABLE_ENGINES"</t>                              <t>C: "LIST AVAILABLE_ENGINES"</t>
2427                              <t>S: "'GigEngine','AkaiEngine','DLSEngine','JoesCustomEngine'"</t>                              <t>S: "'gig','sfz','sf2'"</t>
2428                          </list>                          </list>
2429                      </t>                      </t>
2430                  </section>                  </section>
2431    
2432                  <section title="Getting information about an engine" anchor="GET ENGINE INFO">                  <section title="Getting information about an engine" anchor="GET ENGINE INFO" lscp_cmd="true">
2433                      <t>The front-end can ask for information about a specific engine by                      <t>The front-end can ask for information about a specific engine by
2434                      sending the following command:</t>                      sending the following command:</t>
2435                      <t>                      <t>
# Line 2429  Schoenebeck'> Line 2453  Schoenebeck'>
2453                                  <list>                                  <list>
2454                                      <t>DESCRIPTION -                                      <t>DESCRIPTION -
2455                                          <list>                                          <list>
2456                                              <t>arbitrary description text about the engine</t>                                              <t>arbitrary description text about the engine
2457                                                (note that the character string may contain
2458                                                <xref target="character_set">escape sequences</xref>)</t>
2459                                          </list>                                          </list>
2460                                      </t>                                      </t>
2461                                       <t>VERSION -                                       <t>VERSION -
# Line 2444  Schoenebeck'> Line 2470  Schoenebeck'>
2470    
2471                      <t>The mentioned fields above don't have to be in particular order.</t>                      <t>The mentioned fields above don't have to be in particular order.</t>
2472    
2473                      <t>Example:</t>                      <t>Examples:</t>
2474                      <t>                      <t>
2475                          <list>                          <list>
2476                              <t>C: "GET ENGINE INFO JoesCustomEngine"</t>                              <t>C: "GET ENGINE INFO gig"</t>
2477                              <t>S: "DESCRIPTION: this is Joe's custom sampler engine"</t>                              <t>S: "DESCRIPTION: GigaSampler Format Engine"</t>
2478                              <t>&nbsp;&nbsp;&nbsp;"VERSION: testing-1.0"</t>                              <t>&nbsp;&nbsp;&nbsp;"VERSION: 1.110"</t>
2479                                <t>&nbsp;&nbsp;&nbsp;"."</t>
2480                                <t>C: "GET ENGINE INFO sf2"</t>
2481                                <t>S: "DESCRIPTION: SoundFont Format Engine"</t>
2482                                <t>&nbsp;&nbsp;&nbsp;"VERSION: 1.4"</t>
2483                                <t>&nbsp;&nbsp;&nbsp;"."</t>
2484                                <t>C: "GET ENGINE INFO sfz"</t>
2485                                <t>S: "DESCRIPTION: SFZ Format Engine"</t>
2486                                <t>&nbsp;&nbsp;&nbsp;"VERSION: 1.11"</t>
2487                              <t>&nbsp;&nbsp;&nbsp;"."</t>                              <t>&nbsp;&nbsp;&nbsp;"."</t>
2488                          </list>                          </list>
2489                      </t>                      </t>
2490                  </section>                  </section>
2491    
2492                  <section title="Getting sampler channel information" anchor="GET CHANNEL INFO">                  <section title="Getting sampler channel information" anchor="GET CHANNEL INFO" lscp_cmd="true">
2493                      <t>The front-end can ask for the current settings of a sampler channel                      <t>The front-end can ask for the current settings of a sampler channel
2494                      by sending the following command:</t>                      by sending the following command:</t>
2495                      <t>                      <t>
# Line 2488  Schoenebeck'> Line 2522  Schoenebeck'>
2522                                          <list>                                          <list>
2523                                              <t>numerical ID of the audio output device which is                                              <t>numerical ID of the audio output device which is
2524                                              currently connected to this sampler channel to output                                              currently connected to this sampler channel to output
2525                                              the audio signal, "NONE" if there's no device                                              the audio signal, "-1" if there's no device
2526                                              connected to this sampler channel</t>                                              connected to this sampler channel</t>
2527                                          </list>                                          </list>
2528                                      </t>                                      </t>
# Line 2513  Schoenebeck'> Line 2547  Schoenebeck'>
2547                                          <list>                                          <list>
2548                                              <t>the file name of the loaded instrument, "NONE" if                                              <t>the file name of the loaded instrument, "NONE" if
2549                                              there's no instrument yet loaded for this sampler                                              there's no instrument yet loaded for this sampler
2550                                              channel</t>                                              channel (note: since LSCP 1.2 this path may contain
2551                                                <xref target="character_set">escape sequences</xref>)</t>
2552                                          </list>                                          </list>
2553                                      </t>                                      </t>
2554                                      <t>INSTRUMENT_NR -                                      <t>INSTRUMENT_NR -
2555                                          <list>                                          <list>
2556                                              <t>the instrument index number of the loaded instrument</t>                                              <t>the instrument index number of the loaded instrument,
2557                                                "-1" if there's no instrument loaded for this sampler
2558                                                channel</t>
2559                                          </list>                                          </list>
2560                                      </t>                                      </t>
2561                                      <t>INSTRUMENT_NAME -                                      <t>INSTRUMENT_NAME -
2562                                          <list>                                          <list>
2563                                              <t>the instrument name of the loaded instrument</t>                                              <t>the instrument name of the loaded instrument
2564                                                (note: since LSCP 1.2 this character string may contain
2565                                                <xref target="character_set">escape sequences</xref>)</t>
2566                                          </list>                                          </list>
2567                                      </t>                                      </t>
2568                                      <t>INSTRUMENT_STATUS -                                      <t>INSTRUMENT_STATUS -
2569                                          <list>                                          <list>
2570                                              <t>integer values 0 to 100 indicating loading progress percentage for the instrument. Negative                                              <t>Integer values 0 to 100 indicating loading progress
2571                                              value indicates a loading exception. Value of 100 indicates that the instrument is fully                                              percentage for the instrument. Negative
2572                                                value indicates a loading exception (also returns "-1" in case no
2573                                                instrument was yet to be loaded on the sampler channel).
2574                                                Value of 100 indicates that the instrument is fully
2575                                              loaded.</t>                                              loaded.</t>
2576                                          </list>                                          </list>
2577                                      </t>                                      </t>
2578                                      <t>MIDI_INPUT_DEVICE -                                      <t>MIDI_INPUT_DEVICE -
2579                                          <list>                                          <list>
2580                                                <t>DEPRECATED: THIS FIELD WILL DISAPPEAR!</t>
2581                                              <t>numerical ID of the MIDI input device which is                                              <t>numerical ID of the MIDI input device which is
2582                                              currently connected to this sampler channel to deliver                                              currently connected to this sampler channel to deliver
2583                                              MIDI input commands, "NONE" if there's no device                                              MIDI input commands, "-1" if there's no device
2584                                              connected to this sampler channel</t>                                              connected to this sampler channel</t>
2585                                                <t>Should not be used anymore as of LSCP v1.6 and younger.
2586                                                This field is currently only preserved for backward compatibility.
2587                                                </t>
2588                                                <t>This field a relict from times where only one MIDI input per
2589                                                sampler channel was allowed. Use <xref target="LIST CHANNEL MIDI_INPUTS">"GET CHANNEL MIDI_INPUTS"</xref>
2590                                                instead.</t>
2591                                          </list>                                          </list>
2592                                      </t>                                      </t>
2593                                      <t>MIDI_INPUT_PORT -                                      <t>MIDI_INPUT_PORT -
2594                                          <list>                                          <list>
2595                                              <t>port number of the MIDI input device</t>                                              <t>DEPRECATED: THIS FIELD WILL DISAPPEAR!</t>
2596                                                <t>port number of the MIDI input device (in case a
2597                                                MIDI device was already assigned to the sampler
2598                                                channel)</t>
2599                                                <t>Should not be used anymore as of LSCP v1.6 and younger.
2600                                                This field is currently only preserved for backward compatibility.
2601                                                </t>
2602                                                <t>This field a relict from times where only one MIDI input per
2603                                                sampler channel was allowed. Use <xref target="LIST CHANNEL MIDI_INPUTS">"GET CHANNEL MIDI_INPUTS"</xref>
2604                                                instead.</t>
2605                                          </list>                                          </list>
2606                                      </t>                                      </t>
2607                                      <t>MIDI_INPUT_CHANNEL -                                      <t>MIDI_INPUT_CHANNEL -
# Line 2592  Schoenebeck'> Line 2650  Schoenebeck'>
2650                      <t>                      <t>
2651                          <list>                          <list>
2652                              <t>C: "GET CHANNEL INFO 34"</t>                              <t>C: "GET CHANNEL INFO 34"</t>
2653                              <t>S: "ENGINE_NAME: GigEngine"</t>                              <t>S: "ENGINE_NAME: gig"</t>
2654                              <t>&nbsp;&nbsp;&nbsp;"VOLUME: 1.0"</t>                              <t>&nbsp;&nbsp;&nbsp;"VOLUME: 1.0"</t>
2655                              <t>&nbsp;&nbsp;&nbsp;"AUDIO_OUTPUT_DEVICE: 0"</t>                              <t>&nbsp;&nbsp;&nbsp;"AUDIO_OUTPUT_DEVICE: 0"</t>
2656                              <t>&nbsp;&nbsp;&nbsp;"AUDIO_OUTPUT_CHANNELS: 2"</t>                              <t>&nbsp;&nbsp;&nbsp;"AUDIO_OUTPUT_CHANNELS: 2"</t>
# Line 2613  Schoenebeck'> Line 2671  Schoenebeck'>
2671                      </t>                      </t>
2672                  </section>                  </section>
2673    
2674                  <section title="Current number of active voices" anchor="GET CHANNEL VOICE_COUNT">                  <section title="Current number of active voices" anchor="GET CHANNEL VOICE_COUNT" lscp_cmd="true">
2675                      <t>The front-end can ask for the current number of active voices on a                      <t>The front-end can ask for the current number of active voices on a
2676                      sampler channel by sending the following command:</t>                      sampler channel by sending the following command:</t>
2677                      <t>                      <t>
# Line 2640  Schoenebeck'> Line 2698  Schoenebeck'>
2698                      </t>                      </t>
2699                  </section>                  </section>
2700    
2701                  <section title="Current number of active disk streams" anchor="GET CHANNEL STREAM_COUNT">                  <section title="Current number of active disk streams" anchor="GET CHANNEL STREAM_COUNT" lscp_cmd="true">
2702                      <t>The front-end can ask for the current number of active disk streams                      <t>The front-end can ask for the current number of active disk streams
2703                      on a sampler channel by sending the following command:</t>                      on a sampler channel by sending the following command:</t>
2704                      <t>                      <t>
# Line 2669  Schoenebeck'> Line 2727  Schoenebeck'>
2727                      </t>                      </t>
2728                  </section>                  </section>
2729    
2730                  <section title="Current fill state of disk stream buffers" anchor="GET CHANNEL BUFFER_FILL">                  <section title="Current fill state of disk stream buffers" anchor="GET CHANNEL BUFFER_FILL" lscp_cmd="true">
2731                      <t>The front-end can ask for the current fill state of all disk streams                      <t>The front-end can ask for the current fill state of all disk streams
2732                      on a sampler channel by sending the following command:</t>                      on a sampler channel by sending the following command:</t>
2733                      <t>                      <t>
# Line 2722  Schoenebeck'> Line 2780  Schoenebeck'>
2780                      </t>                      </t>
2781                  </section>                  </section>
2782    
2783                  <section title="Setting audio output device" anchor="SET CHANNEL AUDIO_OUTPUT_DEVICE">                  <section title="Setting audio output device" anchor="SET CHANNEL AUDIO_OUTPUT_DEVICE" lscp_cmd="true">
2784                      <t>The front-end can set the audio output device on a specific sampler                      <t>The front-end can set the audio output device on a specific sampler
2785                      channel by sending the following command:</t>                      channel by sending the following command:</t>
2786                      <t>                      <t>
# Line 2768  Schoenebeck'> Line 2826  Schoenebeck'>
2826                      </t>                      </t>
2827                  </section>                  </section>
2828    
2829                  <section title="Setting audio output type" anchor="SET CHANNEL AUDIO_OUTPUT_TYPE">                  <section title="Setting audio output type" anchor="SET CHANNEL AUDIO_OUTPUT_TYPE" lscp_cmd="true">
2830                      <t>DEPRECATED: THIS COMMAND WILL DISAPPEAR SOON!</t>                      <t>DEPRECATED: THIS COMMAND WILL DISAPPEAR!</t>
2831    
2832                      <t>The front-end can alter the audio output type on a specific sampler                      <t>The front-end can alter the audio output type on a specific sampler
2833                      channel by sending the following command:</t>                      channel by sending the following command:</t>
# Line 2809  Schoenebeck'> Line 2867  Schoenebeck'>
2867                              <t></t>                              <t></t>
2868                          </list>                          </list>
2869                      </t>                      </t>
2870                        <t>Deprecated:</t>
2871                        <t>
2872                            <list>
2873                                <t>Should not be used anymore. This command is currently only preserved for backward compatibility.</t>
2874                                <t>This command is a relict from times where there was no sophisticated driver management yet. Use <xref target="CREATE AUDIO_OUTPUT_DEVICE">"CREATE AUDIO_OUTPUT_DEVICE"</xref> and <xref target="SET CHANNEL AUDIO_OUTPUT_DEVICE">"SET CHANNEL AUDIO_OUTPUT_DEVICE"</xref> instead.</t>
2875                            </list>
2876                        </t>
2877                  </section>                  </section>
2878    
2879                  <section title="Setting audio output channel" anchor="SET CHANNEL AUDIO_OUTPUT_CHANNEL">                  <section title="Setting audio output channel" anchor="SET CHANNEL AUDIO_OUTPUT_CHANNEL" lscp_cmd="true">
2880                      <t>The front-end can alter the audio output channel on a specific                      <t>The front-end can alter the audio output channel on a specific
2881                      sampler channel by sending the following command:</t>                      sampler channel by sending the following command:</t>
2882                      <t>                      <t>
# Line 2856  Schoenebeck'> Line 2921  Schoenebeck'>
2921                      </t>                      </t>
2922                  </section>                  </section>
2923    
2924                  <section title="Setting MIDI input device" anchor="SET CHANNEL MIDI_INPUT_DEVICE">                  <section title="Add MIDI input to sampler channel" anchor="ADD CHANNEL MIDI_INPUT" lscp_cmd="true">
2925                        <t>The front-end can add a MIDI input on a specific sampler
2926                        channel by sending the following command:</t>
2927                        <t>
2928                            <list>
2929                                <t>ADD CHANNEL MIDI_INPUT &lt;sampler-channel&gt; &lt;midi-device-id&gt; [&lt;midi-input-port&gt;]</t>
2930                            </list>
2931                        </t>
2932                        <t>Where &lt;sampler-channel&gt; is the sampler channel number
2933                        as returned by the <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
2934                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref> command
2935                        and &lt;midi-device-id&gt; is the numerical ID of the MIDI input
2936                        device as returned by the
2937                        <xref target="CREATE MIDI_INPUT_DEVICE">"CREATE MIDI_INPUT_DEVICE"</xref>
2938                        or <xref target="LIST MIDI_INPUT_DEVICES">"LIST MIDI_INPUT_DEVICES"</xref> command,
2939                        and &lt;midi-input-port&gt; is an optional MIDI input port number of that
2940                        MIDI input device. If &lt;midi-input-port&gt; is omitted,
2941                        then the MIDI input device's first port (port number 0) is
2942                        used.
2943                        </t>
2944    
2945                        <t>Possible Answers:</t>
2946                        <t>
2947                            <list>
2948                                <t>"OK" -
2949                                    <list>
2950                                        <t>on success</t>
2951                                    </list>
2952                                </t>
2953                                <t>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
2954                                    <list>
2955                                        <t>if MIDI input port was connected, but there are noteworthy
2956                                        issue(s) related, providing an appropriate warning code and
2957                                        warning message</t>
2958                                    </list>
2959                                </t>
2960                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
2961                                    <list>
2962                                        <t>in case it failed, providing an appropriate error code and error message</t>
2963                                    </list>
2964                                </t>
2965                            </list>
2966                        </t>
2967                        <t>Examples:</t>
2968                        <t>
2969                            <list>
2970                                <t>C: "ADD CHANNEL MIDI_INPUT 0 0"</t>
2971                                <t>S: "OK"</t>
2972                                <t>C: "ADD CHANNEL MIDI_INPUT 1 0"</t>
2973                                <t>S: "OK"</t>
2974                                <t>C: "ADD CHANNEL MIDI_INPUT 1 1 1"</t>
2975                                <t>S: "OK"</t>
2976                                <t>C: "ADD CHANNEL MIDI_INPUT 1 2 0"</t>
2977                                <t>S: "OK"</t>
2978                            </list>
2979                        </t>
2980                        <t>Since:</t>
2981                        <t>
2982                            <list>
2983                                <t>Introduced with LSCP v1.6</t>
2984                            </list>
2985                        </t>
2986                    </section>
2987    
2988                    <section title="Remove MIDI input(s) from sampler channel" anchor="REMOVE CHANNEL MIDI_INPUT" lscp_cmd="true">
2989                        <t>The front-end can remove one ore more MIDI input(s) on a
2990                        specific sampler channel by sending the following command:</t>
2991                        <t>
2992                            <list>
2993                                <t>REMOVE CHANNEL MIDI_INPUT &lt;sampler-channel&gt; [&lt;midi-device-id&gt; [&lt;midi-input-port&gt;]]</t>
2994                            </list>
2995                        </t>
2996                        <t>Where &lt;sampler-channel&gt; is the sampler channel number
2997                        as returned by the <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
2998                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref> command
2999                        and &lt;midi-device-id&gt; and &lt;midi-input-port&gt; are
3000                        optional numerical IDs defining the MIDI input device and
3001                        one of its MIDI ports as returned by the
3002                        <xref target="LIST CHANNEL MIDI_INPUTS">"LIST CHANNEL MIDI_INPUTS"</xref> command.
3003                        </t>
3004    
3005                        <t>
3006                        If &lt;midi-input-port&gt; is omitted, then all MIDI input
3007                        ports of &lt;midi-device-id&gt; are disconnected from this
3008                        sampler channel.
3009                        </t>
3010    
3011                        <t>
3012                        If both, &lt;midi-device-id&gt; and &lt;midi-input-port&gt;
3013                        are omitted, then all MIDI input ports currently connected
3014                        to this sampler channel are disconnected from this sampler
3015                        channel.
3016                        </t>
3017    
3018                        <t>Possible Answers:</t>
3019                        <t>
3020                            <list>
3021                                <t>"OK" -
3022                                    <list>
3023                                        <t>on success</t>
3024                                    </list>
3025                                </t>
3026                                <t>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
3027                                    <list>
3028                                        <t>if MIDI input porst were disconnected, but there are noteworthy
3029                                        issue(s) related, providing an appropriate warning code and
3030                                        warning message</t>
3031                                    </list>
3032                                </t>
3033                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
3034                                    <list>
3035                                        <t>in case it failed, providing an appropriate error code and error message</t>
3036                                    </list>
3037                                </t>
3038                            </list>
3039                        </t>
3040                        <t>Examples:</t>
3041                        <t>
3042                            <list>
3043                                <t>C: "REMOVE CHANNEL MIDI_INPUT 0"</t>
3044                                <t>S: "OK"</t>
3045                                <t>C: "REMOVE CHANNEL MIDI_INPUT 1"</t>
3046                                <t>S: "OK"</t>
3047                                <t>C: "REMOVE CHANNEL MIDI_INPUT 1 2 0"</t>
3048                                <t>S: "OK"</t>
3049                            </list>
3050                        </t>
3051                        <t>Since:</t>
3052                        <t>
3053                            <list>
3054                                <t>Introduced with LSCP v1.6</t>
3055                            </list>
3056                        </t>
3057                    </section>
3058    
3059                    <section title="Getting all MIDI inputs of a sampler channel" anchor="LIST CHANNEL MIDI_INPUTS" lscp_cmd="true">
3060                        <t>The front-end can query a list of all currently connected
3061                        MIDI inputs of a certain sampler channel by sending the following
3062                        command:</t>
3063                        <t>
3064                            <list>
3065                                <t>LIST CHANNEL MIDI_INPUTS &lt;sampler-channel&gt;</t>
3066                            </list>
3067                        </t>
3068                        <t>Where &lt;sampler-channel&gt; is the sampler channel number
3069                        as returned by the <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
3070                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref> command.
3071                        </t>
3072    
3073                        <t>Possible Answers:</t>
3074                        <t>
3075                            <list>
3076                                <t>The sampler will answer by sending a comma separated
3077                                list of MIDI input device ID - MIDI input port number pairs, where
3078                                each pair is encapsulated into curly braces. The
3079                                list is returned in one single line. The MIDI input
3080                                device ID corresponds to the number returned by
3081                                <xref target="LIST MIDI_INPUT_DEVICES">"LIST MIDI_INPUT_DEVICES"</xref>
3082                                and the port number is the index of the respective MIDI
3083                                port of that MIDI input device.</t>
3084                            </list>
3085                        </t>
3086    
3087                        <t>Example:</t>
3088                        <t>
3089                            <list>
3090                                <t>C: "LIST CHANNEL MIDI_INPUTS 0"</t>
3091                                <t>S: "{0,0},{1,3},{2,0}"</t>
3092                            </list>
3093                        </t>
3094    
3095                        <t>Since:</t>
3096                        <t>
3097                            <list>
3098                                <t>Introduced with LSCP v1.6</t>
3099                            </list>
3100                        </t>
3101                    </section>
3102    
3103                    <section title="Setting MIDI input device" anchor="SET CHANNEL MIDI_INPUT_DEVICE" lscp_cmd="true">
3104                        <t>DEPRECATED: THIS COMMAND WILL DISAPPEAR!</t>
3105    
3106                      <t>The front-end can set the MIDI input device on a specific sampler                      <t>The front-end can set the MIDI input device on a specific sampler
3107                      channel by sending the following command:</t>                      channel by sending the following command:</t>
3108                      <t>                      <t>
# Line 2871  Schoenebeck'> Line 3117  Schoenebeck'>
3117                      <xref target="CREATE MIDI_INPUT_DEVICE">"CREATE MIDI_INPUT_DEVICE"</xref>                      <xref target="CREATE MIDI_INPUT_DEVICE">"CREATE MIDI_INPUT_DEVICE"</xref>
3118                      or <xref target="LIST MIDI_INPUT_DEVICES">"LIST MIDI_INPUT_DEVICES"</xref> command.</t>                      or <xref target="LIST MIDI_INPUT_DEVICES">"LIST MIDI_INPUT_DEVICES"</xref> command.</t>
3119    
3120                        <t>
3121                        If more than 1 MIDI inputs are currently connected to this
3122                        sampler channel: Sending this command will disconnect ALL
3123                        currently connected MIDI input ports connected to this
3124                        sampler channel before establishing the new MIDI input
3125                        connection. So this command does NOT add the connection,
3126                        it replaces all existing ones instead. This behavior is due
3127                        to preserving full behavior backward compatibility.
3128                        </t>
3129    
3130                      <t>Possible Answers:</t>                      <t>Possible Answers:</t>
3131                      <t>                      <t>
3132                          <list>                          <list>
# Line 2899  Schoenebeck'> Line 3155  Schoenebeck'>
3155                              <t></t>                              <t></t>
3156                          </list>                          </list>
3157                      </t>                      </t>
3158                        <t>Deprecated:</t>
3159                        <t>
3160                            <list>
3161                                <t>Should not be used anymore as of LSCP v1.6 and younger. This command is currently only preserved for backward compatibility.</t>
3162                                <t>This command is a relict from times where only one MIDI input per sampler channel was allowed. Use <xref target="ADD CHANNEL MIDI_INPUT">"ADD CHANNEL MIDI_INPUT"</xref> and <xref target="REMOVE CHANNEL MIDI_INPUT">"REMOVE CHANNEL MIDI_INPUT"</xref> instead.</t>
3163                            </list>
3164                        </t>
3165                  </section>                  </section>
3166    
3167                  <section title="Setting MIDI input type" anchor="SET CHANNEL MIDI_INPUT_TYPE">                  <section title="Setting MIDI input type" anchor="SET CHANNEL MIDI_INPUT_TYPE" lscp_cmd="true">
3168                      <t>DEPRECATED: THIS COMMAND WILL DISAPPEAR SOON!</t>                      <t>DEPRECATED: THIS COMMAND WILL DISAPPEAR!</t>
3169    
3170                      <t>The front-end can alter the MIDI input type on a specific sampler                      <t>The front-end can alter the MIDI input type on a specific sampler
3171                      channel by sending the following command:</t>                      channel by sending the following command:</t>
# Line 2914  Schoenebeck'> Line 3177  Schoenebeck'>
3177                      <t>Where &lt;midi-input-type&gt; is currently only "ALSA" and                      <t>Where &lt;midi-input-type&gt; is currently only "ALSA" and
3178                      &lt;sampler-channel&gt; is the respective sampler channel number.</t>                      &lt;sampler-channel&gt; is the respective sampler channel number.</t>
3179    
3180                        <t>
3181                        If more than 1 MIDI inputs are currently connected to this
3182                        sampler channel: Sending this command will disconnect ALL
3183                        currently connected MIDI input ports connected to this
3184                        sampler channel before establishing the new MIDI input
3185                        connection. So this command does NOT add the connection,
3186                        it replaces all existing ones instead. This behavior is due
3187                        to preserving full behavior backward compatibility.
3188                        </t>
3189    
3190                      <t>Possible Answers:</t>                      <t>Possible Answers:</t>
3191                      <t>                      <t>
3192                          <list>                          <list>
# Line 2942  Schoenebeck'> Line 3215  Schoenebeck'>
3215                              <t></t>                              <t></t>
3216                          </list>                          </list>
3217                      </t>                      </t>
3218                        <t>Deprecated:</t>
3219                        <t>
3220                            <list>
3221                                <t>Should not be used anymore. This command is currently only preserved for backward compatibility.</t>
3222                                <t>This command is a relict from times where only 1 MIDI input per sampler channels was allowed and where no sophisticated driver management existed yet. Use <xref target="ADD CHANNEL MIDI_INPUT">"ADD CHANNEL MIDI_INPUT"</xref> and <xref target="REMOVE CHANNEL MIDI_INPUT">"REMOVE CHANNEL MIDI_INPUT"</xref> instead.</t>
3223                            </list>
3224                        </t>
3225                  </section>                  </section>
3226    
3227                  <section title="Setting MIDI input port" anchor="SET CHANNEL MIDI_INPUT_PORT">                  <section title="Setting MIDI input port" anchor="SET CHANNEL MIDI_INPUT_PORT" lscp_cmd="true">
3228                        <t>DEPRECATED: THIS COMMAND WILL DISAPPEAR!</t>
3229                        
3230                      <t>The front-end can alter the MIDI input port on a specific sampler                      <t>The front-end can alter the MIDI input port on a specific sampler
3231                      channel by sending the following command:</t>                      channel by sending the following command:</t>
3232                      <t>                      <t>
# Line 2955  Schoenebeck'> Line 3237  Schoenebeck'>
3237                      <t>Where &lt;midi-input-port&gt; is a MIDI input port number of the                      <t>Where &lt;midi-input-port&gt; is a MIDI input port number of the
3238                      MIDI input device connected to the sampler channel given by                      MIDI input device connected to the sampler channel given by
3239                      &lt;sampler-channel&gt;.</t>                      &lt;sampler-channel&gt;.</t>
3240                        
3241                        <t>
3242                        If more than 1 MIDI inputs are currently connected to this
3243                        sampler channel: Sending this command will switch the
3244                        connection of the first (and only the first) MIDI input port
3245                        currently being connected to this sampler channel, to
3246                        another port of the same MIDI input device. Or in other
3247                        words: the first MIDI input port currently connected to
3248                        this sampler channel will be disconnected, and the requested
3249                        other port of its MIDI input device will be connected to
3250                        this sampler channel instead. This behavior is due
3251                        to preserving full behavior backward compatibility.
3252                        </t>
3253    
3254                      <t>Possible Answers:</t>                      <t>Possible Answers:</t>
3255                      <t>                      <t>
# Line 2984  Schoenebeck'> Line 3279  Schoenebeck'>
3279                              <t></t>                              <t></t>
3280                          </list>                          </list>
3281                      </t>                      </t>
3282                        <t>Deprecated:</t>
3283                        <t>
3284                            <list>
3285                                <t>Should not be used anymore. This command is currently only preserved for backward compatibility.</t>
3286                                <t>This command is a relict from times where only one MIDI input per sampler channel was allowed. Use <xref target="ADD CHANNEL MIDI_INPUT">"ADD CHANNEL MIDI_INPUT"</xref> and <xref target="REMOVE CHANNEL MIDI_INPUT">"REMOVE CHANNEL MIDI_INPUT"</xref> instead.</t>
3287                            </list>
3288                        </t>
3289                  </section>                  </section>
3290    
3291                  <section title="Setting MIDI input channel" anchor="SET CHANNEL MIDI_INPUT_CHANNEL">                  <section title="Setting MIDI input channel" anchor="SET CHANNEL MIDI_INPUT_CHANNEL" lscp_cmd="true">
3292                      <t>The front-end can alter the MIDI channel a sampler channel should                      <t>The front-end can alter the MIDI channel a sampler channel should
3293                      listen to by sending the following command:</t>                      listen to by sending the following command:</t>
3294                      <t>                      <t>
# Line 2994  Schoenebeck'> Line 3296  Schoenebeck'>
3296                              <t>SET CHANNEL MIDI_INPUT_CHANNEL &lt;sampler-channel&gt; &lt;midi-input-chan&gt;</t>                              <t>SET CHANNEL MIDI_INPUT_CHANNEL &lt;sampler-channel&gt; &lt;midi-input-chan&gt;</t>
3297                          </list>                          </list>
3298                      </t>                      </t>
3299                      <t>Where &lt;midi-input-chan&gt; is the number of the new MIDI input channel where                      <t>Where &lt;midi-input-chan&gt; is the number
3300                      &lt;sampler-channel&gt; should listen to or "ALL" to listen on all 16 MIDI                      of the new MIDI input channel (zero indexed!) where
3301                        &lt;sampler-channel&gt; should listen to, or "ALL" to listen on all 16 MIDI
3302                      channels.</t>                      channels.</t>
3303    
3304                      <t>Possible Answers:</t>                      <t>Possible Answers:</t>
# Line 3023  Schoenebeck'> Line 3326  Schoenebeck'>
3326                      <t>Examples:</t>                      <t>Examples:</t>
3327                      <t>                      <t>
3328                          <list>                          <list>
3329                              <t></t>                              <t>C: "SET CHANNEL MIDI_INPUT_CHANNEL 0 0"</t>
3330                                <t>S: "OK"</t>
3331                                <t>C: "SET CHANNEL MIDI_INPUT_CHANNEL 1 ALL"</t>
3332                                <t>S: "OK"</t>
3333                          </list>                          </list>
3334                      </t>                      </t>
3335                  </section>                  </section>
3336    
3337                  <section title="Setting channel volume" anchor="SET CHANNEL VOLUME">                  <section title="Setting channel volume" anchor="SET CHANNEL VOLUME" lscp_cmd="true">
3338                      <t>The front-end can alter the volume of a sampler channel by sending                      <t>The front-end can alter the volume of a sampler channel by sending
3339                      the following command:</t>                      the following command:</t>
3340                      <t>                      <t>
# Line 3071  Schoenebeck'> Line 3377  Schoenebeck'>
3377                      </t>                      </t>
3378                  </section>                  </section>
3379    
3380                  <section title="Muting a sampler channel" anchor="SET CHANNEL MUTE">                  <section title="Muting a sampler channel" anchor="SET CHANNEL MUTE" lscp_cmd="true">
3381                      <t>The front-end can mute/unmute a specific sampler                      <t>The front-end can mute/unmute a specific sampler
3382                      channel by sending the following command:</t>                      channel by sending the following command:</t>
3383                      <t>                      <t>
# Line 3115  Schoenebeck'> Line 3421  Schoenebeck'>
3421                      </t>                      </t>
3422                  </section>                  </section>
3423    
3424                  <section title="Soloing a sampler channel" anchor="SET CHANNEL SOLO">                  <section title="Soloing a sampler channel" anchor="SET CHANNEL SOLO" lscp_cmd="true">
3425                      <t>The front-end can solo/unsolo a specific sampler channel                      <t>The front-end can solo/unsolo a specific sampler channel
3426                      by sending the following command:</t>                      by sending the following command:</t>
3427                      <t>                      <t>
# Line 3159  Schoenebeck'> Line 3465  Schoenebeck'>
3465                      </t>                      </t>
3466                  </section>                  </section>
3467    
3468                  <section title="Assigning a MIDI instrument map to a sampler channel" anchor="SET CHANNEL MIDI_INSTRUMENT_MAP">                  <section title="Assigning a MIDI instrument map to a sampler channel" anchor="SET CHANNEL MIDI_INSTRUMENT_MAP" lscp_cmd="true">
3469                      <t>The front-end can assign a MIDI instrument map to a specific sampler channel                      <t>The front-end can assign a MIDI instrument map to a specific sampler channel
3470                      by sending the following command:</t>                      by sending the following command:</t>
3471                      <t>                      <t>
# Line 3227  Schoenebeck'> Line 3533  Schoenebeck'>
3533                      </t>                      </t>
3534                  </section>                  </section>
3535    
3536                  <section title="Adding an effect send to a sampler channel" anchor="CREATE FX_SEND">                  <section title="Adding an effect send to a sampler channel" anchor="CREATE FX_SEND" lscp_cmd="true">
3537                      <t>The front-end can create an additional effect send on a specific sampler channel                      <t>The front-end can create an additional effect send on a specific sampler channel
3538                      by sending the following command:</t>                      by sending the following command:</t>
3539                      <t>                      <t>
# Line 3241  Schoenebeck'> Line 3547  Schoenebeck'>
3547                      sampler channel on which the effect send should be created on, &lt;midi-ctrl&gt;                      sampler channel on which the effect send should be created on, &lt;midi-ctrl&gt;
3548                      is a number between 0..127 defining the MIDI controller which can alter the                      is a number between 0..127 defining the MIDI controller which can alter the
3549                      effect send level and &lt;name&gt; is an optional argument defining a name                      effect send level and &lt;name&gt; is an optional argument defining a name
3550                      for the effect send entity. The name does not have to be unique.</t>                      for the effect send entity. The name does not have to be unique, but MUST be
3551                        encapsulated into apostrophes and supports escape sequences as described in chapter
3552                        "<xref target="character_set">Character Set and Escape Sequences</xref>".</t>
3553    
3554                      <t>By default, that is as initial routing, the effect send's audio channels                      <t>By default, that is as initial routing, the effect send's audio channels
3555                      are automatically routed to the last audio channels of the sampler channel's                      are automatically routed to the last audio channels of the sampler channel's
# Line 3295  Schoenebeck'> Line 3603  Schoenebeck'>
3603                      </t>                      </t>
3604                  </section>                  </section>
3605    
3606                  <section title="Removing an effect send from a sampler channel" anchor="DESTROY FX_SEND">                  <section title="Removing an effect send from a sampler channel" anchor="DESTROY FX_SEND" lscp_cmd="true">
3607                      <t>The front-end can remove an existing effect send on a specific sampler channel                      <t>The front-end can remove an existing effect send on a specific sampler channel
3608                      by sending the following command:</t>                      by sending the following command:</t>
3609                      <t>                      <t>
# Line 3337  Schoenebeck'> Line 3645  Schoenebeck'>
3645                      </t>                      </t>
3646                  </section>                  </section>
3647    
3648                  <section title="Getting amount of effect sends on a sampler channel" anchor="GET FX_SENDS">                  <section title="Getting amount of effect sends on a sampler channel" anchor="GET FX_SENDS" lscp_cmd="true">
3649                      <t>The front-end can ask for the amount of effect sends on a specific sampler channel                      <t>The front-end can ask for the amount of effect sends on a specific sampler channel
3650                      by sending the following command:</t>                      by sending the following command:</t>
3651                      <t>                      <t>
# Line 3366  Schoenebeck'> Line 3674  Schoenebeck'>
3674                      </t>                      </t>
3675                  </section>                  </section>
3676    
3677                  <section title="Listing all effect sends on a sampler channel" anchor="LIST FX_SENDS">                  <section title="Listing all effect sends on a sampler channel" anchor="LIST FX_SENDS" lscp_cmd="true">
3678                      <t>The front-end can ask for a list of effect sends on a specific sampler channel                      <t>The front-end can ask for a list of effect sends on a specific sampler channel
3679                      by sending the following command:</t>                      by sending the following command:</t>
3680                      <t>                      <t>
# Line 3402  Schoenebeck'> Line 3710  Schoenebeck'>
3710                      </t>                      </t>
3711                  </section>                  </section>
3712    
3713                  <section title="Getting effect send information" anchor="GET FX_SEND INFO">                  <section title="Getting effect send information" anchor="GET FX_SEND INFO" lscp_cmd="true">
3714                      <t>The front-end can ask for the current settings of an effect send entity                      <t>The front-end can ask for the current settings of an effect send entity
3715                      by sending the following command:</t>                      by sending the following command:</t>
3716                      <t>                      <t>
# Line 3431  Schoenebeck'> Line 3739  Schoenebeck'>
3739                                  <list>                                  <list>
3740                                      <t>NAME -                                      <t>NAME -
3741                                          <list>                                          <list>
3742                                              <t>name of the effect send entity</t>                                              <t>name of the effect send entity
3743                                                (note that this character string may contain
3744                                                 <xref target="character_set">escape sequences</xref>)</t>
3745                                          </list>                                          </list>
3746                                      </t>                                      </t>
3747                                      <t>MIDI_CONTROLLER -                                      <t>MIDI_CONTROLLER -
# Line 3457  Schoenebeck'> Line 3767  Schoenebeck'>
3767                                              channel 1 is routed to the channel 3 of the audio                                              channel 1 is routed to the channel 3 of the audio
3768                                              output device (see                                              output device (see
3769                                              <xref target="SET FX_SEND AUDIO_OUTPUT_CHANNEL">"SET FX_SEND AUDIO_OUTPUT_CHANNEL"</xref>                                              <xref target="SET FX_SEND AUDIO_OUTPUT_CHANNEL">"SET FX_SEND AUDIO_OUTPUT_CHANNEL"</xref>
3770                                              for details)</t>                                              for details), if an internal send
3771                                                effect is assigned to the effect
3772                                                send, then this setting defines the
3773                                                audio channel routing to that
3774                                                effect instance respectively</t>
3775                                            </list>
3776                                        </t>
3777                                        <t>EFFECT -
3778                                            <list>
3779                                                <t>destination send effect chain ID
3780                                                and destination effect chain
3781                                                position, separated by comma in the
3782                                                form "&lt;effect-chain&gt;,&lt;chain-pos&gt;"
3783                                                or "NONE" if there is no send effect
3784                                                assigned to the effect send</t>
3785                                          </list>                                          </list>
3786                                      </t>                                      </t>
3787                                  </list>                                  </list>
# Line 3474  Schoenebeck'> Line 3798  Schoenebeck'>
3798                              <t>&nbsp;&nbsp;&nbsp;"MIDI_CONTROLLER: 91"</t>                              <t>&nbsp;&nbsp;&nbsp;"MIDI_CONTROLLER: 91"</t>
3799                              <t>&nbsp;&nbsp;&nbsp;"LEVEL: 0.3"</t>                              <t>&nbsp;&nbsp;&nbsp;"LEVEL: 0.3"</t>
3800                              <t>&nbsp;&nbsp;&nbsp;"AUDIO_OUTPUT_ROUTING: 2,3"</t>                              <t>&nbsp;&nbsp;&nbsp;"AUDIO_OUTPUT_ROUTING: 2,3"</t>
3801                                <t>&nbsp;&nbsp;&nbsp;"EFFECT: NONE"</t>
3802                                <t>&nbsp;&nbsp;&nbsp;"."</t>
3803                            </list>
3804                        </t>
3805                        <t>
3806                            <list>
3807                                <t>C: "GET FX_SEND INFO 0 1"</t>
3808                                <t>S: "NAME: Delay Send (Internal)"</t>
3809                                <t>&nbsp;&nbsp;&nbsp;"MIDI_CONTROLLER: 93"</t>
3810                                <t>&nbsp;&nbsp;&nbsp;"LEVEL: 0.51"</t>
3811                                <t>&nbsp;&nbsp;&nbsp;"AUDIO_OUTPUT_ROUTING: 1,2"</t>
3812                                <t>&nbsp;&nbsp;&nbsp;"EFFECT: 2,0"</t>
3813                              <t>&nbsp;&nbsp;&nbsp;"."</t>                              <t>&nbsp;&nbsp;&nbsp;"."</t>
3814                          </list>                          </list>
3815                      </t>                      </t>
3816                  </section>                  </section>
3817    
3818                  <section title="Changing effect send's name" anchor="SET FX_SEND NAME">                  <section title="Changing effect send's name" anchor="SET FX_SEND NAME" lscp_cmd="true">
3819                      <t>The front-end can alter the current name of an effect                      <t>The front-end can alter the current name of an effect
3820                      send entity by sending the following command:</t>                      send entity by sending the following command:</t>
3821                      <t>                      <t>
# Line 3494  Schoenebeck'> Line 3830  Schoenebeck'>
3830                      as returned by the <xref target="CREATE FX_SEND">"CREATE FX_SEND"</xref>                      as returned by the <xref target="CREATE FX_SEND">"CREATE FX_SEND"</xref>
3831                      or <xref target="LIST FX_SENDS">"LIST FX_SENDS"</xref> command and                      or <xref target="LIST FX_SENDS">"LIST FX_SENDS"</xref> command and
3832                      &lt;name&gt; is the new name of the effect send entity, which                      &lt;name&gt; is the new name of the effect send entity, which
3833                      does not have to be unique.</t>                      does not have to be unique (name MUST be encapsulated into apostrophes
3834                        and supports escape sequences as described in chapter
3835                        "<xref target="character_set">Character Set and Escape Sequences</xref>").
3836                        </t>
3837    
3838                      <t>Possible Answers:</t>                      <t>Possible Answers:</t>
3839                      <t>                      <t>
# Line 3520  Schoenebeck'> Line 3859  Schoenebeck'>
3859                      </t>                      </t>
3860                  </section>                  </section>
3861    
3862                  <section title="Altering effect send's audio routing" anchor="SET FX_SEND AUDIO_OUTPUT_CHANNEL">                  <section title="Altering effect send's audio routing" anchor="SET FX_SEND AUDIO_OUTPUT_CHANNEL" lscp_cmd="true">
3863                      <t>The front-end can alter the destination of an effect send's audio channel on a specific                      <t>The front-end can alter the destination of an effect send's audio channel on a specific
3864                      sampler channel by sending the following command:</t>                      sampler channel by sending the following command:</t>
3865                      <t>                      <t>
# Line 3537  Schoenebeck'> Line 3876  Schoenebeck'>
3876                      &lt;audio-src&gt; is the numerical ID of the effect send's audio channel                      &lt;audio-src&gt; is the numerical ID of the effect send's audio channel
3877                      which should be rerouted and &lt;audio-dst&gt; is the numerical ID of                      which should be rerouted and &lt;audio-dst&gt; is the numerical ID of
3878                      the audio channel of the selected audio output device where &lt;audio-src&gt;                      the audio channel of the selected audio output device where &lt;audio-src&gt;
3879                      should be routed to.</t>                      should be routed to. If an internal send effect is assigned
3880                        to the effect send, then this setting defines the audio
3881                        channel routing to that effect instance respectively.</t>
3882    
3883                      <t>Note that effect sends can only route audio to the same audio output                      <t>Note that effect sends can only route audio to the same audio output
3884                      device as assigned to the effect send's sampler channel. Also note that an                      device as assigned to the effect send's sampler channel. Also note that an
# Line 3580  Schoenebeck'> Line 3921  Schoenebeck'>
3921                      </t>                      </t>
3922                  </section>                  </section>
3923    
3924                  <section title="Altering effect send's MIDI controller" anchor="SET FX_SEND MIDI_CONTROLLER">                  <section title="Assigning destination effect to an effect send" anchor="SET FX_SEND EFFECT" lscp_cmd="true">
3925                        <t>The front-end can (re-)assign a destination effect to an
3926                        effect send by sending the following command:</t>
3927                        <t>
3928                            <list>
3929                                <t>SET FX_SEND EFFECT &lt;sampler-chan&gt; &lt;fx-send-id&gt; &lt;effect-chain&gt; &lt;chain-pos&gt;</t>
3930                            </list>
3931                        </t>
3932                        <t>Where &lt;sampler-chan&gt; is the sampler channel number
3933                        as returned by the <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
3934                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref> command,
3935                        &lt;fx-send-id&gt; reflects the numerical ID of the effect send entity
3936                        as returned by the <xref target="CREATE FX_SEND">"CREATE FX_SEND"</xref>
3937                        or <xref target="LIST FX_SENDS">"LIST FX_SENDS"</xref> command,
3938                        &lt;effect-chain&gt; by the numerical ID of the destination
3939                        effect chain as returned by the
3940                        <xref target="ADD SEND_EFFECT_CHAIN">"ADD SEND_EFFECT_CHAIN"</xref>
3941                        or
3942                        <xref target="LIST SEND_EFFECT_CHAINS">"LIST SEND_EFFECT_CHAINS"</xref>
3943                        command and &lt;chain-pos&gt; reflects the exact effect
3944                        chain position in the effect chain which hosts the actual
3945                        destination effect.</t>
3946    
3947                        <t>Possible Answers:</t>
3948                        <t>
3949                            <list>
3950                                <t>"OK" -
3951                                    <list>
3952                                        <t>on success</t>
3953                                    </list>
3954                                </t>
3955                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
3956                                    <list>
3957                                        <t>in case it failed, providing an appropriate error code and error message</t>
3958                                    </list>
3959                                </t>
3960                            </list>
3961                        </t>
3962                        <t>Example:</t>
3963                        <t>
3964                            <list>
3965                                <t>C: "SET FX_SEND EFFECT 0 0 2 5"</t>
3966                                <t>S: "OK"</t>
3967                            </list>
3968                        </t>
3969                    </section>
3970    
3971                    <section title="Removing destination effect from an effect send" anchor="REMOVE FX_SEND EFFECT" lscp_cmd="true">
3972                        <t>The front-end can (re-)assign a destination effect to an
3973                        effect send by sending the following command:</t>
3974                        <t>
3975                            <list>
3976                                <t>REMOVE FX_SEND EFFECT &lt;sampler-chan&gt; &lt;fx-send-id&gt;</t>
3977                            </list>
3978                        </t>
3979                        <t>Where &lt;sampler-chan&gt; is the sampler channel number
3980                        as returned by the <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
3981                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref> command,
3982                        &lt;fx-send-id&gt; reflects the numerical ID of the effect send entity
3983                        as returned by the <xref target="CREATE FX_SEND">"CREATE FX_SEND"</xref>
3984                        or <xref target="LIST FX_SENDS">"LIST FX_SENDS"</xref> command.</t>
3985    
3986                        <t>After the destination effect has been removed from the
3987                        effect send, the audio signal of the effect send will be
3988                        routed directly to the audio output device, according to the
3989                        audio channel routing setting of the effect send.
3990                        </t>
3991    
3992                        <t>Possible Answers:</t>
3993                        <t>
3994                            <list>
3995                                <t>"OK" -
3996                                    <list>
3997                                        <t>on success</t>
3998                                    </list>
3999                                </t>
4000                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
4001                                    <list>
4002                                        <t>in case it failed, providing an appropriate error code and error message</t>
4003                                    </list>
4004                                </t>
4005                            </list>
4006                        </t>
4007                        <t>Example:</t>
4008                        <t>
4009                            <list>
4010                                <t>C: "REMOVE FX_SEND EFFECT 0 0"</t>
4011                                <t>S: "OK"</t>
4012                            </list>
4013                        </t>
4014                    </section>
4015    
4016                    <section title="Altering effect send's MIDI controller" anchor="SET FX_SEND MIDI_CONTROLLER" lscp_cmd="true">
4017                      <t>The front-end can alter the MIDI controller of an effect                      <t>The front-end can alter the MIDI controller of an effect
4018                      send entity by sending the following command:</t>                      send entity by sending the following command:</t>
4019                      <t>                      <t>
# Line 3628  Schoenebeck'> Line 4061  Schoenebeck'>
4061                      </t>                      </t>
4062                  </section>                  </section>
4063    
4064                  <section title="Altering effect send's send level" anchor="SET FX_SEND LEVEL">                  <section title="Altering effect send's send level" anchor="SET FX_SEND LEVEL" lscp_cmd="true">
4065                      <t>The front-end can alter the current send level of an effect                      <t>The front-end can alter the current send level of an effect
4066                      send entity by sending the following command:</t>                      send entity by sending the following command:</t>
4067                      <t>                      <t>
# Line 3677  Schoenebeck'> Line 4110  Schoenebeck'>
4110                      </t>                      </t>
4111                  </section>                  </section>
4112    
4113                  <section title="Resetting a sampler channel" anchor="RESET CHANNEL">                  <section title="Sending MIDI messages to sampler channel" anchor="SEND CHANNEL MIDI_DATA" lscp_cmd="true">
4114                        <t>The front-end can send MIDI events to a specific sampler channel
4115                        by sending the following command:</t>
4116                        <t>
4117                            <list>
4118                                <t>SEND CHANNEL MIDI_DATA &lt;midi-msg&gt; &lt;sampler-chan&gt; &lt;arg1&gt; &lt;arg2&gt;</t>
4119                            </list>
4120                        </t>
4121                        <t>Where &lt;sampler-chan&gt; is the sampler channel number
4122                        as returned by the <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
4123                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref> command,
4124                        &lt;arg1&gt; and &lt;arg2&gt; arguments depend on the &lt;midi-msg&gt; argument, which
4125                        specifies the MIDI message type. Currently, the following MIDI messages are supported:</t>
4126                        <t>
4127                            <list>
4128                                <t>"NOTE_ON" -
4129                                    <list>
4130                                        <t>For turning on MIDI notes, where &lt;arg1&gt;
4131                                        specifies the key number and &lt;arg2&gt; the velocity
4132                                        as described in the MIDI specification.</t>
4133                                    </list>
4134                                </t>
4135                                <t>"NOTE_OFF" -
4136                                    <list>
4137                                        <t>For turning a currently playing MIDI note off, where &lt;arg1&gt;
4138                                        specifies the key number and &lt;arg2&gt; the velocity
4139                                        as described in the MIDI specification.</t>
4140                                    </list>
4141                                </t>
4142                                <t>"CC" -
4143                                    <list>
4144                                        <t>For changing a MIDI controller, where &lt;arg1&gt;
4145                                        specifies the controller number and &lt;arg2&gt; the
4146                                        new value of the controller as described in the Control
4147                                        Change section of the MIDI specification.</t>
4148                                    </list>
4149                                </t>
4150                            </list>
4151                        </t>
4152                        <t>CAUTION: This command is provided for implementations of virtual MIDI keyboards
4153                        and no realtime guarantee whatsoever will be made!</t>
4154                        <t>Possible Answers:</t>
4155                        <t>
4156                            <list>
4157                                <t>"OK" -
4158                                    <list>
4159                                        <t>on success</t>
4160                                    </list>
4161                                </t>
4162                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
4163                                    <list>
4164                                        <t>in case it failed, providing an appropriate error code and error message</t>
4165                                    </list>
4166                                </t>
4167                            </list>
4168                        </t>
4169                        <t>Example:</t>
4170                        <t>
4171                            <list>
4172                                <t>C: "SEND CHANNEL MIDI_DATA NOTE_ON 0 56 112"</t>
4173                                <t>S: "OK"</t>
4174                            </list>
4175                        </t>
4176                    </section>
4177    
4178                    <section title="Resetting a sampler channel" anchor="RESET CHANNEL" lscp_cmd="true">
4179                      <t>The front-end can reset a particular sampler channel by sending the following command:</t>                      <t>The front-end can reset a particular sampler channel by sending the following command:</t>
4180                      <t>                      <t>
4181                          <list>                          <list>
# Line 3725  Schoenebeck'> Line 4223  Schoenebeck'>
4223              <section title="Controlling connection">              <section title="Controlling connection">
4224                  <t>The following commands are used to control the connection to LinuxSampler.</t>                  <t>The following commands are used to control the connection to LinuxSampler.</t>
4225    
4226                  <section title="Register front-end for receiving event messages" anchor="SUBSCRIBE">                  <section title="Register front-end for receiving event messages" anchor="SUBSCRIBE" lscp_cmd="true">
4227                      <t>The front-end can register itself to the LinuxSampler application to                      <t>The front-end can register itself to the LinuxSampler application to
4228                      be informed about noteworthy events by sending this command:</t>                      be informed about noteworthy events by sending this command:</t>
4229                      <t>                      <t>
# Line 3767  Schoenebeck'> Line 4265  Schoenebeck'>
4265                      </t>                      </t>
4266                  </section>                  </section>
4267    
4268                  <section title="Unregister front-end for not receiving event messages" anchor="UNSUBSCRIBE">                  <section title="Unregister front-end for not receiving event messages" anchor="UNSUBSCRIBE" lscp_cmd="true">
4269                      <t>The front-end can unregister itself if it doesn't want to receive event                      <t>The front-end can unregister itself if it doesn't want to receive event
4270                      messages anymore by sending the following command:</t>                      messages anymore by sending the following command:</t>
4271                      <t>                      <t>
# Line 3809  Schoenebeck'> Line 4307  Schoenebeck'>
4307                      </t>                      </t>
4308                  </section>                  </section>
4309    
4310                  <section title="Enable or disable echo of commands" anchor="SET ECHO">                  <section title="Enable or disable echo of commands" anchor="SET ECHO" lscp_cmd="true">
4311                      <t>To enable or disable back sending of commands to the client the following command can be used:</t>                      <t>To enable or disable back sending of commands to the client the following command can be used:</t>
4312                      <t>                      <t>
4313                          <list>                          <list>
# Line 3847  Schoenebeck'> Line 4345  Schoenebeck'>
4345                      </t>                      </t>
4346                  </section>                  </section>
4347    
4348                  <section title="Close client connection" anchor="QUIT">                  <section title="Close client connection" anchor="QUIT" lscp_cmd="true">
4349                      <t>The client can close its network connection to LinuxSampler by sending the following command:</t>                      <t>The client can close its network connection to LinuxSampler by sending the following command:</t>
4350                      <t>                      <t>
4351                          <list>                          <list>
# Line 3862  Schoenebeck'> Line 4360  Schoenebeck'>
4360              <section title="Global commands">              <section title="Global commands">
4361                  <t>The following commands have global impact on the sampler.</t>                  <t>The following commands have global impact on the sampler.</t>
4362    
4363                  <section title="Current number of active voices" anchor="GET TOTAL_VOICE_COUNT">                  <section title="Current number of active voices" anchor="GET TOTAL_VOICE_COUNT" lscp_cmd="true">
4364                      <t>The front-end can ask for the current number of active voices on                      <t>The front-end can ask for the current number of active voices on
4365                      the sampler by sending the following command:</t>                      the sampler by sending the following command:</t>
4366                      <t>                      <t>
# Line 3880  Schoenebeck'> Line 4378  Schoenebeck'>
4378                      </t>                      </t>
4379                  </section>                  </section>
4380    
4381                  <section title="Maximum amount of active voices" anchor="GET TOTAL_VOICE_COUNT_MAX">                  <section title="Maximum amount of active voices" anchor="GET TOTAL_VOICE_COUNT_MAX" lscp_cmd="true">
4382                      <t>The front-end can ask for the maximum number of active voices                      <t>The front-end can ask for the maximum number of active voices
4383                      by sending the following command:</t>                      by sending the following command:</t>
4384                      <t>                      <t>
# Line 3898  Schoenebeck'> Line 4396  Schoenebeck'>
4396                      </t>                      </t>
4397                  </section>                  </section>
4398    
4399                    <section title="Current number of active disk streams" anchor="GET TOTAL_STREAM_COUNT" lscp_cmd="true">
4400                        <t>The front-end can ask for the current number of active disk streams on
4401                        the sampler by sending the following command:</t>
4402                        <t>
4403                            <list>
4404                                <t>GET TOTAL_STREAM_COUNT</t>
4405                            </list>
4406                        </t>
4407    
4408                        <t>Possible Answers:</t>
4409                        <t>
4410                            <list>
4411                                <t>LinuxSampler will answer by returning the number of all active
4412                                disk streams on the sampler.</t>
4413                            </list>
4414                        </t>
4415                    </section>
4416    
4417                  <section title="Reset sampler" anchor="RESET">                  <section title="Reset sampler" anchor="RESET">
4418                      <t>The front-end can reset the whole sampler by sending the following command:</t>                      <t>The front-end can reset the whole sampler by sending the following command:</t>
4419                      <t>                      <t>
# Line 3924  Schoenebeck'> Line 4440  Schoenebeck'>
4440                      </t>                      </t>
4441                  </section>                  </section>
4442    
4443                  <section title="General sampler informations" anchor="GET SERVER INFO">                  <section title="General sampler informations" anchor="GET SERVER INFO" lscp_cmd="true">
4444                      <t>The client can ask for general informations about the LinuxSampler                      <t>The client can ask for general informations about the LinuxSampler
4445                         instance by sending the following command:</t>                         instance by sending the following command:</t>
4446                      <t>                      <t>
# Line 3945  Schoenebeck'> Line 4461  Schoenebeck'>
4461                                  <list>                                  <list>
4462                                      <t>DESCRIPTION -                                      <t>DESCRIPTION -
4463                                          <list>                                          <list>
4464                                              <t>arbitrary textual description about the sampler</t>                                              <t>arbitrary textual description about the sampler
4465                                                (note that the character string may contain
4466                                                <xref target="character_set">escape sequences</xref>)</t>
4467                                          </list>                                          </list>
4468                                      </t>                                      </t>
4469                                      <t>VERSION -                                      <t>VERSION -
# Line 3959  Schoenebeck'> Line 4477  Schoenebeck'>
4477                                              complies with (see <xref target="LSCP versioning" /> for details)</t>                                              complies with (see <xref target="LSCP versioning" /> for details)</t>
4478                                          </list>                                          </list>
4479                                      </t>                                      </t>
4480                                        <t>INSTRUMENTS_DB_SUPPORT -
4481                                            <list>
4482                                                <t>either yes or no, specifies whether the
4483                                                sampler is build with instruments database support.</t>
4484                                            </list>
4485                                        </t>
4486                                  </list>                                  </list>
4487                              </t>                              </t>
4488                          </list>                          </list>
4489                      </t>                      </t>
4490                      <t>The mentioned fields above don't have to be in particular order.                      <t>The mentioned fields above don't have to be in particular order.
4491                      Other fields might be added in future.</t>                      Other fields might be added in future.</t>
4492                        
4493                        <t>Example:</t>
4494                        <t>
4495                            <list>
4496                                <t>C: "GET SERVER INFO"</t>
4497                                <t>S: "DESCRIPTION: LinuxSampler - modular, streaming capable sampler"</t>
4498                                <t>&nbsp;&nbsp;&nbsp;"VERSION: 1.0.0.svn23"</t>
4499                                <t>&nbsp;&nbsp;&nbsp;"PROTOCOL_VERSION: 1.5"</t>
4500                                <t>&nbsp;&nbsp;&nbsp;"INSTRUMENTS_DB_SUPPORT: no"</t>
4501                                <t>&nbsp;&nbsp;&nbsp;"."</t>
4502                            </list>
4503                        </t>
4504                  </section>                  </section>
4505    
4506                  <section title="Getting global volume attenuation" anchor="GET VOLUME">                  <section title="Getting global volume attenuation" anchor="GET VOLUME" lscp_cmd="true">
4507                      <t>The client can ask for the current global sampler-wide volume                      <t>The client can ask for the current global sampler-wide volume
4508                      attenuation by sending the following command:</t>                      attenuation by sending the following command:</t>
4509                      <t>                      <t>
# Line 3989  Schoenebeck'> Line 4525  Schoenebeck'>
4525                      use this parameter.</t>                      use this parameter.</t>
4526                  </section>                  </section>
4527    
4528                  <section title="Setting global volume attenuation" anchor="SET VOLUME">                  <section title="Setting global volume attenuation" anchor="SET VOLUME" lscp_cmd="true">
4529                      <t>The client can alter the current global sampler-wide volume                      <t>The client can alter the current global sampler-wide volume
4530                      attenuation by sending the following command:</t>                      attenuation by sending the following command:</t>
4531                      <t>                      <t>
# Line 4025  Schoenebeck'> Line 4561  Schoenebeck'>
4561                          </list>                          </list>
4562                      </t>                      </t>
4563                  </section>                  </section>
4564    
4565                    <section title="Getting global voice limit" anchor="GET VOICES" lscp_cmd="true">
4566                        <t>The client can ask for the current global sampler-wide limit
4567                           for maximum voices by sending the following command:</t>
4568                        <t>
4569                            <list>
4570                                <t>GET VOICES</t>
4571                            </list>
4572                        </t>
4573                        <t>Possible Answers:</t>
4574                        <t>
4575                            <list>
4576                                <t>LinuxSampler will answer by returning the number for
4577                                   the current limit of maximum voices.</t>
4578                            </list>
4579                        </t>
4580    
4581                        <t>The voice limit setting defines how many voices should maximum
4582                           be processed by the sampler at the same time. If the user
4583                           triggers new notes which would exceed that voice limit, the
4584                           sampler engine will react by stealing old voices for those
4585                           newly triggered notes. Note that the amount of voices triggered
4586                           by a new note can be larger than one and is dependent to the
4587                           respective instrument and probably further criterias.</t>
4588                    </section>
4589    
4590                    <section title="Setting global voice limit" anchor="SET VOICES" lscp_cmd="true">
4591                        <t>The client can alter the current global sampler-wide limit
4592                        for maximum voices by sending the following command:</t>
4593                        <t>
4594                            <list>
4595                                <t>SET VOICES &lt;max-voices&gt;</t>
4596                            </list>
4597                        </t>
4598                       <t>Where &lt;max-voices&gt; should be replaced by the integer
4599                       value, reflecting the new global amount limit of maximum voices.
4600                       This value has to be larger than 0.</t>
4601    
4602                        <t>Possible Answers:</t>
4603                        <t>
4604                            <list>
4605                                <t>"OK" -
4606                                    <list>
4607                                        <t>on success</t>
4608                                    </list>
4609                                </t>
4610                                <t>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
4611                                    <list>
4612                                        <t>if the voice limit was set, but there are noteworthy
4613                                        issue(s) related, providing an appropriate warning code and
4614                                        warning message</t>
4615                                    </list>
4616                                </t>
4617                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
4618                                    <list>
4619                                        <t>in case it failed, providing an appropriate error code and error message</t>
4620                                    </list>
4621                                </t>
4622                            </list>
4623                        </t>
4624    
4625                        <t>Note: the given value will be passed to all sampler engine instances.
4626                           The total amount of maximum voices on the running system might thus
4627                           be as big as the given value multiplied by the current amount of engine
4628                           instances.</t>
4629    
4630                         <t>Caution: when adjusting the voice limit, you SHOULD also
4631                            adjust the disk stream limit respectively and vice versa.</t>
4632                    </section>
4633    
4634                    <section title="Getting global disk stream limit" anchor="GET STREAMS" lscp_cmd="true">
4635                        <t>The client can ask for the current global sampler-wide limit
4636                           for maximum disk streams by sending the following command:</t>
4637                        <t>
4638                            <list>
4639                                <t>GET STREAMS</t>
4640                            </list>
4641                        </t>
4642                        <t>Possible Answers:</t>
4643                        <t>
4644                            <list>
4645                                <t>LinuxSampler will answer by returning the number for
4646                                   the current limit of maximum disk streams.</t>
4647                            </list>
4648                        </t>
4649    
4650                        <t>The disk stream limit setting defines how many disk streams should
4651                           maximum be processed by a sampler engine at the same time. The
4652                           higher this value, the more memory (RAM) will be occupied, since
4653                           every disk streams allocates a certain buffer size for being able
4654                           to perform its streaming operations.</t>
4655                    </section>
4656    
4657                    <section title="Setting global disk stream limit" anchor="SET STREAMS" lscp_cmd="true">
4658                        <t>The client can alter the current global sampler-wide limit
4659                        for maximum disk streams by sending the following command:</t>
4660                        <t>
4661                            <list>
4662                                <t>SET STREAMS &lt;max-streams&gt;</t>
4663                            </list>
4664                        </t>
4665                       <t>Where &lt;max-streams&gt; should be replaced by the integer
4666                       value, reflecting the new global amount limit of maximum disk streams.
4667                       This value has to be positive.</t>
4668    
4669                        <t>Possible Answers:</t>
4670                        <t>
4671                            <list>
4672                                <t>"OK" -
4673                                    <list>
4674                                        <t>on success</t>
4675                                    </list>
4676                                </t>
4677                                <t>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
4678                                    <list>
4679                                        <t>if the disk stream limit was set, but there are noteworthy
4680                                        issue(s) related, providing an appropriate warning code and
4681                                        warning message</t>
4682                                    </list>
4683                                </t>
4684                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
4685                                    <list>
4686                                        <t>in case it failed, providing an appropriate error code and error message</t>
4687                                    </list>
4688                                </t>
4689                            </list>
4690                        </t>
4691    
4692                        <t>Note: the given value will be passed to all sampler engine instances.
4693                           The total amount of maximum disk streams on the running system might
4694                           thus be as big as the given value multiplied by the current amount of
4695                           engine instances.</t>
4696    
4697                         <t>Caution: when adjusting the disk stream limit, you SHOULD also
4698                            adjust the voice limit respectively and vice versa.</t>
4699                    </section>
4700    
4701              </section>              </section>
4702    
4703    
# Line 4055  Schoenebeck'> Line 4728  Schoenebeck'>
4728                  cause the sampler to switch to the respective instrument as                  cause the sampler to switch to the respective instrument as
4729                  reflected by the current MIDI instrument map.</t>                  reflected by the current MIDI instrument map.</t>
4730    
4731                  <section title="Create a new MIDI instrument map" anchor="ADD MIDI_INSTRUMENT MAP">                  <section title="Create a new MIDI instrument map" anchor="ADD MIDI_INSTRUMENT_MAP" lscp_cmd="true">
4732                      <t>The front-end can add a new MIDI instrument map by sending                      <t>The front-end can add a new MIDI instrument map by sending
4733                      the following command:</t>                      the following command:</t>
4734                      <t>                      <t>
# Line 4065  Schoenebeck'> Line 4738  Schoenebeck'>
4738                      </t>                      </t>
4739                      <t>Where &lt;name&gt; is an optional argument allowing to                      <t>Where &lt;name&gt; is an optional argument allowing to
4740                      assign a custom name to the new map. MIDI instrument Map                      assign a custom name to the new map. MIDI instrument Map
4741                      names do not have to be unique.</t>                      names do not have to be unique, but MUST be encapsulated
4742                        into apostrophes and support escape sequences as described
4743                        in chapter "<xref target="character_set">Character Set and Escape Sequences</xref>".
4744                        </t>
4745    
4746                      <t>Possible Answers:</t>                      <t>Possible Answers:</t>
4747                      <t>                      <t>
# Line 4108  Schoenebeck'> Line 4784  Schoenebeck'>
4784                      </t>                      </t>
4785                  </section>                  </section>
4786    
4787                  <section title="Delete one particular or all MIDI instrument maps" anchor="REMOVE MIDI_INSTRUMENT_MAP">                  <section title="Delete one particular or all MIDI instrument maps" anchor="REMOVE MIDI_INSTRUMENT_MAP" lscp_cmd="true">
4788                      <t>The front-end can delete a particular MIDI instrument map                      <t>The front-end can delete a particular MIDI instrument map
4789                      by sending the following command:</t>                      by sending the following command:</t>
4790                      <t>                      <t>
# Line 4158  Schoenebeck'> Line 4834  Schoenebeck'>
4834                      </t>                      </t>
4835                  </section>                  </section>
4836    
4837                  <section title="Get amount of existing MIDI instrument maps" anchor="GET MIDI_INSTRUMENT_MAPS">                  <section title="Get amount of existing MIDI instrument maps" anchor="GET MIDI_INSTRUMENT_MAPS" lscp_cmd="true">
4838                      <t>The front-end can retrieve the current amount of MIDI                      <t>The front-end can retrieve the current amount of MIDI
4839                      instrument maps by sending the following command:</t>                      instrument maps by sending the following command:</t>
4840                      <t>                      <t>
# Line 4184  Schoenebeck'> Line 4860  Schoenebeck'>
4860                      </t>                      </t>
4861                  </section>                  </section>
4862    
4863                  <section title="Getting all created MIDI instrument maps" anchor="LIST MIDI_INSTRUMENT_MAPS">                  <section title="Getting all created MIDI instrument maps" anchor="LIST MIDI_INSTRUMENT_MAPS" lscp_cmd="true">
4864                      <t>The number of MIDI instrument maps can change on runtime. To get the                      <t>The number of MIDI instrument maps can change on runtime. To get the
4865                      current list of MIDI instrument maps, the front-end can send the                      current list of MIDI instrument maps, the front-end can send the
4866                      following command:</t>                      following command:</t>
# Line 4209  Schoenebeck'> Line 4885  Schoenebeck'>
4885                      </t>                      </t>
4886                  </section>                  </section>
4887    
4888                  <section title="Getting MIDI instrument map information" anchor="GET MIDI_INSTRUMENT_MAP INFO">                  <section title="Getting MIDI instrument map information" anchor="GET MIDI_INSTRUMENT_MAP INFO" lscp_cmd="true">
4889                      <t>The front-end can ask for the current settings of a MIDI                      <t>The front-end can ask for the current settings of a MIDI
4890                      instrument map by sending the following command:</t>                      instrument map by sending the following command:</t>
4891                      <t>                      <t>
# Line 4236  Schoenebeck'> Line 4912  Schoenebeck'>
4912                                      <t>NAME -                                      <t>NAME -
4913                                          <list>                                          <list>
4914                                              <t>custom name of the given map,                                              <t>custom name of the given map,
4915                                              which does not have to be unique</t>                                              which does not have to be unique
4916                                                (note that this character string may contain
4917                                                 <xref target="character_set">escape sequences</xref>)</t>
4918                                          </list>                                          </list>
4919                                      </t>                                      </t>
4920                                      <t>DEFAULT -                                      <t>DEFAULT -
# Line 4262  Schoenebeck'> Line 4940  Schoenebeck'>
4940                      </t>                      </t>
4941                  </section>                  </section>
4942    
4943                  <section title="Renaming a MIDI instrument map" anchor="SET MIDI_INSTRUMENT_MAP NAME">                  <section title="Renaming a MIDI instrument map" anchor="SET MIDI_INSTRUMENT_MAP NAME" lscp_cmd="true">
4944                      <t>The front-end can alter the custom name of a MIDI                      <t>The front-end can alter the custom name of a MIDI
4945                      instrument map by sending the following command:</t>                      instrument map by sending the following command:</t>
4946                      <t>                      <t>
# Line 4272  Schoenebeck'> Line 4950  Schoenebeck'>
4950                      </t>                      </t>
4951                      <t>Where &lt;map&gt; is the numerical ID of the map and                      <t>Where &lt;map&gt; is the numerical ID of the map and
4952                      &lt;name&gt; the new custom name of the map, which does not                      &lt;name&gt; the new custom name of the map, which does not
4953                      have to be unique.</t>                      have to be unique (name MUST be encapsulated into apostrophes
4954                        and supports escape sequences as described in chapter
4955                        "<xref target="character_set">Character Set and Escape Sequences</xref>").
4956                        </t>
4957    
4958                      <t>Possible Answers:</t>                      <t>Possible Answers:</t>
4959                      <t>                      <t>
# Line 4299  Schoenebeck'> Line 4980  Schoenebeck'>
4980                      </t>                      </t>
4981                  </section>                  </section>
4982    
4983                  <section title="Create or replace a MIDI instrument map entry" anchor="MAP MIDI_INSTRUMENT">                  <section title="Create or replace a MIDI instrument map entry" anchor="MAP MIDI_INSTRUMENT" lscp_cmd="true">
4984                      <t>The front-end can create a new or replace an existing entry                      <t>The front-end can create a new or replace an existing entry
4985                      in a sampler's MIDI instrument map by sending the following                      in a sampler's MIDI instrument map by sending the following
4986                      command:</t>                      command:</t>
# Line 4319  Schoenebeck'> Line 5000  Schoenebeck'>
5000                      index, &lt;engine_name&gt; a sampler engine name as returned by                      index, &lt;engine_name&gt; a sampler engine name as returned by
5001                      the <xref target="LIST AVAILABLE_ENGINES">"LIST AVAILABLE_ENGINES"</xref>                      the <xref target="LIST AVAILABLE_ENGINES">"LIST AVAILABLE_ENGINES"</xref>
5002                      command (not encapsulated into apostrophes), &lt;filename&gt; the name                      command (not encapsulated into apostrophes), &lt;filename&gt; the name
5003                      of the instrument's file to be deployed (encapsulated into apostrophes),                      of the instrument's file to be deployed (encapsulated into apostrophes,
5004                        supporting escape sequences as described in chapter
5005                        "<xref target="character_set">Character Set and Escape Sequences</xref>"),
5006                      &lt;instrument_index&gt; the index (integer value) of the instrument                      &lt;instrument_index&gt; the index (integer value) of the instrument
5007                      within the given file, &lt;volume_value&gt; reflects the master                      within the given file, &lt;volume_value&gt; reflects the master
5008                      volume of the instrument as optionally dotted number (where a                      volume of the instrument as optionally dotted number (where a
# Line 4401  Schoenebeck'> Line 5084  Schoenebeck'>
5084                      load modes of entries, the frontend should retrieve the actual                      load modes of entries, the frontend should retrieve the actual
5085                      mode by i.e. sending                      mode by i.e. sending
5086                      <xref target="GET MIDI_INSTRUMENT INFO">"GET MIDI_INSTRUMENT INFO"</xref>                      <xref target="GET MIDI_INSTRUMENT INFO">"GET MIDI_INSTRUMENT INFO"</xref>
5087                      command(s). Finally the OPTIONAL &lt;name&gt; argument allows to                      command(s). Finally the OPTIONAL &lt;name&gt; argument allows to set a custom name
5088                      set a custom name (encapsulated into apostrophes) for the mapping                      (encapsulated into apostrophes, supporting escape sequences as described in chapter
5089                      entry, useful for frontends for displaying an appropriate name for                      "<xref target="character_set">Character Set and Escape Sequences</xref>") for the
5090                        mapping entry, useful for frontends for displaying an appropriate name for
5091                      mapped instruments (using                      mapped instruments (using
5092                      <xref target="GET MIDI_INSTRUMENT INFO">"GET MIDI_INSTRUMENT INFO"</xref>).                      <xref target="GET MIDI_INSTRUMENT INFO">"GET MIDI_INSTRUMENT INFO"</xref>).
5093                      </t>                      </t>
# Line 4469  Schoenebeck'> Line 5153  Schoenebeck'>
5153                      </t>                      </t>
5154                  </section>                  </section>
5155    
5156                  <section title="Getting ammount of MIDI instrument map entries" anchor="GET MIDI_INSTRUMENTS">                  <section title="Getting amount of MIDI instrument map entries" anchor="GET MIDI_INSTRUMENTS" lscp_cmd="true">
5157                      <t>The front-end can query the amount of currently existing                      <t>The front-end can query the amount of currently existing
5158                      entries in a MIDI instrument map by sending the following                      entries in a MIDI instrument map by sending the following
5159                      command:</t>                      command:</t>
# Line 4509  Schoenebeck'> Line 5193  Schoenebeck'>
5193                      </t>                      </t>
5194                  </section>                  </section>
5195    
5196                  <section title="Getting indeces of all entries of a MIDI instrument map" anchor="LIST MIDI_INSTRUMENTS">                  <section title="Getting indeces of all entries of a MIDI instrument map" anchor="LIST MIDI_INSTRUMENTS" lscp_cmd="true">
5197                      <t>The front-end can query a list of all currently existing                      <t>The front-end can query a list of all currently existing
5198                      entries in a certain MIDI instrument map by sending the following                      entries in a certain MIDI instrument map by sending the following
5199                      command:</t>                      command:</t>
# Line 4552  Schoenebeck'> Line 5236  Schoenebeck'>
5236                      </t>                      </t>
5237                  </section>                  </section>
5238    
5239                  <section title="Remove an entry from the MIDI instrument map" anchor="UNMAP MIDI_INSTRUMENT">                  <section title="Remove an entry from the MIDI instrument map" anchor="UNMAP MIDI_INSTRUMENT" lscp_cmd="true">
5240                      <t>The front-end can delete an entry from a MIDI instrument                      <t>The front-end can delete an entry from a MIDI instrument
5241                      map by sending the following command:</t>                      map by sending the following command:</t>
5242                      <t>                      <t>
# Line 4594  Schoenebeck'> Line 5278  Schoenebeck'>
5278                      </t>                      </t>
5279                  </section>                  </section>
5280    
5281                  <section title="Get current settings of MIDI instrument map entry" anchor="GET MIDI_INSTRUMENT INFO">                  <section title="Get current settings of MIDI instrument map entry" anchor="GET MIDI_INSTRUMENT INFO" lscp_cmd="true">
5282                      <t>The front-end can retrieve the current settings of a certain                      <t>The front-end can retrieve the current settings of a certain
5283                      instrument map entry by sending the following command:</t>                      instrument map entry by sending the following command:</t>
5284                      <t>                      <t>
# Line 4627  Schoenebeck'> Line 5311  Schoenebeck'>
5311                                      name for this mapped instrument. It can be set and                                      name for this mapped instrument. It can be set and
5312                                      changed with the                                      changed with the
5313                                      <xref target="MAP MIDI_INSTRUMENT">"MAP MIDI_INSTRUMENT"</xref>                                      <xref target="MAP MIDI_INSTRUMENT">"MAP MIDI_INSTRUMENT"</xref>
5314                                      command and does not have to be unique.</t>                                      command and does not have to be unique.
5315                                        (note that this character string may contain
5316                                        <xref target="character_set">escape sequences</xref>)</t>
5317                                  </list>                                  </list>
5318                              </t>                              </t>
5319                              <t>"ENGINE_NAME" -                              <t>"ENGINE_NAME" -
# Line 4638  Schoenebeck'> Line 5324  Schoenebeck'>
5324                              </t>                              </t>
5325                              <t>"INSTRUMENT_FILE" -                              <t>"INSTRUMENT_FILE" -
5326                                  <list>                                  <list>
5327                                      <t>File name of the instrument.</t>                                      <t>File name of the instrument
5328                                        (note that this path may contain
5329                                        <xref target="character_set">escape sequences</xref>).</t>
5330                                  </list>                                  </list>
5331                              </t>                              </t>
5332                              <t>"INSTRUMENT_NR" -                              <t>"INSTRUMENT_NR" -
# Line 4650  Schoenebeck'> Line 5338  Schoenebeck'>
5338                                  <list>                                  <list>
5339                                      <t>Name of the loaded instrument as reflected by its file.                                      <t>Name of the loaded instrument as reflected by its file.
5340                                      In contrast to the "NAME" field, the "INSTRUMENT_NAME" field                                      In contrast to the "NAME" field, the "INSTRUMENT_NAME" field
5341                                      cannot be changed.</t>                                      cannot be changed (note that this character string may contain
5342                                        <xref target="character_set">escape sequences</xref>).</t>
5343                                  </list>                                  </list>
5344                              </t>                              </t>
5345                              <t>"LOAD_MODE" -                              <t>"LOAD_MODE" -
# Line 4686  Schoenebeck'> Line 5375  Schoenebeck'>
5375                      </t>                      </t>
5376                  </section>                  </section>
5377    
5378                  <section title="Clear MIDI instrument map" anchor="CLEAR MIDI_INSTRUMENTS">                  <section title="Clear MIDI instrument map" anchor="CLEAR MIDI_INSTRUMENTS" lscp_cmd="true">
5379                      <t>The front-end can clear a whole MIDI instrument map, that                      <t>The front-end can clear a whole MIDI instrument map, that
5380                      is delete all its entries by sending the following command:</t>                      is delete all its entries by sending the following command:</t>
5381                      <t>                      <t>
# Line 4734  Schoenebeck'> Line 5423  Schoenebeck'>
5423                  </section>                  </section>
5424              </section>              </section>
5425    
         </section>  
5426    
5427                <section title="Managing Instruments Database" anchor="Managing Instruments Database">
5428                    <t>The following commands describe how to use and manage
5429                    the instruments database.</t>
5430                    <t>Notice:</t>
5431                        <t>
5432                            <list>
5433                                <t>All command arguments representing a path or
5434                                instrument/directory name support escape sequences as described in chapter
5435                                "<xref target="character_set">Character Set and Escape Sequences</xref>".
5436                                </t>
5437                                <t>All occurrences of a forward slash in instrument and directory
5438                                   names are escaped with its hex (\x2f) or octal (\057) escape sequence.
5439                                </t>
5440                            </list>
5441                        </t>
5442    
5443                    <section title="Creating a new instrument directory" anchor="ADD DB_INSTRUMENT_DIRECTORY" lscp_cmd="true">
5444                        <t>The front-end can add a new instrument directory to the
5445                        instruments database by sending the following command:</t>
5446                        <t>
5447                            <list>
5448                                <t>ADD DB_INSTRUMENT_DIRECTORY &lt;dir&gt;</t>
5449                            </list>
5450                        </t>
5451                        <t>Where &lt;dir&gt; is the absolute path name of the directory
5452                        to be created (encapsulated into apostrophes).</t>
5453    
5454                        <t>Possible Answers:</t>
5455                        <t>
5456                            <list>
5457                                <t>"OK" -
5458                                    <list>
5459                                        <t>on success</t>
5460                                    </list>
5461                                </t>
5462                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5463                                    <list>
5464                                        <t>when the directory could not be created, which
5465                                        can happen if the directory already exists or the
5466                                        name contains not allowed symbols</t>
5467                                    </list>
5468                                </t>
5469                            </list>
5470                        </t>
5471    
5472                        <t>Examples:</t>
5473                        <t>
5474                            <list>
5475                                <t>C: "ADD DB_INSTRUMENT_DIRECTORY '/Piano Collection'"</t>
5476                                <t>S: "OK"</t>
5477                            </list>
5478                        </t>
5479                    </section>
5480    
5481                    <section title="Deleting an instrument directory" anchor="REMOVE DB_INSTRUMENT_DIRECTORY" lscp_cmd="true">
5482                        <t>The front-end can delete a particular instrument directory
5483                        from the instruments database by sending the following command:</t>
5484                        <t>
5485                            <list>
5486                                <t>REMOVE DB_INSTRUMENT_DIRECTORY [FORCE] &lt;dir&gt;</t>
5487                            </list>
5488                        </t>
5489                        <t>Where &lt;dir&gt; is the absolute path name of the directory
5490                        to delete. The optional FORCE argument can be used to
5491                        force the deletion of a non-empty directory and all its content.</t>
5492    
5493                        <t>Possible Answers:</t>
5494                        <t>
5495                            <list>
5496                                <t>"OK" -
5497                                    <list>
5498                                        <t>if the directory is deleted successfully</t>
5499                                    </list>
5500                                </t>
5501                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5502                                    <list>
5503                                        <t>if the given directory does not exist, or
5504                                        if trying to delete a non-empty directory,
5505                                        without using the FORCE argument.</t>
5506                                    </list>
5507                                </t>
5508                            </list>
5509                        </t>
5510    
5511                        <t>Examples:</t>
5512                        <t>
5513                            <list>
5514                                <t>C: "REMOVE DB_INSTRUMENT_DIRECTORY FORCE '/Piano Collection'"</t>
5515                                <t>S: "OK"</t>
5516                            </list>
5517                        </t>
5518                    </section>
5519    
5520                    <section title="Getting amount of instrument directories" anchor="GET DB_INSTRUMENT_DIRECTORIES" lscp_cmd="true">
5521                        <t>The front-end can retrieve the current amount of
5522                        directories in a specific directory by sending the following command:</t>
5523                        <t>
5524                            <list>
5525                                <t>GET DB_INSTRUMENT_DIRECTORIES [RECURSIVE] &lt;dir&gt;</t>
5526                            </list>
5527                        </t>
5528                        <t>Where &lt;dir&gt; should be replaced by the absolute path
5529                        name of the directory. If RECURSIVE is specified, the number of
5530                        all directories, including those located in subdirectories of the
5531                        specified directory, will be returned.</t>
5532    
5533                        <t>Possible Answers:</t>
5534                        <t>
5535                            <list>
5536                                <t>The current number of instrument directories
5537                                in the specified directory.</t>
5538                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5539                                    <list>
5540                                        <t>if the given directory does not exist.</t>
5541                                    </list>
5542                                </t>
5543                            </list>
5544                        </t>
5545    
5546                        <t>Example:</t>
5547                        <t>
5548                            <list>
5549                                <t>C: "GET DB_INSTRUMENT_DIRECTORIES '/'"</t>
5550                                <t>S: "2"</t>
5551                            </list>
5552                        </t>
5553                    </section>
5554    
5555                    <section title="Listing all directories in specific directory" anchor="LIST DB_INSTRUMENT_DIRECTORIES" lscp_cmd="true">
5556                        <t>The front-end can retrieve the current list of directories
5557                        in specific directory by sending the following command:</t>
5558                        <t>
5559                            <list>
5560                                <t>LIST DB_INSTRUMENT_DIRECTORIES [RECURSIVE] &lt;dir&gt;</t>
5561                            </list>
5562                        </t>
5563                        <t>Where &lt;dir&gt; should be replaced by the absolute path
5564                        name of the directory. If RECURSIVE is specified, the absolute path names
5565                        of all directories, including those located in subdirectories of the
5566                        specified directory, will be returned.</t>
5567    
5568                        <t>Possible Answers:</t>
5569                        <t>
5570                            <list>
5571                                <t>A comma separated list of all instrument directories
5572                                (encapsulated into apostrophes) in the specified directory.</t>
5573                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5574                                    <list>
5575                                        <t>if the given directory does not exist.</t>
5576                                    </list>
5577                                </t>
5578                            </list>
5579                        </t>
5580                        <t>Example:</t>
5581                        <t>
5582                            <list>
5583                                <t>C: "LIST DB_INSTRUMENT_DIRECTORIES '/'"</t>
5584                                <t>S: "'Piano Collection','Percussion Collection'"</t>
5585                            </list>
5586                        </t>
5587                        <t>
5588                            <list>
5589                                <t>C: "LIST DB_INSTRUMENT_DIRECTORIES RECURSIVE '/'"</t>
5590                                <t>S: "'/Piano Collection','/Piano Collection/Acoustic','/Piano Collection/Acoustic/New','/Percussion Collection'"</t>
5591                            </list>
5592                        </t>
5593                    </section>
5594    
5595                    <section title="Getting instrument directory information" anchor="GET DB_INSTRUMENT_DIRECTORY INFO" lscp_cmd="true">
5596                        <t>The front-end can ask for the current settings of an
5597                        instrument directory by sending the following command:</t>
5598                        <t>
5599                            <list>
5600                                <t>GET DB_INSTRUMENT_DIRECTORY INFO &lt;dir&gt;</t>
5601                            </list>
5602                        </t>
5603                        <t>Where &lt;dir&gt; should be replaced by the absolute path
5604                        name of the directory the front-end is interested in.</t>
5605    
5606                        <t>Possible Answers:</t>
5607                        <t>
5608                            <list>
5609                                <t>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
5610                                Each answer line begins with the settings category name
5611                                followed by a colon and then a space character &lt;SP&gt; and finally
5612                                the info character string to that setting category. At the
5613                                moment the following categories are defined:</t>
5614    
5615                                <t>
5616                                    <list>
5617                                        <t>DESCRIPTION -
5618                                            <list>
5619                                                <t>A brief description of the directory content.
5620                                                Note that the character string may contain
5621                                                <xref target="character_set">escape sequences</xref>.</t>
5622                                            </list>
5623                                        </t>
5624                                        <t>CREATED -
5625                                            <list>
5626                                                <t>The creation date and time of the directory,
5627                                                represented in "YYYY-MM-DD HH:MM:SS" format</t>
5628                                            </list>
5629                                        </t>
5630                                        <t>MODIFIED -
5631                                            <list>
5632                                                <t>The date and time of the last modification of the
5633                                                directory, represented in "YYYY-MM-DD HH:MM:SS" format</t>
5634                                            </list>
5635                                        </t>
5636                                    </list>
5637                                </t>
5638                            </list>
5639                        </t>
5640                        <t>The mentioned fields above don't have to be in particular order.</t>
5641    
5642                        <t>Example:</t>
5643                        <t>
5644                            <list>
5645                                <t>C: "GET DB_INSTRUMENT_DIRECTORY INFO '/Piano Collection'"</t>
5646                                <t>S: "DESCRIPTION: Piano collection of instruments in GigaSampler format."</t>
5647                                <t>&nbsp;&nbsp;&nbsp;"CREATED: 2007-02-05 10:23:12"</t>
5648                                <t>&nbsp;&nbsp;&nbsp;"MODIFIED: 2007-04-07 12:50:21"</t>
5649                                <t>&nbsp;&nbsp;&nbsp;"."</t>
5650                            </list>
5651                        </t>
5652                    </section>
5653    
5654                    <section title="Renaming an instrument directory" anchor="SET DB_INSTRUMENT_DIRECTORY NAME" lscp_cmd="true">
5655                        <t>The front-end can alter the name of a specific
5656                        instrument directory by sending the following command:</t>
5657                        <t>
5658                            <list>
5659                                <t>SET DB_INSTRUMENT_DIRECTORY NAME &lt;dir&gt; &lt;name&gt;</t>
5660                            </list>
5661                        </t>
5662                        <t>Where &lt;dir&gt; is the absolute path name of the directory and
5663                        &lt;name&gt; is the new name for that directory.</t>
5664    
5665                        <t>Possible Answers:</t>
5666                        <t>
5667                            <list>
5668                                <t>"OK" -
5669                                    <list>
5670                                        <t>on success</t>
5671                                    </list>
5672                                </t>
5673                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5674                                    <list>
5675                                        <t>in case the given directory does not exists,
5676                                        or if a directory with name equal to the new
5677                                        name already exists.</t>
5678                                    </list>
5679                                </t>
5680                            </list>
5681                        </t>
5682    
5683                        <t>Example:</t>
5684                        <t>
5685                            <list>
5686                                <t>C: "SET DB_INSTRUMENT_DIRECTORY NAME '/Piano Collection/Acustic' 'Acoustic'"</t>
5687                                <t>S: "OK"</t>
5688                            </list>
5689                        </t>
5690                    </section>
5691    
5692                    <section title="Moving an instrument directory" anchor="MOVE DB_INSTRUMENT_DIRECTORY" lscp_cmd="true">
5693                        <t>The front-end can move a specific
5694                        instrument directory by sending the following command:</t>
5695                        <t>
5696                            <list>
5697                                <t>MOVE DB_INSTRUMENT_DIRECTORY &lt;dir&gt; &lt;dst&gt;</t>
5698                            </list>
5699                        </t>
5700                        <t>Where &lt;dir&gt; is the absolute path name of the directory
5701                        to move and &lt;dst&gt; is the location where the directory will
5702                        be moved to.</t>
5703    
5704                        <t>Possible Answers:</t>
5705                        <t>
5706                            <list>
5707                                <t>"OK" -
5708                                    <list>
5709                                        <t>on success</t>
5710                                    </list>
5711                                </t>
5712                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5713                                    <list>
5714                                        <t>in case a given directory does not exists,
5715                                        or if a directory with name equal to the name
5716                                        of the specified directory already exists in
5717                                        the destination directory. Error is also thrown
5718                                        when trying to move a directory to a subdirectory
5719                                        of itself.</t>
5720                                    </list>
5721                                </t>
5722                            </list>
5723                        </t>
5724    
5725                        <t>Example:</t>
5726                        <t>
5727                            <list>
5728                                <t>C: "MOVE DB_INSTRUMENT_DIRECTORY '/Acoustic' '/Piano Collection/Acoustic'"</t>
5729                                <t>S: "OK"</t>
5730                            </list>
5731                        </t>
5732                    </section>
5733    
5734                    <section title="Copying instrument directories" anchor="COPY DB_INSTRUMENT_DIRECTORY" lscp_cmd="true">
5735                        <t>The front-end can copy a specific
5736                        instrument directory by sending the following command:</t>
5737                        <t>
5738                            <list>
5739                                <t>COPY DB_INSTRUMENT_DIRECTORY &lt;dir&gt; &lt;dst&gt;</t>
5740                            </list>
5741                        </t>
5742                        <t>Where &lt;dir&gt; is the absolute path name of the directory
5743                        to copy and &lt;dst&gt; is the location where the directory will
5744                        be copied to.</t>
5745    
5746                        <t>Possible Answers:</t>
5747                        <t>
5748                            <list>
5749                                <t>"OK" -
5750                                    <list>
5751                                        <t>on success</t>
5752                                    </list>
5753                                </t>
5754                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5755                                    <list>
5756                                        <t>in case a given directory does not exists,
5757                                        or if a directory with name equal to the name
5758                                        of the specified directory already exists in
5759                                        the destination directory. Error is also thrown
5760                                        when trying to copy a directory to a subdirectory
5761                                        of itself.</t>
5762                                    </list>
5763                                </t>
5764                            </list>
5765                        </t>
5766    
5767                        <t>Example:</t>
5768                        <t>
5769                            <list>
5770                                <t>C: "COPY DB_INSTRUMENT_DIRECTORY '/Piano Collection/Acoustic' '/Acoustic/Pianos'"</t>
5771                                <t>S: "OK"</t>
5772                            </list>
5773                        </t>
5774                    </section>
5775    
5776                    <section title="Changing the description of directory" anchor="SET DB_INSTRUMENT_DIRECTORY DESCRIPTION" lscp_cmd="true">
5777                        <t>The front-end can alter the description of a specific
5778                        instrument directory by sending the following command:</t>
5779                        <t>
5780                            <list>
5781                                <t>SET DB_INSTRUMENT_DIRECTORY DESCRIPTION &lt;dir&gt; &lt;desc&gt;</t>
5782                            </list>
5783                        </t>
5784                        <t>Where &lt;dir&gt; is the absolute path name of the directory and
5785                        &lt;desc&gt; is the new description for the directory
5786                        (encapsulated into apostrophes, supporting escape sequences as described in chapter
5787                        "<xref target="character_set">Character Set and Escape Sequences</xref>").</t>
5788    
5789                        <t>Possible Answers:</t>
5790                        <t>
5791                            <list>
5792                                <t>"OK" -
5793                                    <list>
5794                                        <t>on success</t>
5795                                    </list>
5796                                </t>
5797                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5798                                    <list>
5799                                        <t>in case the given directory does not exists.</t>
5800                                    </list>
5801                                </t>
5802                            </list>
5803                        </t>
5804    
5805                        <t>Example:</t>
5806                        <t>
5807                            <list>
5808                                <t>C: "SET DB_INSTRUMENT_DIRECTORY DESCRIPTION '/Piano Collection' 'A collection of piano instruments in various format.'"</t>
5809                                <t>S: "OK"</t>
5810                            </list>
5811                        </t>
5812                    </section>
5813    
5814                    <section title="Finding directories" anchor="FIND DB_INSTRUMENT_DIRECTORIES" lscp_cmd="true">
5815                        <t>The front-end can search for directories
5816                        in specific directory by sending the following command:</t>
5817                        <t>
5818                            <list>
5819                                <t>FIND DB_INSTRUMENT_DIRECTORIES [NON_RECURSIVE] &lt;dir&gt; &lt;criteria-list&gt;</t>
5820                            </list>
5821                        </t>
5822                        <t>Where &lt;dir&gt; should be replaced by the absolute path
5823                        name of the directory to search in. If NON_RECURSIVE is specified, the
5824                        directories located in subdirectories of the specified directory will not
5825                        be searched. &lt;criteria-list&gt; is a list of search criterias
5826                        in form of "key1=val1 key2=val2 ...". The following criterias are
5827                        allowed:</t>
5828                        <t>
5829                          <t>NAME='&lt;search-string&gt;'
5830                              <list>
5831                                  <t>Restricts the search to directories, which names
5832                                  satisfy the supplied search string (encapsulated into apostrophes,
5833                                  supporting escape sequences as described in chapter
5834                                  "<xref target="character_set">Character Set and Escape Sequences</xref>").</t>
5835                              </list>
5836                          </t>
5837    
5838                          <t>CREATED='[&lt;date-after&gt;]..[&lt;date-before&gt;]'
5839                              <list>
5840                                  <t>Restricts the search to directories, which creation
5841                                  date satisfies the specified period, where &lt;date-after&gt;
5842                                  and &lt;date-before&gt; are in "YYYY-MM-DD HH:MM:SS" format.
5843                                  If &lt;date-after&gt; is omitted the search is restricted to
5844                                  directories created before &lt;date-before&gt;. If
5845                                  &lt;date-before&gt; is omitted, the search is restricted
5846                                  to directories created after &lt;date-after&gt;.</t>
5847                              </list>
5848                          </t>
5849    
5850                          <t>MODIFIED='[&lt;date-after&gt;]..[&lt;date-before&gt;]'
5851                              <list>
5852                                  <t>Restricts the search to directories, which
5853                                  date of last modification satisfies the specified period, where
5854                                  &lt;date-after&gt; and &lt;date-before&gt; are in "YYYY-MM-DD HH:MM:SS"
5855                                  format. If &lt;date-after&gt; is omitted the search is restricted to
5856                                  directories, which are last modified before &lt;date-before&gt;. If
5857                                  &lt;date-before&gt; is omitted, the search is restricted to directories,
5858                                  which are last modified after &lt;date-after&gt;.</t>
5859                              </list>
5860                          </t>
5861    
5862                          <t>DESCRIPTION='&lt;search-string&gt;'
5863                              <list>
5864                                  <t>Restricts the search to directories with description
5865                                  that satisfies the supplied search string
5866                                  (encapsulated into apostrophes, supporting escape
5867                                  sequences as described in chapter
5868                                  "<xref target="character_set">Character Set and Escape Sequences</xref>").</t>
5869                              </list>
5870                          </t>
5871                        </t>
5872    
5873                        <t>Where &lt;search-string&gt; is either a regular expression, or a
5874                        word list separated with spaces for OR search and with '+' for AND search.</t>
5875    
5876                        <t>Possible Answers:</t>
5877                        <t>
5878                            <list>
5879                                <t>A comma separated list with the absolute path names (encapsulated into
5880                                apostrophes) of all directories in the specified directory that satisfy
5881                                the supplied search criterias.</t>
5882                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5883                                    <list>
5884                                        <t>if the given directory does not exist.</t>
5885                                    </list>
5886                                </t>
5887                            </list>
5888                        </t>
5889                        <t>Example:</t>
5890                        <t>
5891                            <list>
5892                                <t>C: "FIND DB_INSTRUMENT_DIRECTORIES '/' NAME='Piano'"</t>
5893                                <t>S: "'/Piano Collection'"</t>
5894                            </list>
5895                        </t>
5896                        <t>
5897                            <list>
5898                                <t>C: "FIND DB_INSTRUMENT_DIRECTORIES '/' CREATED='..2007-04-01 09:30:13'"</t>
5899                                <t>S: "'/Piano Collection','/Percussions'"</t>
5900                            </list>
5901                        </t>
5902                    </section>
5903    
5904                    <section title="Adding instruments to the instruments database" anchor="ADD DB_INSTRUMENTS" lscp_cmd="true">
5905                        <t>The front-end can add one or more instruments
5906                        to the instruments database by sending the following command:</t>
5907                        <t>
5908                            <list>
5909                                <t>ADD DB_INSTRUMENTS [NON_MODAL] [&lt;mode&gt;[ FILE_AS_DIR]] &lt;db_dir&gt; &lt;file_path&gt; [&lt;instr_index&gt;]</t>
5910                            </list>
5911                        </t>
5912                        <t>Where &lt;db_dir&gt; is the absolute path name of a directory
5913                        (encapsulated into apostrophes) in the instruments database in which
5914                        only the new instruments (that are not already in the database) will
5915                        be added, &lt;file_path&gt; is the absolute path name of a file or
5916                        directory in the file system (encapsulated into apostrophes). In case
5917                        an instrument file is supplied, only the instruments in the specified
5918                        file will be added to the instruments database. If the optional
5919                        &lt;instr_index&gt; (the index of the instrument within the given file)
5920                        is supplied too, then only the specified instrument will be added.
5921                        In case a directory is supplied, the instruments in that directory
5922                        will be added. The OPTIONAL &lt;mode&gt; argument is only applied
5923                        when a directory is provided as &lt;file_path&gt; and specifies how the
5924                        scanning will be done and has exactly the following possibilities:</t>
5925                        <t>
5926                            <list>
5927                                <t>"RECURSIVE" -
5928                                    <list>
5929                                        <t>All instruments will be processed, including those
5930                                        in the subdirectories, and the respective subdirectory
5931                                        tree structure will be recreated in the instruments
5932                                        database</t>
5933                                    </list>
5934                                </t>
5935                                <t>"NON_RECURSIVE" -
5936                                    <list>
5937                                        <t>Only the instruments in the specified directory
5938                                        will be added, the instruments in the subdirectories
5939                                        will not be processed.</t>
5940                                    </list>
5941                                </t>
5942                                <t>"FLAT" -
5943                                    <list>
5944                                        <t>All instruments will be processed, including those
5945                                        in the subdirectories, but the respective subdirectory
5946                                        structure will not be recreated in the instruments
5947                                        database. All instruments will be added directly in
5948                                        the specified database directory.</t>
5949                                    </list>
5950                                </t>
5951                            </list>
5952                        </t>
5953    
5954                     <t> If FILE_AS_DIR argument is supplied, all instruments in an instrument
5955                     file will be added to a separate directory in the instruments database, which
5956                     name will be the name of the instrument file with the file extension stripped off.
5957                     </t>
5958                     <t>The difference between regular and NON_MODAL versions of the command
5959                        is that the regular command returns when the scanning is finished
5960                        while NON_MODAL version returns immediately and a background process is launched.
5961                        The <xref target="GET DB_INSTRUMENTS_JOB INFO">GET DB_INSTRUMENTS_JOB INFO</xref>
5962                        command can be used to monitor the scanning progress.</t>
5963    
5964                        <t>Possible Answers:</t>
5965                        <t>
5966                            <list>
5967                                <t>"OK" -
5968                                    <list>
5969                                        <t>on success when NON_MODAL is not supplied</t>
5970                                    </list>
5971                                </t>
5972                                <t>"OK[&lt;job-id&gt;]" -
5973                                    <list>
5974                                        <t>on success when NON_MODAL is supplied, where &lt;job-id&gt;
5975                                        is a numerical ID used to obtain status information about the job progress.
5976                                        See <xref target="GET DB_INSTRUMENTS_JOB INFO">GET DB_INSTRUMENTS_JOB INFO</xref>
5977                                        </t>
5978                                    </list>
5979                                </t>
5980                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5981                                    <list>
5982                                        <t>if an invalid path is specified.</t>
5983                                    </list>
5984                                </t>
5985                            </list>
5986                        </t>
5987    
5988                        <t>Examples:</t>
5989                        <t>
5990                            <list>
5991                                <t>C: "ADD DB_INSTRUMENTS '/Piano Collection' '/home/me/gigs/PMI Bosendorfer 290.gig' 0"</t>
5992                                <t>S: "OK"</t>
5993                            </list>
5994                        </t>
5995                    </section>
5996    
5997                    <section title="Removing an instrument" anchor="REMOVE DB_INSTRUMENT" lscp_cmd="true">
5998                        <t>The front-end can remove a particular instrument
5999                        from the instruments database by sending the following command:</t>
6000                        <t>
6001                            <list>
6002                                <t>REMOVE DB_INSTRUMENT &lt;instr_path&gt;</t>
6003                            </list>
6004                        </t>
6005                        <t>Where &lt;instr_path&gt; is the absolute path name
6006                        (in the instruments database) of the instrument to remove.</t>
6007    
6008                        <t>Possible Answers:</t>
6009                        <t>
6010                            <list>
6011                                <t>"OK" -
6012                                    <list>
6013                                        <t>if the instrument is removed successfully</t>
6014                                    </list>
6015                                </t>
6016                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6017                                    <list>
6018                                        <t>if the given path does not exist or
6019                                        is a directory.</t>
6020                                    </list>
6021                                </t>
6022                            </list>
6023                        </t>
6024    
6025                        <t>Examples:</t>
6026                        <t>
6027                            <list>
6028                                <t>C: "REMOVE DB_INSTRUMENT '/Piano Collection/Bosendorfer 290'"</t>
6029                                <t>S: "OK"</t>
6030                            </list>
6031                        </t>
6032                    </section>
6033    
6034                    <section title="Getting amount of instruments" anchor="GET DB_INSTRUMENTS" lscp_cmd="true">
6035                        <t>The front-end can retrieve the current amount of
6036                        instruments in a specific directory by sending the following command:</t>
6037                        <t>
6038                            <list>
6039                                <t>GET DB_INSTRUMENTS [RECURSIVE] &lt;dir&gt;</t>
6040                            </list>
6041                        </t>
6042                        <t>Where &lt;dir&gt; should be replaced by the absolute path name
6043                        of the directory. If RECURSIVE is specified, the number of all
6044                        instruments, including those located in subdirectories of the
6045                        specified directory, will be returned.</t>
6046    
6047                        <t>Possible Answers:</t>
6048                        <t>
6049                            <list>
6050                                <t>The current number of instruments
6051                                in the specified directory.</t>
6052                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6053                                    <list>
6054                                        <t>if the given directory does not exist.</t>
6055                                    </list>
6056                                </t>
6057                            </list>
6058                        </t>
6059    
6060                        <t>Example:</t>
6061                        <t>
6062                            <list>
6063                                <t>C: "GET DB_INSTRUMENTS '/Piano Collection'"</t>
6064                                <t>S: "2"</t>
6065                            </list>
6066                        </t>
6067                    </section>
6068    
6069                    <section title="Listing all instruments in specific directory" anchor="LIST DB_INSTRUMENTS" lscp_cmd="true">
6070                        <t>The front-end can retrieve the current list of instruments
6071                        in specific directory by sending the following command:</t>
6072                        <t>
6073                            <list>
6074                                <t>LIST DB_INSTRUMENTS [RECURSIVE] &lt;dir&gt;</t>
6075                            </list>
6076                        </t>
6077                        <t>Where &lt;dir&gt; should be replaced by the absolute path
6078                        name of the directory. If RECURSIVE is specified, the absolute path
6079                        names of all instruments, including those located in subdirectories
6080                        of the specified directory, will be returned.</t>
6081    
6082                        <t>Possible Answers:</t>
6083                        <t>
6084                            <list>
6085                                <t>A comma separated list of all instruments
6086                                (encapsulated into apostrophes) in the specified directory.</t>
6087                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6088                                    <list>
6089                                        <t>if the given directory does not exist.</t>
6090                                    </list>
6091                                </t>
6092                            </list>
6093                        </t>
6094                        <t>Example:</t>
6095                        <t>
6096                            <list>
6097                                <t>C: "LIST DB_INSTRUMENTS '/Piano Collection'"</t>
6098                                <t>S: "'Bosendorfer 290','Steinway D'"</t>
6099                            </list>
6100                        </t>
6101                        <t>
6102                            <list>
6103                                <t>C: "LIST DB_INSTRUMENTS RECURSIVE '/Piano Collection'"</t>
6104                                <t>S: "'/Piano Collection/Bosendorfer 290','/Piano Collection/Steinway D','/Piano Collection/Lite/Free Piano'"</t>
6105                            </list>
6106                        </t>
6107                    </section>
6108    
6109                    <section title="Getting instrument information" anchor="GET DB_INSTRUMENT INFO" lscp_cmd="true">
6110                        <t>The front-end can ask for the current settings of an
6111                        instrument by sending the following command:</t>
6112                        <t>
6113                            <list>
6114                                <t>GET DB_INSTRUMENT INFO &lt;instr_path&gt;</t>
6115                            </list>
6116                        </t>
6117                        <t>Where &lt;instr_path&gt; should be replaced by the absolute path
6118                        name of the instrument the front-end is interested in.</t>
6119    
6120                        <t>Possible Answers:</t>
6121                        <t>
6122                            <list>
6123                                <t>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
6124                                Each answer line begins with the settings category name
6125                                followed by a colon and then a space character &lt;SP&gt; and finally
6126                                the info character string to that setting category. At the
6127                                moment the following categories are defined:</t>
6128    
6129                                <t>
6130                                    <list>
6131                                        <t>INSTRUMENT_FILE -
6132                                            <list>
6133                                                <t>File name of the instrument.
6134                                                Note that the character string may contain
6135                                                <xref target="character_set">escape sequences</xref>.</t>
6136                                            </list>
6137                                        </t>
6138                                        <t>INSTRUMENT_NR -
6139                                            <list>
6140                                                <t>Index of the instrument within the file.</t>
6141                                            </list>
6142                                        </t>
6143                                        <t>FORMAT_FAMILY -
6144                                            <list>
6145                                                <t>The format family of the instrument.</t>
6146                                            </list>
6147                                        </t>
6148                                        <t>FORMAT_VERSION -
6149                                            <list>
6150                                                <t>The format version of the instrument.</t>
6151                                            </list>
6152                                        </t>
6153                                        <t>SIZE -
6154                                            <list>
6155                                                <t>The size of the instrument in bytes.</t>
6156                                            </list>
6157                                        </t>
6158                                        <t>CREATED -
6159                                            <list>
6160                                                <t>The date and time when the instrument is added
6161                                                in the instruments database, represented in
6162                                               "YYYY-MM-DD HH:MM:SS" format</t>
6163                                            </list>
6164                                        </t>
6165                                        <t>MODIFIED -
6166                                            <list>
6167                                                <t>The date and time of the last modification of the
6168                                                instrument's database settings, represented in
6169                                                "YYYY-MM-DD HH:MM:SS" format</t>
6170                                            </list>
6171                                        </t>
6172                                        <t>DESCRIPTION -
6173                                            <list>
6174                                                <t>A brief description of the instrument.
6175                                                Note that the character string may contain
6176                                                <xref target="character_set">escape sequences</xref>.</t>
6177                                            </list>
6178                                        </t>
6179                                        <t>IS_DRUM -
6180                                            <list>
6181                                                <t>either true or false, determines whether the
6182                                                instrument is a drumkit or a chromatic instrument</t>
6183                                            </list>
6184                                        </t>
6185                                        <t>PRODUCT -
6186                                            <list>
6187                                                <t>The product title of the instrument.
6188                                                Note that the character string may contain
6189                                                <xref target="character_set">escape sequences</xref>.</t>
6190                                            </list>
6191                                        </t>
6192                                        <t>ARTISTS -
6193                                            <list>
6194                                                <t>Lists the artist names.
6195                                                Note that the character string may contain
6196                                                <xref target="character_set">escape sequences</xref>.</t>
6197                                            </list>
6198                                        </t>
6199                                        <t>KEYWORDS -
6200                                            <list>
6201                                                <t>Provides a list of keywords that refer to the instrument.
6202                                                Keywords are separated with semicolon and blank.
6203                                                Note that the character string may contain
6204                                                <xref target="character_set">escape sequences</xref>.</t>
6205                                            </list>
6206                                        </t>
6207                                    </list>
6208                                </t>
6209                            </list>
6210                        </t>
6211                        <t>The mentioned fields above don't have to be in particular order.</t>
6212    
6213                        <t>Example:</t>
6214                        <t>
6215                            <list>
6216                                <t>C: "GET DB_INSTRUMENT INFO '/Piano Collection/Bosendorfer 290'"</t>
6217                                <t>S: "INSTRUMENT_FILE: /home/me/gigs/Bosendorfer 290.gig"</t>
6218                                <t>&nbsp;&nbsp;&nbsp;"INSTRUMENT_NR: 0"</t>
6219                                <t>&nbsp;&nbsp;&nbsp;"FORMAT_FAMILY: GIG"</t>
6220                                <t>&nbsp;&nbsp;&nbsp;"FORMAT_VERSION: 2"</t>
6221                                <t>&nbsp;&nbsp;&nbsp;"SIZE: 2050871870"</t>
6222                                <t>&nbsp;&nbsp;&nbsp;"CREATED: 2007-02-05 10:23:12"</t>
6223                                <t>&nbsp;&nbsp;&nbsp;"MODIFIED: 2007-04-07 12:50:21"</t>
6224                                <t>&nbsp;&nbsp;&nbsp;"DESCRIPTION: "</t>
6225                                <t>&nbsp;&nbsp;&nbsp;"IS_DRUM: false"</t>
6226                                <t>&nbsp;&nbsp;&nbsp;"PRODUCT: GRANDIOSO Bosendorfer 290"</t>
6227                                <t>&nbsp;&nbsp;&nbsp;"ARTISTS: Post Musical Instruments"</t>
6228                                <t>&nbsp;&nbsp;&nbsp;"KEYWORDS: Bosendorfer"</t>
6229                                <t>&nbsp;&nbsp;&nbsp;"."</t>
6230                            </list>
6231                        </t>
6232                    </section>
6233    
6234                    <section title="Renaming an instrument" anchor="SET DB_INSTRUMENT NAME" lscp_cmd="true">
6235                        <t>The front-end can alter the name of a specific
6236                        instrument by sending the following command:</t>
6237                        <t>
6238                            <list>
6239                                <t>SET DB_INSTRUMENT NAME &lt;instr&gt; &lt;name&gt;</t>
6240                            </list>
6241                        </t>
6242                        <t>Where &lt;instr&gt; is the absolute path name of the instrument and
6243                        &lt;name&gt; is the new name for that instrument.</t>
6244    
6245                        <t>Possible Answers:</t>
6246                        <t>
6247                            <list>
6248                                <t>"OK" -
6249                                    <list>
6250                                        <t>on success</t>
6251                                    </list>
6252                                </t>
6253                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6254                                    <list>
6255                                        <t>in case the given instrument does not exists,
6256                                        or if an instrument with name equal to the new
6257                                        name already exists.</t>
6258                                    </list>
6259                                </t>
6260                            </list>
6261                        </t>
6262    
6263                        <t>Example:</t>
6264                        <t>
6265                            <list>
6266                                <t>C: "SET DB_INSTRUMENT NAME '/Piano Collection/Bosendorfer' 'Bosendorfer 290'"</t>
6267                                <t>S: "OK"</t>
6268                            </list>
6269                        </t>
6270                    </section>
6271    
6272                    <section title="Moving an instrument" anchor="MOVE DB_INSTRUMENT" lscp_cmd="true">
6273                        <t>The front-end can move a specific instrument to another directory by
6274                        sending the following command:</t>
6275                        <t>
6276                            <list>
6277                                <t>MOVE DB_INSTRUMENT &lt;instr&gt; &lt;dst&gt;</t>
6278                            </list>
6279                        </t>
6280                        <t>Where &lt;instr&gt; is the absolute path name of the instrument
6281                        to move and &lt;dst&gt; is the directory where the instrument will
6282                        be moved to.</t>
6283    
6284                        <t>Possible Answers:</t>
6285                        <t>
6286                            <list>
6287                                <t>"OK" -
6288                                    <list>
6289                                        <t>on success</t>
6290                                    </list>
6291                                </t>
6292                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6293                                    <list>
6294                                        <t>in case the given instrument does not exists,
6295                                        or if an instrument with name equal to the name of the
6296                                        specified instrument already exists in the destination
6297                                        directory.</t>
6298                                    </list>
6299                                </t>
6300                            </list>
6301                        </t>
6302    
6303                        <t>Example:</t>
6304                        <t>
6305                            <list>
6306                                <t>C: "MOVE DB_INSTRUMENT '/Piano Collection/Bosendorfer 290' '/Piano Collection/Acoustic'"</t>
6307                                <t>S: "OK"</t>
6308                            </list>
6309                        </t>
6310                    </section>
6311    
6312                    <section title="Copying instruments" anchor="COPY DB_INSTRUMENT" lscp_cmd="true">
6313                        <t>The front-end can copy a specific instrument to another directory by
6314                        sending the following command:</t>
6315                        <t>
6316                            <list>
6317                                <t>COPY DB_INSTRUMENT &lt;instr&gt; &lt;dst&gt;</t>
6318                            </list>
6319                        </t>
6320                        <t>Where &lt;instr&gt; is the absolute path name of the instrument
6321                        to copy and &lt;dst&gt; is the directory where the instrument will
6322                        be copied to.</t>
6323    
6324                        <t>Possible Answers:</t>
6325                        <t>
6326                            <list>
6327                                <t>"OK" -
6328                                    <list>
6329                                        <t>on success</t>
6330                                    </list>
6331                                </t>
6332                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6333                                    <list>
6334                                        <t>in case the given instrument does not exists,
6335                                        or if an instrument with name equal to the name of the
6336                                        specified instrument already exists in the destination
6337                                        directory.</t>
6338                                    </list>
6339                                </t>
6340                            </list>
6341                        </t>
6342    
6343                        <t>Example:</t>
6344                        <t>
6345                            <list>
6346                                <t>C: "COPY DB_INSTRUMENT '/Piano Collection/Bosendorfer 290' '/Acoustic/Pianos/'"</t>
6347                                <t>S: "OK"</t>
6348                            </list>
6349                        </t>
6350                    </section>
6351    
6352                    <section title="Changing the description of instrument" anchor="SET DB_INSTRUMENT DESCRIPTION" lscp_cmd="true">
6353                        <t>The front-end can alter the description of a specific
6354                        instrument by sending the following command:</t>
6355                        <t>
6356                            <list>
6357                                <t>SET DB_INSTRUMENT DESCRIPTION &lt;instr&gt; &lt;desc&gt;</t>
6358                            </list>
6359                        </t>
6360                        <t>Where &lt;instr&gt; is the absolute path name of the instrument and
6361                        &lt;desc&gt; is the new description for the instrument
6362                        (encapsulated into apostrophes, supporting escape sequences as described in chapter
6363                        "<xref target="character_set">Character Set and Escape Sequences</xref>").</t>
6364    
6365                        <t>Possible Answers:</t>
6366                        <t>
6367                            <list>
6368                                <t>"OK" -
6369                                    <list>
6370                                        <t>on success</t>
6371                                    </list>
6372                                </t>
6373                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6374                                    <list>
6375                                        <t>in case the given instrument does not exists.</t>
6376                                    </list>
6377                                </t>
6378                            </list>
6379                        </t>
6380    
6381                        <t>Example:</t>
6382                        <t>
6383                            <list>
6384                                <t>C: "SET DB_INSTRUMENT DESCRIPTION '/Piano Collection/Acoustic/Bosendorfer 290' 'No comment :)'"</t>
6385                                <t>S: "OK"</t>
6386                            </list>
6387                        </t>
6388                    </section>
6389    
6390                    <section title="Finding instruments" anchor="FIND DB_INSTRUMENTS" lscp_cmd="true">
6391                        <t>The front-end can search for instruments
6392                        in specific directory by sending the following command:</t>
6393                        <t>
6394                            <list>
6395                                <t>FIND DB_INSTRUMENTS [NON_RECURSIVE] &lt;dir&gt; &lt;criteria-list&gt;</t>
6396                            </list>
6397                        </t>
6398                        <t>Where &lt;dir&gt; should be replaced by the absolute path
6399                        name of the directory to search in. If NON_RECURSIVE is specified, the
6400                        directories located in subdirectories of the specified directory will not
6401                        be searched. &lt;criteria-list&gt; is a list of search criterias
6402                        in form of "key1=val1 key2=val2 ...". The following criterias are
6403                        allowed:</t>
6404                        <t>
6405                          <t>NAME='&lt;search-string&gt;'
6406                              <list>
6407                                  <t>Restricts the search to instruments, which names
6408                                  satisfy the supplied search string (encapsulated into apostrophes,
6409                                  supporting escape sequences as described in chapter
6410                                  "<xref target="character_set">Character Set and Escape Sequences</xref>").</t>
6411                              </list>
6412                          </t>
6413    
6414                          <t>SIZE=[&lt;min&gt;]..[&lt;max&gt;]
6415                              <list>
6416                                  <t>Restricts the search to instruments, which
6417                                  size is in the specified range. If &lt;min&gt; is omitted,
6418                                  the search results are restricted to instruments with size less then
6419                                  or equal to &lt;max&gt;. If &lt;max&gt; is omitted, the
6420                                  search is restricted to instruments with size greater then
6421                                  or equal to &lt;min&gt;.</t>
6422                              </list>
6423                          </t>
6424    
6425                          <t>CREATED='[&lt;date-after&gt;]..[&lt;date-before&gt;]'
6426                              <list>
6427                                  <t>Restricts the search to instruments, which creation
6428                                  date satisfies the specified period, where &lt;date-after&gt;
6429                                  and &lt;date-before&gt; are in "YYYY-MM-DD HH:MM:SS" format.
6430                                  If &lt;date-after&gt; is omitted the search is restricted to
6431                                  instruments created before &lt;date-before&gt;. If
6432                                  &lt;date-before&gt; is omitted, the search is restricted
6433                                  to instruments created after &lt;date-after&gt;.</t>
6434                              </list>
6435                          </t>
6436    
6437                          <t>MODIFIED='[&lt;date-after&gt;]..[&lt;date-before&gt;]'
6438                              <list>
6439                                  <t>Restricts the search to instruments, which
6440                                  date of last modification satisfies the specified period, where
6441                                  &lt;date-after&gt; and &lt;date-before&gt; are in "YYYY-MM-DD HH:MM:SS"
6442                                  format. If &lt;date-after&gt; is omitted the search is restricted to
6443                                  instruments, which are last modified before &lt;date-before&gt;. If
6444                                  &lt;date-before&gt; is omitted, the search is restricted to instruments,
6445                                  which are last modified after &lt;date-after&gt;.</t>
6446                              </list>
6447                          </t>
6448    
6449                          <t>DESCRIPTION='&lt;search-string&gt;'
6450                              <list>
6451                                  <t>Restricts the search to instruments with description
6452                                  that satisfies the supplied search string (encapsulated into apostrophes,
6453                                  supporting escape sequences as described in chapter
6454                                  "<xref target="character_set">Character Set and Escape Sequences</xref>").</t>
6455                              </list>
6456                          </t>
6457    
6458                          <t>PRODUCT='&lt;search-string&gt;'
6459                              <list>
6460                                  <t>Restricts the search to instruments with product info
6461                                  that satisfies the supplied search string (encapsulated into apostrophes,
6462                                  supporting escape sequences as described in chapter
6463                                  "<xref target="character_set">Character Set and Escape Sequences</xref>").</t>
6464                              </list>
6465                          </t>
6466    
6467                          <t>ARTISTS='&lt;search-string&gt;'
6468                              <list>
6469                                  <t>Restricts the search to instruments with artists info
6470                                  that satisfies the supplied search string (encapsulated into apostrophes,
6471                                  supporting escape sequences as described in chapter
6472                                  "<xref target="character_set">Character Set and Escape Sequences</xref>").</t>
6473                              </list>
6474                          </t>
6475    
6476                          <t>KEYWORDS='&lt;search-string&gt;'
6477                              <list>
6478                                  <t>Restricts the search to instruments with keyword list
6479                                  that satisfies the supplied search string (encapsulated into apostrophes,
6480                                  supporting escape sequences as described in chapter
6481                                  "<xref target="character_set">Character Set and Escape Sequences</xref>").</t>
6482                              </list>
6483                          </t>
6484    
6485                          <t>IS_DRUM=true | false
6486                              <list>
6487                                  <t>Either true or false. Restricts the search to
6488                                  drum kits or chromatic instruments.</t>
6489                              </list>
6490                          </t>
6491    
6492                          <t>FORMAT_FAMILIES='&lt;format-list&gt;'
6493                              <list>
6494                                  <t>Restricts the search to instruments of the supplied format families,
6495                                  where &lt;format-list&gt; is a comma separated list of format families.</t>
6496                              </list>
6497                          </t>
6498                        </t>
6499    
6500                        <t>Where &lt;search-string&gt; is either a regular expression, or a
6501                        word list separated with spaces for OR search and with '+' for AND search.</t>
6502    
6503                        <t>Possible Answers:</t>
6504                        <t>
6505                            <list>
6506                                <t>A comma separated list with the absolute path names (encapsulated into
6507                                apostrophes) of all instruments in the specified directory that satisfy
6508                                the supplied search criterias.</t>
6509                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6510                                    <list>
6511                                        <t>if the given directory does not exist.</t>
6512                                    </list>
6513                                </t>
6514                            </list>
6515                        </t>
6516                        <t>Example:</t>
6517                        <t>
6518                            <list>
6519                                <t>C: "FIND DB_INSTRUMENTS '/Piano Collection' NAME='bosendorfer+290'"</t>
6520                                <t>S: "'/Piano Collection/Bosendorfer 290'"</t>
6521                            </list>
6522                        </t>
6523                        <t>
6524                            <list>
6525                                <t>C: "FIND DB_INSTRUMENTS '/Piano Collection' CREATED='2007-04-01 09:30:13..'"</t>
6526                                <t>S: "'/Piano Collection/Bosendorfer 290','/Piano Collection/Steinway D'"</t>
6527                            </list>
6528                        </t>
6529                    </section>
6530    
6531                    <section title="Getting job status information" anchor="GET DB_INSTRUMENTS_JOB INFO" lscp_cmd="true">
6532                        <t>The front-end can ask for the current status of a
6533                        particular database instruments job by sending the following command:</t>
6534                        <t>
6535                            <list>
6536                                <t>GET DB_INSTRUMENTS_JOB INFO &lt;job-id&gt;</t>
6537                            </list>
6538                        </t>
6539                        <t>Where &lt;job-id&gt; should be replaced by the numerical ID
6540                        of the job the front-end is interested in.</t>
6541    
6542                        <t>Possible Answers:</t>
6543                        <t>
6544                            <list>
6545                                <t>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
6546                                Each answer line begins with the settings category name
6547                                followed by a colon and then a space character &lt;SP&gt; and finally
6548                                the info character string to that setting category. At the
6549                                moment the following categories are defined:</t>
6550    
6551                                <t>
6552                                    <list>
6553                                        <t>FILES_TOTAL -
6554                                            <list>
6555                                                <t>The total number of files scheduled for scanning</t>
6556                                            </list>
6557                                        </t>
6558                                        <t>FILES_SCANNED -
6559                                            <list>
6560                                                <t>The current number of scanned files</t>
6561                                            </list>
6562                                        </t>
6563                                        <t>SCANNING -
6564                                            <list>
6565                                                <t>The absolute path name of the file which is currently
6566                                                being scanned</t>
6567                                            </list>
6568                                        </t>
6569                                        <t>STATUS -
6570                                            <list>
6571                                                <t>An integer value between 0 and 100 indicating the
6572                                                scanning progress percentage of the file which is
6573                                                currently being scanned</t>
6574                                            </list>
6575                                        </t>
6576                                    </list>
6577                                </t>
6578                            </list>
6579                        </t>
6580                        <t>The mentioned fields above don't have to be in particular order.</t>
6581    
6582                        <t>Example:</t>
6583                        <t>
6584                            <list>
6585                                <t>C: "GET DB_INSTRUMENTS_JOB INFO 2"</t>
6586                                <t>S: "FILES_TOTAL: 12"</t>
6587                                <t>&nbsp;&nbsp;&nbsp;"FILES_SCANNED: 7"</t>
6588                                <t>&nbsp;&nbsp;&nbsp;"SCANNING: /home/me/gigs/Bosendorfer 290.gig"</t>
6589                                <t>&nbsp;&nbsp;&nbsp;"STATUS: 42"</t>
6590                                <t>&nbsp;&nbsp;&nbsp;"."</t>
6591                            </list>
6592                        </t>
6593                    </section>
6594    
6595                    <section title="Formatting the instruments database" anchor="FORMAT INSTRUMENTS_DB" lscp_cmd="true">
6596                        <t>The front-end can remove all instruments and directories and re-create
6597                        the instruments database structure (e.g., in case of a database corruption)
6598                        by sending the following command:</t>
6599                        <t>
6600                            <list>
6601                                <t>FORMAT INSTRUMENTS_DB</t>
6602                            </list>
6603                        </t>
6604    
6605                        <t>Possible Answers:</t>
6606                        <t>
6607                            <list>
6608                                <t>"OK" -
6609                                    <list>
6610                                        <t>on success</t>
6611                                    </list>
6612                                </t>
6613                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6614                                    <list>
6615                                        <t>If the formatting of the instruments database
6616                                        failed.</t>
6617                                    </list>
6618                                </t>
6619                            </list>
6620                        </t>
6621                    </section>
6622    
6623                    <section title="Checking for lost instrument files" anchor="FIND LOST DB_INSTRUMENT_FILES" lscp_cmd="true">
6624                        <t>The front-end can retrieve the list of all instrument files in the instruments database
6625                        that don't exist in the filesystem by sending the following command:</t>
6626                        <t>
6627                            <list>
6628                                <t>FIND LOST DB_INSTRUMENT_FILES</t>
6629                            </list>
6630                        </t>
6631    
6632                        <t>Possible Answers:</t>
6633                        <t>
6634                            <list>
6635                                <t>A comma separated list with the absolute path names
6636                                (encapsulated into apostrophes) of all lost instrument files.</t>
6637                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6638                                    <list>
6639                                        <t>in case it failed, providing an appropriate error code and error message.</t>
6640                                    </list>
6641                                </t>
6642                            </list>
6643                        </t>
6644                        <t>Example:</t>
6645                        <t>
6646                            <list>
6647                                <t>C: "FIND LOST DB_INSTRUMENT_FILES"</t>
6648                                <t>S: "'/gigs/Bosendorfer 290.gig','/gigs/Steinway D.gig','/gigs/Free Piano.gig'"</t>
6649                            </list>
6650                        </t>
6651                    </section>
6652    
6653                    <section title="Replacing an instrument file" anchor="SET DB_INSTRUMENT FILE_PATH" lscp_cmd="true">
6654                        <t>The front-end can substitute all occurrences of an instrument file
6655                        in the instruments database with a new one by sending the following command:</t>
6656                        <t>
6657                            <list>
6658                                <t>SET DB_INSTRUMENT FILE_PATH &lt;old_path&gt; &lt;new_path&gt;</t>
6659                            </list>
6660                        </t>
6661                        <t>Where &lt;old_path&gt; is the absolute path name of the instrument file
6662                        to substitute with &lt;new_path&gt;.</t>
6663    
6664                        <t>Possible Answers:</t>
6665                        <t>
6666                            <list>
6667                                <t>"OK" -
6668                                    <list>
6669                                        <t>on success</t>
6670                                    </list>
6671                                </t>
6672                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6673                                    <list>
6674                                        <t>in case it failed, providing an appropriate error code and error message.</t>
6675                                    </list>
6676                                </t>
6677                            </list>
6678                        </t>
6679    
6680                        <t>Example:</t>
6681                        <t>
6682                            <list>
6683                                <t>C: "SET DB_INSTRUMENT FILE_PATH '/gigs/Bosendorfer 290.gig' '/gigs/pianos/Bosendorfer 290.gig'"</t>
6684                                <t>S: "OK"</t>
6685                            </list>
6686                        </t>
6687                    </section>
6688    
6689                </section>
6690    
6691    
6692    
6693                <section title="Editing Instruments" anchor="editing_instruments">
6694                    <t>The sampler allows to edit instruments while playing with the
6695                    sampler by spawning an external (3rd party) instrument editor
6696                    application for a given instrument. The 3rd party instrument
6697                    editor applications have to place a respective plugin DLL file
6698                    into the sampler's plugins directory. The sampler will
6699                    automatically try to load all plugin DLLs in that directory on
6700                    startup and only on startup!</t>
6701                    <t>At the moment there is only one command for this feature set,
6702                    but this will most probably change in future.</t>
6703    
6704                    <section title="Opening an appropriate instrument editor application" anchor="EDIT INSTRUMENT" lscp_cmd="true">
6705                        <t>The front-end can request to open an appropriate instrument
6706                        editor application by sending the following command:</t>
6707                        <t>
6708                            <list>
6709                                <t>EDIT CHANNEL INSTRUMENT &lt;sampler-channel&gt;</t>
6710                            </list>
6711                        </t>
6712                        <t>Where &lt;sampler-channel&gt; should be replaced by the
6713                        number of the sampler channel as given by the
6714                        <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
6715                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref>
6716                        command.</t>
6717    
6718                        <t>The sampler will try to ask all registered instrument
6719                        editors (or to be more specific: their sampler plugins)
6720                        whether they are capable to handle the instrument on the
6721                        given sampler channel. The sampler will simply use the first
6722                        instrument editor application which replied with a positive
6723                        answer and spawn that instrument editor application within
6724                        the sampler's process and provide that application access
6725                        to the instrument's data structures, so both applications
6726                        can share and access the same instruments data at the same
6727                        time, thus allowing to immediately hear changes with the
6728                        sampler made by the instrument editor.</t>
6729    
6730                        <t>Note: consequently instrument editors are always spawned
6731                        locally on the same machine where the sampler is running
6732                        on!</t>
6733    
6734                        <t>Possible Answers:</t>
6735                        <t>
6736                            <list>
6737                                <t>"OK" -
6738                                    <list>
6739                                        <t>when an appropriate instrument editor was
6740                                        launched</t>
6741                                    </list>
6742                                </t>
6743                                <t>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
6744                                    <list>
6745                                        <t>when an appropriate instrument editor was
6746                                        launched, but there are noteworthy issues</t>
6747                                    </list>
6748                                </t>
6749                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6750                                    <list>
6751                                        <t>when an appropriate instrument editor
6752                                        could not be launched</t>
6753                                    </list>
6754                                </t>
6755                            </list>
6756                        </t>
6757    
6758                        <t>Examples:</t>
6759                        <t>
6760                            <list>
6761                                <t>C: "EDIT CHANNEL INSTRUMENT 0"</t>
6762                                <t>S: "OK"</t>
6763                            </list>
6764                        </t>
6765                    </section>
6766                </section>
6767    
6768                <section title="Managing Files" anchor="file_management">
6769                    <t>You can query detailed informations about files located
6770                    at the same system where the sampler instance is running on.
6771                    Using this command set allows to retrieve file informations
6772                    even remotely from another machine.</t>
6773    
6774                    <section title="Retrieving amount of instruments of a file" anchor="GET FILE INSTRUMENTS" lscp_cmd="true">
6775                        <t>The front-end can retrieve the amount of instruments
6776                        within a given instrument file by sending the
6777                        following command:</t>
6778                        <t>
6779                            <list>
6780                                <t>GET FILE INSTRUMENTS &lt;filename&gt;</t>
6781                            </list>
6782                        </t>
6783                        <t>Where &lt;filename&gt; is the name of the instrument
6784                        file (encapsulated into apostrophes, supporting escape
6785                        sequences as described in chapter
6786                        "<xref target="character_set">Character Set and Escape
6787                            Sequences</xref>").</t>
6788    
6789                        <t>The sampler will try to ask all sampler engines,
6790                        whether they support the given file and ask the first
6791                        engine with a positive answer for the amount of
6792                        instruments.</t>
6793    
6794                        <t>Possible Answers:</t>
6795                        <t>
6796                            <list>
6797                                <t>On success, the sampler will answer by
6798                                   returning the amount of instruments.
6799                                </t>
6800                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6801                                    <list>
6802                                        <t>if the file could not be handled</t>
6803                                    </list>
6804                                </t>
6805                            </list>
6806                        </t>
6807    
6808                        <t>Examples:</t>
6809                        <t>
6810                            <list>
6811                                <t>C: "GET FILE INSTRUMENTS 'D:/Sounds/Foo.gig'"</t>
6812                                <t>S: "10"</t>
6813                            </list>
6814                        </t>
6815                    </section>
6816    
6817                    <section title="Retrieving all instruments of a file" anchor="LIST FILE INSTRUMENTS" lscp_cmd="true">
6818                        <t>The front-end can retrieve a list of all instruments
6819                        within a given instrument file by sending the
6820                        following command:</t>
6821                        <t>
6822                            <list>
6823                                <t>LIST FILE INSTRUMENTS &lt;filename&gt;</t>
6824                            </list>
6825                        </t>
6826                        <t>Where &lt;filename&gt; is the name of the instrument
6827                        file (encapsulated into apostrophes, supporting escape
6828                        sequences as described in chapter
6829                        "<xref target="character_set">Character Set and Escape
6830                            Sequences</xref>").</t>
6831    
6832                        <t>The sampler will try to ask all sampler engines,
6833                        whether they support the given file and ask the first
6834                        engine with a positive answer for a list of IDs for the
6835                        instruments in the given file.</t>
6836    
6837                        <t>Possible Answers:</t>
6838                        <t>
6839                            <list>
6840                                <t>On success, the sampler will answer by
6841                                   returning a comma separated list of
6842                                   instrument IDs.
6843                                </t>
6844                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6845                                    <list>
6846                                        <t>if the file could not be handled</t>
6847                                    </list>
6848                                </t>
6849                            </list>
6850                        </t>
6851    
6852                        <t>Examples:</t>
6853                        <t>
6854                            <list>
6855                                <t>C: "LIST FILE INSTRUMENTS 'D:/Sounds/Foo.gig'"</t>
6856                                <t>S: "0,1,2,3,4,5,6,7,8,9"</t>
6857                            </list>
6858                        </t>
6859                    </section>
6860    
6861                    <section title="Retrieving informations about one instrument in a file" anchor="GET FILE INSTRUMENT INFO" lscp_cmd="true">
6862                        <t>The front-end can retrieve detailed informations
6863                        about a specific instrument within a given instrument
6864                        file by sending the following command:</t>
6865                        <t>
6866                            <list>
6867                                <t>GET FILE INSTRUMENT INFO &lt;filename&gt;
6868                                &lt;instr-id&gt;</t>
6869                            </list>
6870                        </t>
6871                        <t>Where &lt;filename&gt; is the name of the instrument
6872                        file (encapsulated into apostrophes, supporting escape
6873                        sequences as described in chapter
6874                        "<xref target="character_set">Character Set and Escape
6875                            Sequences</xref>") and &lt;instr-id&gt; is the numeric
6876                        instrument ID as returned by the
6877                        <xref target="LIST FILE INSTRUMENTS">
6878                        "LIST FILE INSTRUMENTS"</xref> command.</t>
6879    
6880                        <t>The sampler will try to ask all sampler engines,
6881                        whether they support the given file and ask the first
6882                        engine with a positive answer for informations about the
6883                        specific instrument in the given file.</t>
6884    
6885                        <t>Possible Answers:</t>
6886                        <t>
6887                            <list>
6888                                <t>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
6889                                Each answer line begins with the settings category name
6890                                followed by a colon and then a space character &lt;SP&gt; and finally
6891                                the info character string to that setting category. At the
6892                                moment the following categories are defined:</t>
6893    
6894                                <t>
6895                                    <list>
6896                                        <t>NAME -
6897                                            <list>
6898                                                <t>name of the instrument as
6899                                                stored in the instrument file</t>
6900                                            </list>
6901                                        </t>
6902                                        <t>FORMAT_FAMILY -
6903                                            <list>
6904                                                <t>name of the sampler format
6905                                                of the given instrument</t>
6906                                            </list>
6907                                        </t>
6908                                        <t>FORMAT_VERSION -
6909                                            <list>
6910                                                <t>version of the sampler format
6911                                                the instrumen is stored as</t>
6912                                            </list>
6913                                        </t>
6914                                        <t>PRODUCT -
6915                                            <list>
6916                                                <t>official product name of the
6917                                                instrument as stored in the file
6918                                                </t>
6919                                            </list>
6920                                        </t>
6921                                        <t>ARTISTS -
6922                                            <list>
6923                                                <t>artists / sample library
6924                                                vendor of the instrument</t>
6925                                            </list>
6926                                        </t>
6927                                        <t>KEY_BINDINGS -
6928                                            <list>
6929                                                <t>comma separated list of integer values representing
6930                                                   the instrument's key mapping in the range between 0 .. 127,
6931                                                   reflecting the analog meaning of the MIDI specification.</t>
6932                                            </list>
6933                                        </t>
6934                                        <t>KEYSWITCH_BINDINGS -
6935                                            <list>
6936                                                <t>comma separated list of integer values representing
6937                                                   the instrument's keyswitch mapping in the range between 0 .. 127,
6938                                                   reflecting the analog meaning of the MIDI specification.</t>
6939                                            </list>
6940                                        </t>
6941                                    </list>
6942                                </t>
6943                            </list>
6944                        </t>
6945                        <t>The mentioned fields above don't have to be in particular order.</t>
6946    
6947                        <t>Example:</t>
6948                        <t>
6949                            <list>
6950                                <t>C: "GET FILE INSTRUMENT INFO 'D:/Sounds/Foo.gig' 0"</t>
6951                                <t>S: "NAME: Lunatic Loops"</t>
6952                                <t>&nbsp;&nbsp;&nbsp;"FORMAT_FAMILY: GIG"</t>
6953                                <t>&nbsp;&nbsp;&nbsp;"FORMAT_VERSION: 3"</t>
6954                                <t>&nbsp;&nbsp;&nbsp;"PRODUCT: The Backbone Bongo Beats"</t>
6955                                <t>&nbsp;&nbsp;&nbsp;"ARTISTS: Jimmy the Fish"</t>
6956                                <t>&nbsp;&nbsp;&nbsp;"."</t>
6957                            </list>
6958                        </t>
6959                    </section>
6960                </section>
6961                <section title="Managing Effects" anchor="effects">
6962                    <t>Audio effects (e.g. reverb, delay, compression) can be
6963                    applied to the audio signals generated by the sampler. The
6964                    sampler usually provides a set of internal audio effects for
6965                    this task. The exact set of effects depends on the availability
6966                    of third party effect plugins installed on the system where the
6967                    sampler runs on.</t>
6968                    <t>At the moment only "send effects" are supported. Support for
6969                    "insert effects" and "master effects" is planned to be added at
6970                    a later point.</t>
6971                    <t>The following commands allow to retrieve the set of internal
6972                    effects available to the sampler, detailed informations about
6973                    those effects and to create and destroy instances of such
6974                    effects. After an instance of an effect is created, the effect
6975                    instance can be inserted into the audio signal path of the
6976                    sampler, e.g. as send effect.</t>
6977                    <t>The sampler allows to create an arbitrary amount of so called
6978                    send effect chains. Each effect chain can host an arbitrary
6979                    amount of effect instances. The output of the first effect
6980                    instance in an effect chain is fed to the input of the second
6981                    effect instance of the chain and so on. So effects in one chain
6982                    are processed sequentially. Send effect chains however are
6983                    processed in parallel to other send effect chains. Audio signals
6984                    of sampler channels are fed to send effects by creating FX sends
6985                    to the respective sampler channel and assigning a destination
6986                    send effect to that FX by using the
6987                    <xref target="SET FX_SEND EFFECT">"SET FX_SEND EFFECT"</xref>
6988                    command. The latter allows to route the FX send to the beginning
6989                    of a send effect chain, as well as directly to any other
6990                    position of the send effect chain.</t>
6991    
6992                    <section title="Retrieve amount of available effects" anchor="GET AVAILABLE_EFFECTS" lscp_cmd="true">
6993                        <t>The front-end can retrieve the amount of internal
6994                        effects, available to the sampler by sending
6995                        the following command:</t>
6996                        <t>
6997                            <list>
6998                                <t>GET AVAILABLE_EFFECTS</t>
6999                            </list>
7000                        </t>
7001    
7002                        <t>Possible Answers:</t>
7003                        <t>
7004                            <list>
7005                                <t>The sampler will answer by returning the current
7006                                number of effects available to the sampler.</t>
7007                            </list>
7008                        </t>
7009    
7010                        <t>Examples:</t>
7011                        <t>
7012                            <list>
7013                                <t>C: "GET AVAILABLE_EFFECTS"</t>
7014                                <t>S: "129"</t>
7015                            </list>
7016                        </t>
7017                    </section>
7018    
7019                    <section title="Get list of available effects" anchor="LIST AVAILABLE_EFFECTS" lscp_cmd="true">
7020                        <t>The set of available internal effects can change at
7021                        runtime. The front-end can retrieve the list of internal
7022                        effects, available to the sampler by sending the following
7023                        command:</t>
7024                        <t>
7025                            <list>
7026                                <t>LIST AVAILABLE_EFFECTS</t>
7027                            </list>
7028                        </t>
7029    
7030                        <t>Possible Answers:</t>
7031                        <t>
7032                            <list>
7033                                <t>The sampler will answer by returning a comma
7034                                separated list with numerical IDs of effects. Note:
7035                                the numercial ID of an effect is generated by the
7036                                sampler for the current moment. The numerical ID of
7037                                the same effect can change at runtime, e.g. when the
7038                                user requests a rescan of available effect plugins.
7039                                </t>
7040                            </list>
7041                        </t>
7042                        <t>Example:</t>
7043                        <t>
7044                            <list>
7045                                <t>C: "LIST AVAILABLE_EFFECTS"</t>
7046                                <t>S: "5,6,7,120,121,122,123,124"</t>
7047                            </list>
7048                        </t>
7049                    </section>
7050    
7051                    <section title="Retrieving general information about an effect" anchor="GET EFFECT INFO" lscp_cmd="true">
7052                        <t>The front-end can ask for general informations about an
7053                        effect by sending the following command:</t>
7054                        <t>
7055                            <list>
7056                                <t>GET EFFECT INFO &lt;effect-index&gt;</t>
7057                            </list>
7058                        </t>
7059                        <t>Where &lt;effect-index&gt; is the numerical ID of an
7060                        effect as returned by the
7061                        <xref target="LIST AVAILABLE_EFFECTS">"LIST AVAILABLE_EFFECTS"</xref>
7062                        command.</t>
7063                        <t>Possible Answers:</t>
7064                        <t>
7065                            <list>
7066                                <t>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
7067                                Each answer line begins with the effect information
7068                                category name, followed by a colon and then a space
7069                                character &lt;SP&gt; and finally the info character
7070                                string to that effect information category. At the
7071                                moment the following categories are defined:</t>
7072                                <t>
7073                                    <list>
7074                                        <t>SYSTEM -
7075                                            <list>
7076                                                <t>name of the effect plugin system
7077                                                the effect is based on
7078                                                (e.g. "LADSPA")</t>
7079                                            </list>
7080                                        </t>
7081                                        <t>MODULE -
7082                                            <list>
7083                                                <t>module of the effect plugin
7084                                                system that contains this effect,
7085                                                the module is usually the
7086                                                dynamic-linked library (DLL)
7087                                                filename of the effect plugin,
7088                                                including full path (note that this
7089                                                filename may contain
7090                                                <xref target="character_set">escape sequences</xref>)</t>
7091                                            </list>
7092                                        </t>
7093                                        <t>NAME -
7094                                            <list>
7095                                                <t>character string defining the
7096                                                unique name of the effect within its
7097                                                module (note that the character
7098                                                string may contain
7099                                                <xref target="character_set">escape sequences</xref>)</t>
7100                                            </list>
7101                                        </t>
7102                                        <t>DESCRIPTION -
7103                                            <list>
7104                                                <t>human readable name of the
7105                                                effect, intended to be displayed in
7106                                                user interfaces (note that the
7107                                                character string may contain
7108                                                <xref target="character_set">escape sequences</xref>)</t>
7109                                            </list>
7110                                        </t>
7111                                    </list>
7112                                </t>
7113                            </list>
7114                        </t>
7115                        <t>The mentioned fields above don't have to be in particular order.</t>
7116    
7117                        <t>Example:</t>
7118                        <t>
7119                            <list>
7120                                <t>C: "GET EFFECT INFO 121"</t>
7121                                <t>S: "SYSTEM: LADSPA"</t>
7122                                <t>&nbsp;&nbsp;&nbsp;"MODULE: /usr/lib/ladspa/lowpass_iir_1891.so"</t>
7123                                <t>&nbsp;&nbsp;&nbsp;"NAME: lowpass_iir"</t>
7124                                <t>&nbsp;&nbsp;&nbsp;"DESCRIPTION: Glame Lowpass Filter"</t>
7125                                <t>&nbsp;&nbsp;&nbsp;"."</t>
7126                            </list>
7127                        </t>
7128                    </section>
7129    
7130                    <section title="Creating an instance of an effect by its portable ID" anchor="CREATE EFFECT_INSTANCE" lscp_cmd="true">
7131                        <t>The front-end can spawn an instance of the desired
7132                        effect by sending the following command:</t>
7133                        <t>
7134                            <list>
7135                                <t>CREATE EFFECT_INSTANCE &lt;effect-system&gt; &lt;module&gt; &lt;effect-name&gt;</t>
7136                            </list>
7137                        </t>
7138                        <t>Where &lt;effect-system&gt; is the "SYSTEM" field,
7139                        &lt;module&gt; the "MODULE" field and &lt;effect-name&gt;
7140                        the "NAME" field as returned by the
7141                        <xref target="GET EFFECT INFO">"GET EFFECT INFO"</xref>
7142                        command. The filename of argument &lt;module&gt; and the
7143                        character string of argument &lt;effect-name&gt; may contain
7144                        <xref target="character_set">escape sequences</xref>.</t>
7145    
7146                        <t>The sampler will try to load the requested effect and to
7147                        create an instance of it. To allow loading the same effect
7148                        on a different machine, probably even running a completely
7149                        different operating system (e.g. Linux vs. Windows), the
7150                        sampler tries to match &lt;module&gt; "softly". That means
7151                        it first tries to find an effect that exactly matches the
7152                        given &lt;module&gt; argument. If there is no exact match,
7153                        the sampler will try to lower the restrictions on matching
7154                        the &lt;module&gt; argument more and more, e.g. by ignoring
7155                        upper / lower case differences and by ignoring the path of
7156                        the DLL filename and file extension. If there is still no
7157                        match at the end, the sampler will try to ignore the
7158                        &lt;module&gt; argument completely and as a last resort
7159                        search for an effect that only matches the given
7160                        &lt;effect-system&gt; and &lt;effect-name&gt; arguments.</t>
7161    
7162                        <t>Possible Answers:</t>
7163                        <t>
7164                            <list>
7165                                <t>"OK[&lt;effect-instance&gt;]" -
7166                                    <list>
7167                                        <t>in case the effect instance was
7168                                        successfully created, where
7169                                        &lt;effect-instance&gt; is the numerical ID
7170                                        of the new effect instance</t>
7171                                    </list>
7172                                </t>
7173                                <t>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
7174                                    <list>
7175                                        <t>in case the effect instance was spawned
7176                                        successfully, but there are noteworthy
7177                                        issue(s) related, providing an appropriate
7178                                        warning code and warning message</t>
7179                                    </list>
7180                                </t>
7181                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7182                                    <list>
7183                                        <t>if the effect could not be instantiated</t>
7184                                    </list>
7185                                </t>
7186                            </list>
7187                        </t>
7188    
7189                        <t>Examples:</t>
7190                        <t>
7191                            <list>
7192                                <t>C: "CREATE EFFECT_INSTANCE LADSPA '/usr/lib/ladspa/mod_delay_1419.so' 'modDelay'"</t>
7193                                <t>S: "OK[0]"</t>
7194                            </list>
7195                        </t>
7196                    </section>
7197    
7198                    <section title="Creating an instance of an effect by its numerical ID" anchor="CREATE EFFECT_INSTANCE (non-portable)">
7199                        <t>The front-end can spawn an instance of the desired
7200                        effect by sending the following command:</t>
7201                        <t>
7202                            <list>
7203                                <t>CREATE EFFECT_INSTANCE &lt;effect-index&gt;</t>
7204                            </list>
7205                        </t>
7206                        <t>Where &lt;effect-index&gt; is the numerical ID of the
7207                        effect as returned by the
7208                        <xref target="LIST AVAILABLE_EFFECTS">"LIST AVAILABLE_EFFECTS"</xref>
7209                        command.</t>
7210    
7211                        <t>The sampler will try to load the requested effect and to
7212                        create an instance of it.</t>
7213    
7214                        <t>Note: Since the numerical ID of a certain effect can
7215                        change at any time, you should not use this command in
7216                        LSCP files to restore a certain effect at a later time! To
7217                        store a sampler session including all its effects, use the
7218                        <xref target="CREATE EFFECT_INSTANCE">portable text-based
7219                        version of "CREATE EFFECT_INSTANCE"</xref> instead! This
7220                        allows to restore a sampler session with all its effects
7221                        also on other machines, possibly even running a completely
7222                        different operating system (e.g. Linux vs. Windows), with
7223                        different plugin directories or plugin DLL names.</t>
7224    
7225                        <t>Possible Answers:</t>
7226                        <t>
7227                            <list>
7228                                <t>"OK[&lt;effect-instance&gt;]" -
7229                                    <list>
7230                                        <t>in case the effect instance was
7231                                        successfully created, where
7232                                        &lt;effect-instance&gt; is the numerical ID
7233                                        of the new effect instance</t>
7234                                    </list>
7235                                </t>
7236                                <t>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
7237                                    <list>
7238                                        <t>in case the effect instance was spawned
7239                                        successfully, but there are noteworthy
7240                                        issue(s) related, providing an appropriate
7241                                        warning code and warning message</t>
7242                                    </list>
7243                                </t>
7244                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7245                                    <list>
7246                                        <t>if the effect could not be instantiated</t>
7247                                    </list>
7248                                </t>
7249                            </list>
7250                        </t>
7251    
7252                        <t>Examples:</t>
7253                        <t>
7254                            <list>
7255                                <t>C: "CREATE EFFECT_INSTANCE 72"</t>
7256                                <t>S: "OK[5]"</t>
7257                            </list>
7258                        </t>
7259                    </section>
7260    
7261                    <section title="Destroy an effect instance" anchor="DESTROY EFFECT_INSTANCE" lscp_cmd="true">
7262                        <t>The front-end can destroy an unusued effect instance and
7263                        thus freeing it from memory by sending the following command:</t>
7264                        <t>
7265                            <list>
7266                                <t>DESTROY EFFECT_INSTANCE &lt;effect-instance&gt;</t>
7267                            </list>
7268                        </t>
7269                        <t>Where &lt;effect-instance&gt; is the numerical ID of the
7270                        effect instance as returned by the
7271                        <xref target="CREATE EFFECT_INSTANCE">"CREATE EFFECT_INSTANCE"</xref> or
7272                        <xref target="LIST EFFECT_INSTANCES">"LIST EFFECT_INSTANCES"</xref>
7273                        command.</t>
7274    
7275                        <t>The effect instance can only be destroyed if it's not
7276                        used in any part of the sampler's audio signal path anymore.
7277                        If the effect instance is still in use somewhere, trying to
7278                        destroy the effect instance will result in an error
7279                        message.</t>
7280    
7281                        <t>Possible Answers:</t>
7282                        <t>
7283                            <list>
7284                                <t>"OK" -
7285                                    <list>
7286                                        <t>in case the effect instance was successfully destroyed</t>
7287                                    </list>
7288                                </t>
7289                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7290                                    <list>
7291                                        <t>in case it failed, providing an appropriate error code and
7292                                        error message</t>
7293                                    </list>
7294                                </t>
7295                            </list>
7296                        </t>
7297    
7298                        <t>Examples:</t>
7299                        <t>
7300                            <list>
7301                                <t>C: "DESTROY EFFECT_INSTANCE 5"</t>
7302                                <t>S: "OK"</t>
7303                            </list>
7304                        </t>
7305                    </section>
7306    
7307                    <section title="Retrieve amount of effect instances" anchor="GET EFFECT_INSTANCES" lscp_cmd="true">
7308                        <t>The front-end can retrieve the current amount of effect
7309                        instances by sending the following command:</t>
7310                        <t>
7311                            <list>
7312                                <t>GET EFFECT_INSTANCES</t>
7313                            </list>
7314                        </t>
7315    
7316                        <t>Possible Answers:</t>
7317                        <t>
7318                            <list>
7319                                <t>The sampler will answer by returning the current
7320                                number of effect instances created and not yet
7321                                destroyed in the current sampler session.</t>
7322                            </list>
7323                        </t>
7324    
7325                        <t>Examples:</t>
7326                        <t>
7327                            <list>
7328                                <t>C: "GET EFFECT_INSTANCES"</t>
7329                                <t>S: "14"</t>
7330                            </list>
7331                        </t>
7332                    </section>
7333    
7334                    <section title="Get list of effect instances" anchor="LIST EFFECT_INSTANCES" lscp_cmd="true">
7335                        <t>The front-end can retrieve the current list of effect
7336                        instances by sending the following command:</t>
7337                        <t>
7338                            <list>
7339                                <t>LIST EFFECT_INSTANCES</t>
7340                            </list>
7341                        </t>
7342    
7343                        <t>Possible Answers:</t>
7344                        <t>
7345                            <list>
7346                                <t>The sampler will answer by returning a comma
7347                                separated list with numerical IDs of effects
7348                                instances.
7349                                </t>
7350                            </list>
7351                        </t>
7352                        <t>Example:</t>
7353                        <t>
7354                            <list>
7355                                <t>C: "LIST EFFECT_INSTANCES"</t>
7356                                <t>S: "9,11,14,15,16,17,25"</t>
7357                            </list>
7358                        </t>
7359                    </section>
7360    
7361                    <section title="Retrieving current information about an effect instance" anchor="GET EFFECT_INSTANCE INFO" lscp_cmd="true">
7362                        <t>The front-end can ask for the current informations about
7363                        a particular effect instance by sending the following command:</t>
7364                        <t>
7365                            <list>
7366                                <t>GET EFFECT_INSTANCE INFO &lt;effect-instance&gt;</t>
7367                            </list>
7368                        </t>
7369                        <t>Where &lt;effect-instance&gt; is the numerical ID of an
7370                        effect instance as returned by the
7371                        <xref target="CREATE EFFECT_INSTANCE">"CREATE EFFECT_INSTANCE"</xref>
7372                        or
7373                        <xref target="LIST EFFECT_INSTANCES">"LIST EFFECT_INSTANCES"</xref>
7374                        command.</t>
7375    
7376                        <t>Possible Answers:</t>
7377                        <t>
7378                            <list>
7379                                <t>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
7380                                Each answer line begins with the information
7381                                category name, followed by a colon and then a space
7382                                character &lt;SP&gt; and finally the info character
7383                                string to that information category. At the
7384                                moment the following categories are defined:</t>
7385                                <t>
7386                                    <list>
7387                                        <t>SYSTEM -
7388                                            <list>
7389                                                <t>name of the effect plugin system
7390                                                the effect is based on
7391                                                (e.g. "LADSPA")</t>
7392                                            </list>
7393                                        </t>
7394                                        <t>MODULE -
7395                                            <list>
7396                                                <t>module of the effect plugin
7397                                                system that contains this effect,
7398                                                the module is usually the
7399                                                dynamic-linked library (DLL)
7400                                                filename of the effect plugin,
7401                                                including full path (note that this
7402                                                filename may contain
7403                                                <xref target="character_set">escape sequences</xref>)</t>
7404                                            </list>
7405                                        </t>
7406                                        <t>NAME -
7407                                            <list>
7408                                                <t>character string defining the
7409                                                unique name of the effect within its
7410                                                module (note that the character
7411                                                string may contain
7412                                                <xref target="character_set">escape sequences</xref>)</t>
7413                                            </list>
7414                                        </t>
7415                                        <t>DESCRIPTION -
7416                                            <list>
7417                                                <t>human readable name of the
7418                                                effect, intended to be displayed in
7419                                                user interfaces (note that the
7420                                                character string may contain
7421                                                <xref target="character_set">escape sequences</xref>)</t>
7422                                            </list>
7423                                        </t>
7424                                        <t>INPUT_CONTROLS -
7425                                            <list>
7426                                                <t>amount of input controls the
7427                                                effect instance provides, to allow
7428                                                controlling the effect parameters in
7429                                                realtime</t>
7430                                            </list>
7431                                        </t>
7432                                    </list>
7433                                </t>
7434                            </list>
7435                        </t>
7436                        <t>The mentioned fields above don't have to be in particular order.</t>
7437    
7438                        <t>Example:</t>
7439                        <t>
7440                            <list>
7441                                <t>C: "GET EFFECT_INSTANCE INFO 3"</t>
7442                                <t>S: "SYSTEM: LADSPA"</t>
7443                                <t>&nbsp;&nbsp;&nbsp;"MODULE: /usr/lib/ladspa/mod_delay_1419.so"</t>
7444                                <t>&nbsp;&nbsp;&nbsp;"NAME: modDelay"</t>
7445                                <t>&nbsp;&nbsp;&nbsp;"DESCRIPTION: Modulatable delay"</t>
7446                                <t>&nbsp;&nbsp;&nbsp;"INPUT_CONTROLS: 1"</t>
7447                                <t>&nbsp;&nbsp;&nbsp;"."</t>
7448                            </list>
7449                        </t>
7450                    </section>
7451    
7452                    <section title="Retrieving information about an effect parameter" anchor="GET EFFECT_INSTANCE_INPUT_CONTROL INFO" lscp_cmd="true">
7453                        <t>Effects typically provide a certain set of effect
7454                        parameters which can be altered by the user in realtime
7455                        (e.g. depth of a reverb effect, duration of a delay effect,
7456                        dry / wet signal ratio). Those controllable effect parameters
7457                        are called "input controls". The front-end can ask for the
7458                        current informations of an effect instance's input control
7459                        by sending the following command:</t>
7460                        <t>
7461                            <list>
7462                                <t>GET EFFECT_INSTANCE_INPUT_CONTROL INFO &lt;effect-instance&gt; &lt;input-control&gt;</t>
7463                            </list>
7464                        </t>
7465                        <t>Where &lt;effect-instance&gt; is the numerical ID of an
7466                        effect instance as returned by the
7467                        <xref target="CREATE EFFECT_INSTANCE">"CREATE EFFECT_INSTANCE"</xref>
7468                        or
7469                        <xref target="LIST EFFECT_INSTANCES">"LIST EFFECT_INSTANCES"</xref>
7470                        command and &lt;input-control&gt; is the index of the input
7471                        control within the numerical bounds as returned by the
7472                        "INPUT_CONTROLS" field of the
7473                        <xref target="GET EFFECT_INSTANCE INFO">"GET EFFECT_INSTANCE INFO"</xref>
7474                        command.</t>
7475    
7476                        <t>Possible Answers:</t>
7477                        <t>
7478                            <list>
7479                                <t>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
7480                                Each answer line begins with the information
7481                                category name, followed by a colon and then a space
7482                                character &lt;SP&gt; and finally the info character
7483                                string to that information category. There are
7484                                information categories which are always returned,
7485                                independent of the respective effect parameter and
7486                                there are optional information categories
7487                                which are only shown for certain effect parameters.
7488                                At the moment the following categories are defined:</t>
7489                                <t>
7490                                    <list>
7491                                        <t>DESCRIPTION -
7492                                            <list>
7493                                                <t>(always returned)
7494                                                human readable name of the
7495                                                effect parameter, intended to be
7496                                                displayed in user interfaces (note
7497                                                that the character string may
7498                                                contain <xref target="character_set">escape sequences</xref>)</t>
7499                                            </list>
7500                                        </t>
7501                                        <t>VALUE -
7502                                            <list>
7503                                                <t>
7504                                                (always returned)
7505                                                current (optional dotted)
7506                                                floating point value of this effect
7507                                                parameter</t>
7508                                            </list>
7509                                        </t>
7510                                        <t>RANGE_MIN -
7511                                            <list>
7512                                                <t>
7513                                                (optionally returned)
7514                                                minimum allowed value for this
7515                                                effect parameter</t>
7516                                            </list>
7517                                        </t>
7518                                        <t>RANGE_MAX -
7519                                            <list>
7520                                                <t>
7521                                                (optionally returned)
7522                                                maximum allowed value for this
7523                                                effect parameter</t>
7524                                            </list>
7525                                        </t>
7526                                        <t>POSSIBILITIES -
7527                                            <list>
7528                                                <t>
7529                                                (optionally returned)
7530                                                comma separated list of
7531                                                (optional dotted) floating point
7532                                                numbers, reflecting the exact set of
7533                                                possible values for this effect
7534                                                parameter</t>
7535                                            </list>
7536                                        </t>
7537                                        <t>DEFAULT -
7538                                            <list>
7539                                                <t>
7540                                                (optionally returned)
7541                                                default value of this effect
7542                                                parameter</t>
7543                                            </list>
7544                                        </t>
7545                                    </list>
7546                                </t>
7547                            </list>
7548                        </t>
7549                        <t>The mentioned fields above don't have to be in particular order.</t>
7550    
7551                        <t>Example:</t>
7552                        <t>
7553                            <list>
7554                                <t>C: "GET EFFECT_INSTANCE_INPUT_CONTROL INFO 1 0"</t>
7555                                <t>S: "DESCRIPTION: Base delay (s)"</t>
7556                                <t>&nbsp;&nbsp;&nbsp;"VALUE: 0.500"</t>
7557                                <t>&nbsp;&nbsp;&nbsp;"RANGE_MIN: 0.000"</t>
7558                                <t>&nbsp;&nbsp;&nbsp;"."</t>
7559                            </list>
7560                        </t>
7561                    </section>
7562    
7563                    <section title="Altering an effect parameter" anchor="SET EFFECT_INSTANCE_INPUT_CONTROL VALUE" lscp_cmd="true">
7564                        <t>The front-end can alter the current value of an effect
7565                        parameter by sending the following command:</t>
7566                        <t>
7567                            <list>
7568                                <t>SET EFFECT_INSTANCE_INPUT_CONTROL VALUE &lt;effect-instance&gt; &lt;input-control&gt; &lt;value&gt;</t>
7569                            </list>
7570                        </t>
7571                        <t>Where &lt;effect-instance&gt; is the numerical ID of the
7572                        effect instance as returned by the
7573                        <xref target="CREATE EFFECT_INSTANCE">"CREATE EFFECT_INSTANCE"</xref> or
7574                        <xref target="LIST EFFECT_INSTANCES">"LIST EFFECT_INSTANCES"</xref>
7575                        command, &lt;input-control&gt; is the index of the input
7576                        control within the numerical bounds as returned by the
7577                        "INPUT_CONTROLS" field of the
7578                        <xref target="GET EFFECT_INSTANCE INFO">"GET EFFECT_INSTANCE INFO"</xref>
7579                        command and &lt;value&gt; is the new (optional dotted)
7580                        floating point value for this effect parameter.</t>
7581    
7582                        <t>Possible Answers:</t>
7583                        <t>
7584                            <list>
7585                                <t>"OK" -
7586                                    <list>
7587                                        <t>in case the effect was altered successfully</t>
7588                                    </list>
7589                                </t>
7590                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7591                                    <list>
7592                                        <t>in case it failed, providing an appropriate error code and
7593                                        error message</t>
7594                                    </list>
7595                                </t>
7596                            </list>
7597                        </t>
7598    
7599                        <t>Examples:</t>
7600                        <t>
7601                            <list>
7602                                <t>C: "SET EFFECT_INSTANCE_INPUT_CONTROL VALUE 0 1 0.5"</t>
7603                                <t>S: "OK"</t>
7604                            </list>
7605                        </t>
7606                    </section>
7607    
7608                    <section title="Retrieve amount of send effect chains" anchor="GET SEND_EFFECT_CHAINS" lscp_cmd="true">
7609                        <t>The front-end can retrieve the current amount of send
7610                        effect chains of an audio output device by sending the
7611                        following command:</t>
7612                        <t>
7613                            <list>
7614                                <t>GET SEND_EFFECT_CHAINS &lt;audio-device&gt;</t>
7615                            </list>
7616                        </t>
7617                        <t>Where &lt;audio-device&gt; should be replaced by the
7618                        numerical ID of the audio output device as given by the
7619                        <xref target="CREATE AUDIO_OUTPUT_DEVICE">"CREATE AUDIO_OUTPUT_DEVICE"</xref>
7620                        or <xref target="LIST AUDIO_OUTPUT_DEVICES">"LIST AUDIO_OUTPUT_DEVICES"</xref>
7621                        command.</t>
7622    
7623                        <t>Possible Answers:</t>
7624                        <t>
7625                            <list>
7626                                <t>The sampler will answer by returning the current
7627                                number of send effect chains of the supplied audio
7628                                output device.</t>
7629                            </list>
7630                        </t>
7631    
7632                        <t>Examples:</t>
7633                        <t>
7634                            <list>
7635                                <t>C: "GET SEND_EFFECT_CHAINS 0"</t>
7636                                <t>S: "4"</t>
7637                            </list>
7638                        </t>
7639                    </section>
7640    
7641                    <section title="Retrieve list of send effect chains" anchor="LIST SEND_EFFECT_CHAINS" lscp_cmd="true">
7642                        <t>The front-end can retrieve the current list of send
7643                        effect chains of an audio output device by sending the
7644                        following command:</t>
7645                        <t>
7646                            <list>
7647                                <t>LIST SEND_EFFECT_CHAINS &lt;audio-device&gt;</t>
7648                            </list>
7649                        </t>
7650                        <t>Where &lt;audio-device&gt; should be replaced by the
7651                        numerical ID of the audio output device as given by the
7652                        <xref target="CREATE AUDIO_OUTPUT_DEVICE">"CREATE AUDIO_OUTPUT_DEVICE"</xref>
7653                        or <xref target="LIST AUDIO_OUTPUT_DEVICES">"LIST AUDIO_OUTPUT_DEVICES"</xref>
7654                        command.</t>
7655    
7656                        <t>Possible Answers:</t>
7657                        <t>
7658                            <list>
7659                                <t>The sampler will answer by returning a comma
7660                                separated list with numerical IDs of send effect
7661                                chains of the supplied audio output device.
7662                                </t>
7663                            </list>
7664                        </t>
7665    
7666                        <t>Examples:</t>
7667                        <t>
7668                            <list>
7669                                <t>C: "LIST SEND_EFFECT_CHAINS 0"</t>
7670                                <t>S: "3,4,7"</t>
7671                            </list>
7672                        </t>
7673                    </section>
7674    
7675                    <section title="Add send effect chain" anchor="ADD SEND_EFFECT_CHAIN" lscp_cmd="true">
7676                        <t>The front-end can add a send effect chain by sending the
7677                        following command:</t>
7678                        <t>
7679                            <list>
7680                                <t>ADD SEND_EFFECT_CHAIN &lt;audio-device&gt;</t>
7681                            </list>
7682                        </t>
7683                        <t>Where &lt;audio-device&gt; should be replaced by the
7684                        numerical ID of the audio output device as given by the
7685                        <xref target="CREATE AUDIO_OUTPUT_DEVICE">"CREATE AUDIO_OUTPUT_DEVICE"</xref>
7686                        or <xref target="LIST AUDIO_OUTPUT_DEVICES">"LIST AUDIO_OUTPUT_DEVICES"</xref>
7687                        command.</t>
7688    
7689                        <t>Possible Answers:</t>
7690                        <t>
7691                            <list>
7692                                <t>"OK[&lt;effect-chain&gt;]" -
7693                                    <list>
7694                                        <t>in case the send effect chain was
7695                                        added successfully, where
7696                                        &lt;effect-chain&gt; is the numerical ID
7697                                        of the new send effect chain</t>
7698                                    </list>
7699                                </t>
7700                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7701                                    <list>
7702                                        <t>if the send effect chain could not be added</t>
7703                                    </list>
7704                                </t>
7705                            </list>
7706                        </t>
7707    
7708                        <t>Examples:</t>
7709                        <t>
7710                            <list>
7711                                <t>C: "ADD SEND_EFFECT_CHAIN 0"</t>
7712                                <t>S: "OK[2]"</t>
7713                            </list>
7714                        </t>
7715                    </section>
7716    
7717                    <section title="Remove send effect chain" anchor="REMOVE SEND_EFFECT_CHAIN" lscp_cmd="true">
7718                        <t>The front-end can remove a send effect chain by sending
7719                        the following command:</t>
7720                        <t>
7721                            <list>
7722                                <t>REMOVE SEND_EFFECT_CHAIN &lt;audio-device&gt; &lt;effect-chain&gt;</t>
7723                            </list>
7724                        </t>
7725                        <t>Where &lt;audio-device&gt; should be replaced by the
7726                        numerical ID of the audio output device as given by the
7727                        <xref target="CREATE AUDIO_OUTPUT_DEVICE">"CREATE AUDIO_OUTPUT_DEVICE"</xref>
7728                        or <xref target="LIST AUDIO_OUTPUT_DEVICES">"LIST AUDIO_OUTPUT_DEVICES"</xref>
7729                        command and &lt;effect-chain&gt; by the numerical ID as
7730                        returned by the
7731                        <xref target="ADD SEND_EFFECT_CHAIN">"ADD SEND_EFFECT_CHAIN"</xref>
7732                        or
7733                        <xref target="LIST SEND_EFFECT_CHAINS">"LIST SEND_EFFECT_CHAINS"</xref>
7734                        command.</t>
7735    
7736                        <t>Possible Answers:</t>
7737                        <t>
7738                            <list>
7739                                <t>"OK" -
7740                                    <list>
7741                                        <t>in case the send effect chain was
7742                                        removed successfully</t>
7743                                    </list>
7744                                </t>
7745                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7746                                    <list>
7747                                        <t>if the send effect chain could not be removed</t>
7748                                    </list>
7749                                </t>
7750                            </list>
7751                        </t>
7752    
7753                        <t>Examples:</t>
7754                        <t>
7755                            <list>
7756                                <t>C: "REMOVE SEND_EFFECT_CHAIN 0 2"</t>
7757                                <t>S: "OK"</t>
7758                            </list>
7759                        </t>
7760                    </section>
7761    
7762                    <section title="Retrieving information about a send effect chain" anchor="GET SEND_EFFECT_CHAIN INFO" lscp_cmd="true">
7763                        <t>The front-end can ask for informations of a send effect
7764                        chain by sending the following command:</t>
7765                        <t>
7766                            <list>
7767                                <t>GET SEND_EFFECT_CHAIN INFO &lt;audio-device&gt; &lt;effect-chain&gt;</t>
7768                            </list>
7769                        </t>
7770                        <t>Where &lt;audio-device&gt; should be replaced by the
7771                        numerical ID of the audio output device as given by the
7772                        <xref target="CREATE AUDIO_OUTPUT_DEVICE">"CREATE AUDIO_OUTPUT_DEVICE"</xref>
7773                        or <xref target="LIST AUDIO_OUTPUT_DEVICES">"LIST AUDIO_OUTPUT_DEVICES"</xref>
7774                        command and &lt;effect-chain&gt; by the numerical ID as
7775                        returned by the
7776                        <xref target="ADD SEND_EFFECT_CHAIN">"ADD SEND_EFFECT_CHAIN"</xref>
7777                        or
7778                        <xref target="LIST SEND_EFFECT_CHAINS">"LIST SEND_EFFECT_CHAINS"</xref>
7779                        command.</t>
7780    
7781                        <t>Possible Answers:</t>
7782                        <t>
7783                            <list>
7784                                <t>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
7785                                Each answer line begins with the information
7786                                category name, followed by a colon and then a space
7787                                character &lt;SP&gt; and finally the info character
7788                                string to that information category.
7789                                At the moment the following categories are defined:</t>
7790                                <t>
7791                                    <list>
7792                                        <t>EFFECT_COUNT -
7793                                            <list>
7794                                                <t>amount of effects in this send
7795                                                effect chain</t>
7796                                            </list>
7797                                        </t>
7798                                        <t>EFFECT_SEQUENCE -
7799                                            <list>
7800                                                <t>comma separated list of the
7801                                                numerical IDs of the effect
7802                                                instances in this send effect chain,
7803                                                in the order as they are procssed in
7804                                                the effect chain</t>
7805                                            </list>
7806                                        </t>
7807                                    </list>
7808                                </t>
7809                            </list>
7810                        </t>
7811                        <t>The mentioned fields above don't have to be in particular order.</t>
7812    
7813                        <t>Example:</t>
7814                        <t>
7815                            <list>
7816                                <t>C: "GET SEND_EFFECT_CHAIN INFO 0 2"</t>
7817                                <t>S: "EFFECT_COUNT: 3"</t>
7818                                <t>&nbsp;&nbsp;&nbsp;"EFFECT_SEQUENCE: 31,4,7"</t>
7819                                <t>&nbsp;&nbsp;&nbsp;"."</t>
7820                            </list>
7821                        </t>
7822                    </section>
7823    
7824                    <section title="Append effect instance to a send effect chain" anchor="APPEND SEND_EFFECT_CHAIN EFFECT" lscp_cmd="true">
7825                        <t>The front-end can add an unused effect instance to the
7826                        end of a send effect chain by sending the following command:</t>
7827                        <t>
7828                            <list>
7829                                <t>APPEND SEND_EFFECT_CHAIN EFFECT &lt;audio-device&gt; &lt;effect-chain&gt; &lt;effect-instance&gt;</t>
7830                            </list>
7831                        </t>
7832                        <t>Where &lt;audio-device&gt; should be replaced by the
7833                        numerical ID of the audio output device as given by the
7834                        <xref target="CREATE AUDIO_OUTPUT_DEVICE">"CREATE AUDIO_OUTPUT_DEVICE"</xref>
7835                        or <xref target="LIST AUDIO_OUTPUT_DEVICES">"LIST AUDIO_OUTPUT_DEVICES"</xref>
7836                        command and &lt;effect-chain&gt; by the numerical ID as
7837                        returned by the
7838                        <xref target="ADD SEND_EFFECT_CHAIN">"ADD SEND_EFFECT_CHAIN"</xref>
7839                        or
7840                        <xref target="LIST SEND_EFFECT_CHAINS">"LIST SEND_EFFECT_CHAINS"</xref>
7841                        command and &lt;effect-instance&gt; as returned by the
7842                        <xref target="CREATE EFFECT_INSTANCE">"CREATE EFFECT_INSTANCE"</xref> or
7843                        <xref target="LIST EFFECT_INSTANCES">"LIST EFFECT_INSTANCES"</xref>
7844                        command.</t>
7845                        <t>Only unused effect instances can be added to the effect
7846                        chain. Trying to add an effect instance which is already in
7847                        use somewhere in the audio signal path of the sampler will
7848                        result in an error.</t>
7849    
7850                        <t>Possible Answers:</t>
7851                        <t>
7852                            <list>
7853                                <t>"OK" -
7854                                    <list>
7855                                        <t>in case the effect instance was
7856                                        added successfully to the chain</t>
7857                                    </list>
7858                                </t>
7859                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7860                                    <list>
7861                                        <t>if the effect instance could not be added</t>
7862                                    </list>
7863                                </t>
7864                            </list>
7865                        </t>
7866    
7867                        <t>Examples:</t>
7868                        <t>
7869                            <list>
7870                                <t>C: "APPEND SEND_EFFECT_CHAIN EFFECT 0 2 38"</t>
7871                                <t>S: "OK"</t>
7872                            </list>
7873                        </t>
7874                    </section>
7875    
7876                    <section title="Insert effect instance to a send effect chain" anchor="INSERT SEND_EFFECT_CHAIN EFFECT" lscp_cmd="true">
7877                        <t>The front-end can add an unused effect instance to a
7878                        certain position of a send effect chain by sending the
7879                        following command:</t>
7880                        <t>
7881                            <list>
7882                                <t>INSERT SEND_EFFECT_CHAIN EFFECT &lt;audio-device&gt; &lt;effect-chain&gt; &lt;chain-pos&gt; &lt;effect-instance&gt;</t>
7883                            </list>
7884                        </t>
7885                        <t>Where &lt;audio-device&gt; should be replaced by the
7886                        numerical ID of the audio output device as given by the
7887                        <xref target="CREATE AUDIO_OUTPUT_DEVICE">"CREATE AUDIO_OUTPUT_DEVICE"</xref>
7888                        or <xref target="LIST AUDIO_OUTPUT_DEVICES">"LIST AUDIO_OUTPUT_DEVICES"</xref>
7889                        command, &lt;effect-chain&gt; by the numerical ID as
7890                        returned by the
7891                        <xref target="ADD SEND_EFFECT_CHAIN">"ADD SEND_EFFECT_CHAIN"</xref>
7892                        or
7893                        <xref target="LIST SEND_EFFECT_CHAINS">"LIST SEND_EFFECT_CHAINS"</xref>
7894                        command, &lt;effect-instance&gt; as returned by the
7895                        <xref target="CREATE EFFECT_INSTANCE">"CREATE EFFECT_INSTANCE"</xref> or
7896                        <xref target="LIST EFFECT_INSTANCES">"LIST EFFECT_INSTANCES"</xref>
7897                        command and &lt;chain-pos&gt; the exact position of the
7898                        effect chain where the supplied effect shall be inserted
7899                        to.</t>
7900                        <t>Only unused effect instances can be added to the effect
7901                        chain. Trying to add an effect instance which is already in
7902                        use somewhere in the audio signal path of the sampler will
7903                        result in an error.</t>
7904    
7905                        <t>Possible Answers:</t>
7906                        <t>
7907                            <list>
7908                                <t>"OK" -
7909                                    <list>
7910                                        <t>in case the effect instance was
7911                                        added successfully to the chain</t>
7912                                    </list>
7913                                </t>
7914                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7915                                    <list>
7916                                        <t>if the effect instance could not be added</t>
7917                                    </list>
7918                                </t>
7919                            </list>
7920                        </t>
7921    
7922                        <t>Examples:</t>
7923                        <t>
7924                            <list>
7925                                <t>C: "INSERT SEND_EFFECT_CHAIN EFFECT 0 2 4 38"</t>
7926                                <t>S: "OK"</t>
7927                            </list>
7928                        </t>
7929                    </section>
7930    
7931                    <section title="Remove effect instance from send effect chain" anchor="REMOVE SEND_EFFECT_CHAIN EFFECT" lscp_cmd="true">
7932                        <t>The front-end can remove an effect instance from a
7933                        certain position of a send effect chain by sending the
7934                        following command:</t>
7935                        <t>
7936                            <list>
7937                                <t>REMOVE SEND_EFFECT_CHAIN EFFECT &lt;audio-device&gt; &lt;effect-chain&gt; &lt;chain-pos&gt;</t>
7938                            </list>
7939                        </t>
7940                        <t>Where &lt;audio-device&gt; should be replaced by the
7941                        numerical ID of the audio output device as given by the
7942                        <xref target="CREATE AUDIO_OUTPUT_DEVICE">"CREATE AUDIO_OUTPUT_DEVICE"</xref>
7943                        or <xref target="LIST AUDIO_OUTPUT_DEVICES">"LIST AUDIO_OUTPUT_DEVICES"</xref>
7944                        command, &lt;effect-chain&gt; by the numerical ID as
7945                        returned by the
7946                        <xref target="ADD SEND_EFFECT_CHAIN">"ADD SEND_EFFECT_CHAIN"</xref>
7947                        or
7948                        <xref target="LIST SEND_EFFECT_CHAINS">"LIST SEND_EFFECT_CHAINS"</xref>
7949                        command and &lt;chain-pos&gt; the exact position of the
7950                        effect instance to be removed from the effect chain.</t>
7951    
7952                        <t>Possible Answers:</t>
7953                        <t>
7954                            <list>
7955                                <t>"OK" -
7956                                    <list>
7957                                        <t>in case the effect instance was
7958                                        removed successfully</t>
7959                                    </list>
7960                                </t>
7961                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7962                                    <list>
7963                                        <t>if the effect instance could not be removed</t>
7964                                    </list>
7965                                </t>
7966                            </list>
7967                        </t>
7968    
7969                        <t>Examples:</t>
7970                        <t>
7971                            <list>
7972                                <t>C: "REMOVE SEND_EFFECT_CHAIN EFFECT 0 2 4"</t>
7973                                <t>S: "OK"</t>
7974                            </list>
7975                        </t>
7976                    </section>
7977    
7978                </section>
7979            </section>
7980    
7981          <section title="Command Syntax" anchor="command_syntax">          <section title="Command Syntax" anchor="command_syntax">
7982              <t>The grammar of the control protocol as descibed in <xref target="control_commands"/>              <t>The grammar of the control protocol as descibed in <xref target="control_commands"/>
# Line 4751  Schoenebeck'> Line 7992  Schoenebeck'>
7992    
7993  <t>input =  <t>input =
7994          <list>          <list>
7995                  <t>line LF                  <t>line
7996                  </t>                  </t>
7997                  <t>/ line CR LF                  <t>/ error
7998                  </t>                  </t>
7999          </list>          </list>
8000  </t>  </t>
8001  <t>line =  <t>line =
8002          <list>          <list>
8003                  <t>/* epsilon (empty line ignored) */                  <t>statement LF
8004                    </t>
8005                    <t>/ statement CR LF
8006                    </t>
8007            </list>
8008    </t>
8009    <t>statement =
8010            <list>
8011                    <t>/* epsilon (empty statement/line ignored) */
8012                  </t>                  </t>
8013                  <t>/ comment                  <t>/ comment
8014                  </t>                  </t>
8015                  <t>/ command                  <t>/ command
8016                  </t>                  </t>
                 <t>/ error  
                 </t>  
8017          </list>          </list>
8018  </t>  </t>
8019  <t>comment =  <t>comment =
# Line 4809  Schoenebeck'> Line 8056  Schoenebeck'>
8056                  </t>                  </t>
8057                  <t>/ UNSUBSCRIBE SP unsubscribe_event                  <t>/ UNSUBSCRIBE SP unsubscribe_event
8058                  </t>                  </t>
                 <t>/ SELECT SP text  
                 </t>  
8059                  <t>/ RESET SP reset_instruction                  <t>/ RESET SP reset_instruction
8060                  </t>                  </t>
8061                  <t>/ CLEAR SP clear_instruction                  <t>/ CLEAR SP clear_instruction
8062                  </t>                  </t>
8063                    <t>/ FIND SP find_instruction
8064                    </t>
8065                    <t>/ MOVE SP move_instruction
8066                    </t>
8067                    <t>/ COPY SP copy_instruction
8068                    </t>
8069                    <t>/ EDIT SP edit_instruction
8070                    </t>
8071                    <t>/ FORMAT SP format_instruction
8072                    </t>
8073                    <t>/ SEND SP send_instruction
8074                    </t>
8075                    <t>/ APPEND SP append_instruction
8076                    </t>
8077                    <t>/ INSERT SP insert_instruction
8078                    </t>
8079                  <t>/ RESET                  <t>/ RESET
8080                  </t>                  </t>
8081                  <t>/ QUIT                  <t>/ QUIT
# Line 4825  Schoenebeck'> Line 8086  Schoenebeck'>
8086          <list>          <list>
8087                  <t>CHANNEL                  <t>CHANNEL
8088                  </t>                  </t>
8089                    <t>/ CHANNEL SP MIDI_INPUT SP sampler_channel SP device_index
8090                    </t>
8091                    <t>/ CHANNEL SP MIDI_INPUT SP sampler_channel SP device_index SP midi_input_port_index
8092                    </t>
8093                    <t>/ DB_INSTRUMENT_DIRECTORY SP db_path
8094                    </t>
8095                    <t>/ DB_INSTRUMENTS SP NON_MODAL SP scan_mode SP db_path SP filename
8096                    </t>
8097                    <t>/ DB_INSTRUMENTS SP NON_MODAL SP scan_mode SP FILE_AS_DIR SP db_path SP filename
8098                    </t>
8099                    <t>/ DB_INSTRUMENTS SP scan_mode SP db_path SP filename
8100                    </t>
8101                    <t>/ DB_INSTRUMENTS SP scan_mode SP FILE_AS_DIR SP db_path SP filename
8102                    </t>
8103                    <t>/ DB_INSTRUMENTS SP NON_MODAL SP db_path SP filename
8104                    </t>
8105                    <t>/ DB_INSTRUMENTS SP NON_MODAL SP db_path SP filename SP instrument_index
8106                    </t>
8107                    <t>/ DB_INSTRUMENTS SP db_path SP filename
8108                    </t>
8109                    <t>/ DB_INSTRUMENTS SP db_path SP filename SP instrument_index
8110                    </t>
8111                  <t>/ MIDI_INSTRUMENT_MAP                  <t>/ MIDI_INSTRUMENT_MAP
8112                  </t>                  </t>
8113                  <t>/ MIDI_INSTRUMENT_MAP SP map_name                  <t>/ MIDI_INSTRUMENT_MAP SP map_name
8114                  </t>                  </t>
8115                    <t>/ SEND_EFFECT_CHAIN SP device_index
8116                    </t>
8117          </list>          </list>
8118  </t>  </t>
8119  <t>subscribe_event =  <t>subscribe_event =
# Line 4843  Schoenebeck'> Line 8128  Schoenebeck'>
8128                  </t>                  </t>
8129                  <t>/ CHANNEL_COUNT                  <t>/ CHANNEL_COUNT
8130                  </t>                  </t>
8131                    <t>/ CHANNEL_MIDI
8132                    </t>
8133                    <t>/ DEVICE_MIDI
8134                    </t>
8135                  <t>/ VOICE_COUNT                  <t>/ VOICE_COUNT
8136                  </t>                  </t>
8137                  <t>/ STREAM_COUNT                  <t>/ STREAM_COUNT
# Line 4863  Schoenebeck'> Line 8152  Schoenebeck'>
8152                  </t>                  </t>
8153                  <t>/ MIDI_INSTRUMENT_INFO                  <t>/ MIDI_INSTRUMENT_INFO
8154                  </t>                  </t>
8155                    <t>/ DB_INSTRUMENT_DIRECTORY_COUNT
8156                    </t>
8157                    <t>/ DB_INSTRUMENT_DIRECTORY_INFO
8158                    </t>
8159                    <t>/ DB_INSTRUMENT_COUNT
8160                    </t>
8161                    <t>/ DB_INSTRUMENT_INFO
8162                    </t>
8163                    <t>/ DB_INSTRUMENTS_JOB_INFO
8164                    </t>
8165                  <t>/ MISCELLANEOUS                  <t>/ MISCELLANEOUS
8166                  </t>                  </t>
8167                    <t>/ TOTAL_STREAM_COUNT
8168                    </t>
8169                  <t>/ TOTAL_VOICE_COUNT                  <t>/ TOTAL_VOICE_COUNT
8170                  </t>                  </t>
8171                  <t>/ GLOBAL_INFO                  <t>/ GLOBAL_INFO
8172                  </t>                  </t>
8173                    <t>/ EFFECT_INSTANCE_COUNT
8174                    </t>
8175                    <t>/ EFFECT_INSTANCE_INFO
8176                    </t>
8177                    <t>/ SEND_EFFECT_CHAIN_COUNT
8178                    </t>
8179                    <t>/ SEND_EFFECT_CHAIN_INFO
8180                    </t>
8181          </list>          </list>
8182  </t>  </t>
8183  <t>unsubscribe_event =  <t>unsubscribe_event =
# Line 4883  Schoenebeck'> Line 8192  Schoenebeck'>
8192                  </t>                  </t>
8193                  <t>/ CHANNEL_COUNT                  <t>/ CHANNEL_COUNT
8194                  </t>                  </t>
8195                    <t>/ CHANNEL_MIDI
8196                    </t>
8197                    <t>/ DEVICE_MIDI
8198                    </t>
8199                  <t>/ VOICE_COUNT                  <t>/ VOICE_COUNT
8200                  </t>                  </t>
8201                  <t>/ STREAM_COUNT                  <t>/ STREAM_COUNT
# Line 4903  Schoenebeck'> Line 8216  Schoenebeck'>
8216                  </t>                  </t>
8217                  <t>/ MIDI_INSTRUMENT_INFO                  <t>/ MIDI_INSTRUMENT_INFO
8218                  </t>                  </t>
8219                    <t>/ DB_INSTRUMENT_DIRECTORY_COUNT
8220                    </t>
8221                    <t>/ DB_INSTRUMENT_DIRECTORY_INFO
8222                    </t>
8223                    <t>/ DB_INSTRUMENT_COUNT
8224                    </t>
8225                    <t>/ DB_INSTRUMENT_INFO
8226                    </t>
8227                    <t>/ DB_INSTRUMENTS_JOB_INFO
8228                    </t>
8229                  <t>/ MISCELLANEOUS                  <t>/ MISCELLANEOUS
8230                  </t>                  </t>
8231                    <t>/ TOTAL_STREAM_COUNT
8232                    </t>
8233                  <t>/ TOTAL_VOICE_COUNT                  <t>/ TOTAL_VOICE_COUNT
8234                  </t>                  </t>
8235                  <t>/ GLOBAL_INFO                  <t>/ GLOBAL_INFO
8236                  </t>                  </t>
8237                    <t>/ EFFECT_INSTANCE_COUNT
8238                    </t>
8239                    <t>/ EFFECT_INSTANCE_INFO
8240                    </t>
8241                    <t>/ SEND_EFFECT_CHAIN_COUNT
8242                    </t>
8243                    <t>/ SEND_EFFECT_CHAIN_INFO
8244                    </t>
8245          </list>          </list>
8246  </t>  </t>
8247  <t>map_instruction =  <t>map_instruction =
# Line 4933  Schoenebeck'> Line 8266  Schoenebeck'>
8266          <list>          <list>
8267                  <t>CHANNEL SP sampler_channel                  <t>CHANNEL SP sampler_channel
8268                  </t>                  </t>
8269                    <t>/ CHANNEL SP MIDI_INPUT SP sampler_channel
8270                    </t>
8271                    <t>/ CHANNEL SP MIDI_INPUT SP sampler_channel SP device_index
8272                    </t>
8273                    <t>/ CHANNEL SP MIDI_INPUT SP sampler_channel SP device_index SP midi_input_port_index
8274                    </t>
8275                  <t>/ MIDI_INSTRUMENT_MAP SP midi_map                  <t>/ MIDI_INSTRUMENT_MAP SP midi_map
8276                  </t>                  </t>
8277                  <t>/ MIDI_INSTRUMENT_MAP SP ALL                  <t>/ MIDI_INSTRUMENT_MAP SP ALL
8278                  </t>                  </t>
8279                    <t>/ SEND_EFFECT_CHAIN SP device_index SP effect_chain
8280                    </t>
8281                    <t>/ SEND_EFFECT_CHAIN SP EFFECT SP device_index SP effect_chain SP chain_pos
8282                    </t>
8283                    <t>/ FX_SEND SP EFFECT SP sampler_channel SP fx_send_id
8284                    </t>
8285                    <t>/ DB_INSTRUMENT_DIRECTORY SP FORCE SP db_path
8286                    </t>
8287                    <t>/ DB_INSTRUMENT_DIRECTORY SP db_path
8288                    </t>
8289                    <t>/ DB_INSTRUMENT SP db_path
8290                    </t>
8291          </list>          </list>
8292  </t>  </t>
8293  <t>get_instruction =  <t>get_instruction =
8294          <list>          <list>
8295                  <t>AVAILABLE_ENGINES                  <t>AVAILABLE_ENGINES
8296                  </t>                  </t>
8297                    <t>/ AVAILABLE_EFFECTS
8298                    </t>
8299                    <t>/ EFFECT_INSTANCES
8300                    </t>
8301                    <t>/ EFFECT SP INFO SP effect_index
8302                    </t>
8303                    <t>/ EFFECT_INSTANCE SP INFO SP effect_instance
8304                    </t>
8305                    <t>/ EFFECT_INSTANCE_INPUT_CONTROL SP INFO SP effect_instance SP input_control
8306                    </t>
8307                    <t>/ SEND_EFFECT_CHAINS SP device_index
8308                    </t>
8309                    <t>/ SEND_EFFECT_CHAIN SP INFO SP device_index SP effect_chain
8310                    </t>
8311                  <t>/ AVAILABLE_MIDI_INPUT_DRIVERS                  <t>/ AVAILABLE_MIDI_INPUT_DRIVERS
8312                  </t>                  </t>
8313                  <t>/ MIDI_INPUT_DRIVER SP INFO SP string                  <t>/ MIDI_INPUT_DRIVER SP INFO SP string
# Line 4989  Schoenebeck'> Line 8354  Schoenebeck'>
8354                  </t>                  </t>
8355                  <t>/ SERVER SP INFO                  <t>/ SERVER SP INFO
8356                  </t>                  </t>
8357                    <t>/ TOTAL_STREAM_COUNT
8358                    </t>
8359                  <t>/ TOTAL_VOICE_COUNT                  <t>/ TOTAL_VOICE_COUNT
8360                  </t>                  </t>
8361                  <t>/ TOTAL_VOICE_COUNT_MAX                  <t>/ TOTAL_VOICE_COUNT_MAX
# Line 5007  Schoenebeck'> Line 8374  Schoenebeck'>
8374                  </t>                  </t>
8375                  <t>/ FX_SEND SP INFO SP sampler_channel SP fx_send_id                  <t>/ FX_SEND SP INFO SP sampler_channel SP fx_send_id
8376                  </t>                  </t>
8377                    <t>/ DB_INSTRUMENT_DIRECTORIES SP RECURSIVE SP db_path
8378                    </t>
8379                    <t>/ DB_INSTRUMENT_DIRECTORIES SP db_path
8380                    </t>
8381                    <t>/ DB_INSTRUMENT_DIRECTORY SP INFO SP db_path
8382                    </t>
8383                    <t>/ DB_INSTRUMENTS SP RECURSIVE SP db_path
8384                    </t>
8385                    <t>/ DB_INSTRUMENTS SP db_path
8386                    </t>
8387                    <t>/ DB_INSTRUMENT SP INFO SP db_path
8388                    </t>
8389                    <t>/ DB_INSTRUMENTS_JOB SP INFO SP number
8390                    </t>
8391                  <t>/ VOLUME                  <t>/ VOLUME
8392                  </t>                  </t>
8393                    <t>/ VOICES
8394                    </t>
8395                    <t>/ STREAMS
8396                    </t>
8397                    <t>/ FILE SP INSTRUMENTS SP filename
8398                    </t>
8399                    <t>/ FILE SP INSTRUMENT SP INFO SP filename SP instrument_index
8400                    </t>
8401          </list>          </list>
8402  </t>  </t>
8403  <t>set_instruction =  <t>set_instruction =
# Line 5019  Schoenebeck'> Line 8408  Schoenebeck'>
8408                  </t>                  </t>
8409                  <t>/ MIDI_INPUT_DEVICE_PARAMETER SP number SP string '=' param_val_list                  <t>/ MIDI_INPUT_DEVICE_PARAMETER SP number SP string '=' param_val_list
8410                  </t>                  </t>
8411                    <t>/ MIDI_INPUT_PORT_PARAMETER SP number SP number SP string '=' NONE
8412                    </t>
8413                  <t>/ MIDI_INPUT_PORT_PARAMETER SP number SP number SP string '=' param_val_list                  <t>/ MIDI_INPUT_PORT_PARAMETER SP number SP number SP string '=' param_val_list
8414                  </t>                  </t>
8415                    <t>/ EFFECT_INSTANCE_INPUT_CONTROL SP VALUE SP effect_instance SP input_control SP control_value
8416                    </t>
8417                  <t>/ CHANNEL SP set_chan_instruction                  <t>/ CHANNEL SP set_chan_instruction
8418                  </t>                  </t>
8419                  <t>/ MIDI_INSTRUMENT_MAP SP NAME SP midi_map SP map_name                  <t>/ MIDI_INSTRUMENT_MAP SP NAME SP midi_map SP map_name
# Line 5033  Schoenebeck'> Line 8426  Schoenebeck'>
8426                  </t>                  </t>
8427                  <t>/ FX_SEND SP LEVEL SP sampler_channel SP fx_send_id SP volume_value                  <t>/ FX_SEND SP LEVEL SP sampler_channel SP fx_send_id SP volume_value
8428                  </t>                  </t>
8429                    <t>/ FX_SEND SP EFFECT SP sampler_channel SP fx_send_id SP effect_chain SP chain_pos
8430                    </t>
8431                    <t>/ DB_INSTRUMENT_DIRECTORY SP NAME SP db_path SP stringval_escaped
8432                    </t>
8433                    <t>/ DB_INSTRUMENT_DIRECTORY SP DESCRIPTION SP db_path SP stringval_escaped
8434                    </t>
8435                    <t>/ DB_INSTRUMENT SP NAME SP db_path SP stringval_escaped
8436                    </t>
8437                    <t>/ DB_INSTRUMENT SP DESCRIPTION SP db_path SP stringval_escaped
8438                    </t>
8439                    <t>/ DB_INSTRUMENT SP FILE_PATH SP filename SP filename
8440                    </t>
8441                  <t>/ ECHO SP boolean                  <t>/ ECHO SP boolean
8442                  </t>                  </t>
8443                    <t>/ SHELL SP INTERACT SP boolean
8444                    </t>
8445                    <t>/ SHELL SP AUTO_CORRECT SP boolean
8446                    </t>
8447                    <t>/ SHELL SP DOC SP boolean
8448                    </t>
8449                  <t>/ VOLUME SP volume_value                  <t>/ VOLUME SP volume_value
8450                  </t>                  </t>
8451                    <t>/ VOICES SP number
8452                    </t>
8453                    <t>/ STREAMS SP number
8454                    </t>
8455          </list>          </list>
8456  </t>  </t>
8457  <t>create_instruction =  <t>create_instruction =
# Line 5053  Schoenebeck'> Line 8468  Schoenebeck'>
8468                  </t>                  </t>
8469                  <t>/ FX_SEND SP sampler_channel SP midi_ctrl SP fx_send_name                  <t>/ FX_SEND SP sampler_channel SP midi_ctrl SP fx_send_name
8470                  </t>                  </t>
8471                    <t>/ EFFECT_INSTANCE SP effect_index
8472                    </t>
8473                    <t>/ EFFECT_INSTANCE SP effect_system SP module SP effect_name
8474                    </t>
8475          </list>          </list>
8476  </t>  </t>
8477  <t>reset_instruction =  <t>reset_instruction =
# Line 5069  Schoenebeck'> Line 8488  Schoenebeck'>
8488                  </t>                  </t>
8489          </list>          </list>
8490  </t>  </t>
8491    <t>find_instruction =
8492            <list>
8493                    <t>DB_INSTRUMENTS SP NON_RECURSIVE SP db_path SP query_val_list
8494                    </t>
8495                    <t>/ DB_INSTRUMENTS SP db_path SP query_val_list
8496                    </t>
8497                    <t>/ DB_INSTRUMENT_DIRECTORIES SP NON_RECURSIVE SP db_path SP query_val_list
8498                    </t>
8499                    <t>/ DB_INSTRUMENT_DIRECTORIES SP db_path SP query_val_list
8500                    </t>
8501                    <t>/ LOST SP DB_INSTRUMENT_FILES
8502                    </t>
8503            </list>
8504    </t>
8505    <t>move_instruction =
8506            <list>
8507                    <t>DB_INSTRUMENT_DIRECTORY SP db_path SP db_path
8508                    </t>
8509                    <t>/ DB_INSTRUMENT SP db_path SP db_path
8510                    </t>
8511            </list>
8512    </t>
8513    <t>copy_instruction =
8514            <list>
8515                    <t>DB_INSTRUMENT_DIRECTORY SP db_path SP db_path
8516                    </t>
8517                    <t>/ DB_INSTRUMENT SP db_path SP db_path
8518                    </t>
8519            </list>
8520    </t>
8521  <t>destroy_instruction =  <t>destroy_instruction =
8522          <list>          <list>
8523                  <t>AUDIO_OUTPUT_DEVICE SP number                  <t>AUDIO_OUTPUT_DEVICE SP number
# Line 5077  Schoenebeck'> Line 8526  Schoenebeck'>
8526                  </t>                  </t>
8527                  <t>/ FX_SEND SP sampler_channel SP fx_send_id                  <t>/ FX_SEND SP sampler_channel SP fx_send_id
8528                  </t>                  </t>
8529                    <t>/ EFFECT_INSTANCE SP number
8530                    </t>
8531          </list>          </list>
8532  </t>  </t>
8533  <t>load_instruction =  <t>load_instruction =
# Line 5087  Schoenebeck'> Line 8538  Schoenebeck'>
8538                  </t>                  </t>
8539          </list>          </list>
8540  </t>  </t>
8541    <t>append_instruction =
8542            <list>
8543                    <t>SEND_EFFECT_CHAIN SP EFFECT SP device_index SP effect_chain SP effect_instance
8544                    </t>
8545            </list>
8546    </t>
8547    <t>insert_instruction =
8548            <list>
8549                    <t>SEND_EFFECT_CHAIN SP EFFECT SP device_index SP effect_chain SP chain_pos SP effect_instance
8550                    </t>
8551            </list>
8552    </t>
8553  <t>set_chan_instruction =  <t>set_chan_instruction =
8554          <list>          <list>
8555                  <t>AUDIO_OUTPUT_DEVICE SP sampler_channel SP device_index                  <t>AUDIO_OUTPUT_DEVICE SP sampler_channel SP device_index
# Line 5119  Schoenebeck'> Line 8582  Schoenebeck'>
8582                  </t>                  </t>
8583          </list>          </list>
8584  </t>  </t>
8585    <t>edit_instruction =
8586            <list>
8587                    <t>CHANNEL SP INSTRUMENT SP sampler_channel
8588                    </t>
8589            </list>
8590    </t>
8591    <t>format_instruction =
8592            <list>
8593                    <t>INSTRUMENTS_DB
8594                    </t>
8595            </list>
8596    </t>
8597  <t>modal_arg =  <t>modal_arg =
8598          <list>          <list>
8599                  <t>/* epsilon (empty argument) */                  <t>/* epsilon (empty argument) */
# Line 5151  Schoenebeck'> Line 8626  Schoenebeck'>
8626                  </t>                  </t>
8627                  <t>/ CHANNELS                  <t>/ CHANNELS
8628                  </t>                  </t>
8629                    <t>/ CHANNEL SP MIDI_INPUTS SP sampler_channel
8630                    </t>
8631                  <t>/ AVAILABLE_ENGINES                  <t>/ AVAILABLE_ENGINES
8632                  </t>                  </t>
8633                    <t>/ AVAILABLE_EFFECTS
8634                    </t>
8635                    <t>/ EFFECT_INSTANCES
8636                    </t>
8637                    <t>/ SEND_EFFECT_CHAINS SP number
8638                    </t>
8639                  <t>/ AVAILABLE_MIDI_INPUT_DRIVERS                  <t>/ AVAILABLE_MIDI_INPUT_DRIVERS
8640                  </t>                  </t>
8641                  <t>/ AVAILABLE_AUDIO_OUTPUT_DRIVERS                  <t>/ AVAILABLE_AUDIO_OUTPUT_DRIVERS
# Line 5165  Schoenebeck'> Line 8648  Schoenebeck'>
8648                  </t>                  </t>
8649                  <t>/ FX_SENDS SP sampler_channel                  <t>/ FX_SENDS SP sampler_channel
8650                  </t>                  </t>
8651                    <t>/ DB_INSTRUMENT_DIRECTORIES SP RECURSIVE SP db_path
8652                    </t>
8653                    <t>/ DB_INSTRUMENT_DIRECTORIES SP db_path
8654                    </t>
8655                    <t>/ DB_INSTRUMENTS SP RECURSIVE SP db_path
8656                    </t>
8657                    <t>/ DB_INSTRUMENTS SP db_path
8658                    </t>
8659                    <t>/ FILE SP INSTRUMENTS SP filename
8660                    </t>
8661            </list>
8662    </t>
8663    <t>send_instruction =
8664            <list>
8665                    <t>CHANNEL SP MIDI_DATA SP string SP sampler_channel SP number SP number
8666                    </t>
8667          </list>          </list>
8668  </t>  </t>
8669  <t>load_instr_args =  <t>load_instr_args =
# Line 5191  Schoenebeck'> Line 8690  Schoenebeck'>
8690                  </t>                  </t>
8691          </list>          </list>
8692  </t>  </t>
8693    <t>effect_instance =
8694            <list>
8695                    <t>number
8696                    </t>
8697            </list>
8698    </t>
8699  <t>device_index =  <t>device_index =
8700          <list>          <list>
8701                  <t>number                  <t>number
# Line 5261  Schoenebeck'> Line 8766  Schoenebeck'>
8766                  </t>                  </t>
8767          </list>          </list>
8768  </t>  </t>
8769    <t>control_value =
8770            <list>
8771                    <t>real
8772                    </t>
8773            </list>
8774    </t>
8775  <t>sampler_channel =  <t>sampler_channel =
8776          <list>          <list>
8777                  <t>number                  <t>number
# Line 5287  Schoenebeck'> Line 8798  Schoenebeck'>
8798  </t>  </t>
8799  <t>filename =  <t>filename =
8800          <list>          <list>
8801                  <t>stringval                  <t>path
8802                    </t>
8803            </list>
8804    </t>
8805    <t>db_path =
8806            <list>
8807                    <t>path
8808                  </t>                  </t>
8809          </list>          </list>
8810  </t>  </t>
8811  <t>map_name =  <t>map_name =
8812          <list>          <list>
8813                  <t>stringval                  <t>stringval_escaped
8814                  </t>                  </t>
8815          </list>          </list>
8816  </t>  </t>
8817  <t>entry_name =  <t>entry_name =
8818          <list>          <list>
8819                  <t>stringval                  <t>stringval_escaped
8820                  </t>                  </t>
8821          </list>          </list>
8822  </t>  </t>
8823  <t>fx_send_name =  <t>fx_send_name =
8824          <list>          <list>
8825                  <t>stringval                  <t>stringval_escaped
8826                    </t>
8827            </list>
8828    </t>
8829    <t>effect_name =
8830            <list>
8831                    <t>stringval_escaped
8832                    </t>
8833            </list>
8834    </t>
8835    <t>effect_index =
8836            <list>
8837                    <t>number
8838                    </t>
8839            </list>
8840    </t>
8841    <t>effect_chain =
8842            <list>
8843                    <t>number
8844                    </t>
8845            </list>
8846    </t>
8847    <t>chain_pos =
8848            <list>
8849                    <t>number
8850                    </t>
8851            </list>
8852    </t>
8853    <t>input_control =
8854            <list>
8855                    <t>number
8856                  </t>                  </t>
8857          </list>          </list>
8858  </t>  </t>
# Line 5317  Schoenebeck'> Line 8864  Schoenebeck'>
8864                  </t>                  </t>
8865          </list>          </list>
8866  </t>  </t>
8867    
8868  <t>param_val =  <t>param_val =
8869          <list>          <list>
8870                  <t>string                  <t>string
# Line 5329  Schoenebeck'> Line 8877  Schoenebeck'>
8877                  </t>                  </t>
8878          </list>          </list>
8879  </t>  </t>
8880    <t>query_val_list =
8881            <list>
8882                    <t>string '=' query_val
8883                    </t>
8884                    <t>/ query_val_list SP string '=' query_val
8885                    </t>
8886            </list>
8887    </t>
8888    <t>query_val =
8889            <list>
8890                    <t>text_escaped
8891                    </t>
8892                    <t>/ stringval_escaped
8893                    </t>
8894            </list>
8895    </t>
8896    <t>scan_mode =
8897            <list>
8898                    <t>RECURSIVE
8899                    </t>
8900                    <t>/ NON_RECURSIVE
8901                    </t>
8902                    <t>/ FLAT
8903                    </t>
8904            </list>
8905    </t>
8906    <t>effect_system =
8907            <list>
8908                    <t>string
8909                    </t>
8910            </list>
8911    </t>
8912    <t>module =
8913            <list>
8914                    <t>filename
8915                    </t>
8916            </list>
8917    </t>
8918    
8919              <!-- GRAMMAR_BNF_END - do NOT delete or modify this line !!! -->              <!-- GRAMMAR_BNF_END - do NOT delete or modify this line !!! -->
8920    
8921                <section title="Character Set and Escape Sequences" anchor="character_set">
8922                    <t>Older versions of this protocol up to and including v1.1 only
8923                    supported the standard ASCII character set (ASCII code 0 - 127)
8924                    <xref target="RFC20"/>, all younger versions of this protocol
8925                    however support the Extended ASCII character set (ASCII code
8926                    0 - 255). The same group of younger protocols also support
8927                    escape sequences, but only for certain, explicitly declared
8928                    parts of the protocol. The supported escape sequences are
8929                    defined as follows:</t>
8930                    <texttable>
8931                        <ttcol>ASCII Character Sequence</ttcol>
8932                        <ttcol>Translated into (Name)</ttcol>
8933                        <c>\n</c> <c>new line</c>
8934                        <c>\r</c> <c>carriage return</c>
8935                        <c>\f</c> <c>form feed</c>
8936                        <c>\t</c> <c>horizontal tab</c>
8937                        <c>\v</c> <c>vertical tab</c>
8938                        <c>\'</c> <c>apostrophe</c>
8939                        <c>\"</c> <c>quotation mark</c>
8940                        <c>\\</c> <c>backslash</c>
8941                        <c>\OOO</c> <c>three digit octal ASCII code of the character</c>
8942                        <c>\xHH</c> <c>two digit hex ASCII code of the character</c>
8943                    </texttable>
8944                    <t>Notice: due to the transition of certain parts of the
8945                    protocol which now support escape sequences, a slight backward
8946                    incompatibility to protocols version v1.1 and younger has been
8947                    introduced. The only difference is that in parts of the protocol
8948                    where escape characters are now supported, a backslash characters
8949                    MUST be escaped as well (that is as double backslash), whereas
8950                    in the old versions a single backslash was sufficient.</t>
8951    
8952                    <t>The following LSCP commands support escape sequences as part
8953                    of their filename / path based arguments and / or may contain
8954                    a filename / path with escape sequences in their response:
8955                    <list>
8956                        <t><xref target="LOAD INSTRUMENT">"LOAD INSTRUMENT"</xref></t>
8957                        <t><xref target="GET CHANNEL INFO">"GET CHANNEL INFO"</xref></t>
8958                        <t><xref target="MAP MIDI_INSTRUMENT">"MAP MIDI_INSTRUMENT"</xref></t>
8959                        <t><xref target="GET MIDI_INSTRUMENT INFO">"GET MIDI_INSTRUMENT INFO"</xref></t>
8960                        <t><xref target="ADD DB_INSTRUMENT_DIRECTORY">"ADD DB_INSTRUMENT_DIRECTORY"</xref></t>
8961                        <t><xref target="ADD DB_INSTRUMENTS">"ADD DB_INSTRUMENTS"</xref></t>
8962                        <t><xref target="REMOVE DB_INSTRUMENT_DIRECTORY">"REMOVE DB_INSTRUMENT_DIRECTORY"</xref></t>
8963                        <t><xref target="REMOVE DB_INSTRUMENT">"REMOVE DB_INSTRUMENT"</xref></t>
8964                        <t><xref target="GET DB_INSTRUMENT_DIRECTORIES">"GET DB_INSTRUMENT_DIRECTORIES"</xref></t>
8965                        <t><xref target="LIST DB_INSTRUMENT_DIRECTORIES">"LIST DB_INSTRUMENT_DIRECTORIES"</xref></t>
8966                        <t><xref target="GET DB_INSTRUMENT_DIRECTORY INFO">"GET DB_INSTRUMENT_DIRECTORY INFO"</xref></t>
8967                        <t><xref target="GET DB_INSTRUMENTS">"GET DB_INSTRUMENTS"</xref></t>
8968                        <t><xref target="LIST DB_INSTRUMENTS">"LIST DB_INSTRUMENTS"</xref></t>
8969                        <t><xref target="GET DB_INSTRUMENT INFO">"GET DB_INSTRUMENT INFO"</xref></t>
8970                        <t><xref target="SET DB_INSTRUMENT_DIRECTORY NAME">"SET DB_INSTRUMENT_DIRECTORY NAME"</xref></t>
8971                        <t><xref target="SET DB_INSTRUMENT_DIRECTORY DESCRIPTION">"SET DB_INSTRUMENT_DIRECTORY DESCRIPTION"</xref></t>
8972                        <t><xref target="SET DB_INSTRUMENT NAME">"SET DB_INSTRUMENT NAME"</xref></t>
8973                        <t><xref target="SET DB_INSTRUMENT DESCRIPTION">"SET DB_INSTRUMENT DESCRIPTION"</xref></t>
8974                        <t><xref target="FIND DB_INSTRUMENTS">"FIND DB_INSTRUMENTS"</xref></t>
8975                        <t><xref target="FIND DB_INSTRUMENT_DIRECTORIES">"FIND DB_INSTRUMENT_DIRECTORIES"</xref></t>
8976                        <t><xref target="MOVE DB_INSTRUMENT">"MOVE DB_INSTRUMENT"</xref></t>
8977                        <t><xref target="MOVE DB_INSTRUMENT_DIRECTORY">"MOVE DB_INSTRUMENT_DIRECTORY"</xref></t>
8978                        <t><xref target="COPY DB_INSTRUMENT">"COPY DB_INSTRUMENT"</xref></t>
8979                        <t><xref target="COPY DB_INSTRUMENT_DIRECTORY">"COPY DB_INSTRUMENT_DIRECTORY"</xref></t>
8980                        <t><xref target="FIND LOST DB_INSTRUMENT_FILES">"FIND LOST DB_INSTRUMENT_FILES"</xref></t>
8981                        <t><xref target="SET DB_INSTRUMENT FILE_PATH">"SET DB_INSTRUMENT FILE_PATH"</xref></t>
8982                        <t><xref target="GET FILE INSTRUMENTS">"GET FILE INSTRUMENTS"</xref></t>
8983                        <t><xref target="LIST FILE INSTRUMENTS">"LIST FILE INSTRUMENTS"</xref></t>
8984                        <t><xref target="GET FILE INSTRUMENT INFO">"GET FILE INSTRUMENT INFO"</xref></t>
8985                        <t><xref target="GET EFFECT INFO">"GET EFFECT INFO"</xref></t>
8986                        <t><xref target="GET EFFECT_INSTANCE INFO">"GET EFFECT_INSTANCE INFO"</xref></t>
8987                        <t><xref target="CREATE EFFECT_INSTANCE">"CREATE EFFECT_INSTANCE"</xref></t>
8988                    </list>
8989                    Note that the forward slash character ('/') has a special meaning in
8990                    filename / path based arguments: it acts as separator of the nodes in
8991                    the path, thus if a directory- or filename includes a forward slash
8992                    (not intended as path node separator), you MUST escape that slash
8993                    either with the respective hex escape sequence ("\x2f") or with the
8994                    respective octal escape sequence ("\057").
8995                    </t>
8996    
8997                    <t>
8998                    Note for Windows: file path arguments in LSCP are expected
8999                    to use forward slashes as directory node separator similar
9000                    to Unix based operating systems. In contrast to Unix however
9001                    a Windows typical drive character is expected to be
9002                    prefixed to the path. That is an original Windows file path
9003                    like "D:\Sounds\My.gig" would become in LSCP:
9004                    "D:/Sounds/My.gig".
9005                    </t>
9006    
9007                    <t>
9008                    The following LSCP commands even support escape sequences as
9009                    part of at least one of their text-based arguments (i.e. entity name,
9010                    description) and / or may contain escape sequences in at least one of
9011                    their text-based fields in their response:
9012                    <list>
9013                        <t><xref target="GET SERVER INFO">"GET SERVER INFO"</xref></t>
9014                        <t><xref target="GET ENGINE INFO">"GET ENGINE INFO"</xref></t>
9015                        <t><xref target="GET CHANNEL INFO">"GET CHANNEL INFO"</xref></t>
9016                        <t><xref target="CREATE FX_SEND">"CREATE FX_SEND"</xref></t>
9017                        <t><xref target="GET FX_SEND INFO">"GET FX_SEND INFO"</xref></t>
9018                        <t><xref target="SET FX_SEND NAME">"SET FX_SEND NAME"</xref></t>
9019                        <t><xref target="GET MIDI_INSTRUMENT INFO">"GET MIDI_INSTRUMENT INFO"</xref></t>
9020                        <t><xref target="GET MIDI_INSTRUMENT_MAP INFO">"GET MIDI_INSTRUMENT_MAP INFO"</xref></t>
9021                        <t><xref target="ADD MIDI_INSTRUMENT_MAP">"ADD MIDI_INSTRUMENT_MAP"</xref></t>
9022                        <t><xref target="MAP MIDI_INSTRUMENT">"MAP MIDI_INSTRUMENT"</xref></t>
9023                        <t><xref target="SET MIDI_INSTRUMENT_MAP NAME">"SET MIDI_INSTRUMENT_MAP NAME"</xref></t>
9024                        <t><xref target="GET DB_INSTRUMENT_DIRECTORY INFO">"GET DB_INSTRUMENT_DIRECTORY INFO"</xref></t>
9025                        <t><xref target="SET DB_INSTRUMENT_DIRECTORY NAME">"SET DB_INSTRUMENT_DIRECTORY NAME"</xref></t>
9026                        <t><xref target="SET DB_INSTRUMENT_DIRECTORY DESCRIPTION">"SET DB_INSTRUMENT_DIRECTORY DESCRIPTION"</xref></t>
9027                        <t><xref target="FIND DB_INSTRUMENT_DIRECTORIES">"FIND DB_INSTRUMENT_DIRECTORIES"</xref></t>
9028                        <t><xref target="GET DB_INSTRUMENT INFO">"GET DB_INSTRUMENT INFO"</xref></t>
9029                        <t><xref target="SET DB_INSTRUMENT NAME">"SET DB_INSTRUMENT NAME"</xref></t>
9030                        <t><xref target="SET DB_INSTRUMENT DESCRIPTION">"SET DB_INSTRUMENT DESCRIPTION"</xref></t>
9031                        <t><xref target="FIND DB_INSTRUMENTS">"FIND DB_INSTRUMENTS"</xref></t>
9032                        <t><xref target="GET EFFECT INFO">"GET EFFECT INFO"</xref></t>
9033                        <t><xref target="GET EFFECT_INSTANCE INFO">"GET EFFECT_INSTANCE INFO"</xref></t>
9034                        <t><xref target="CREATE EFFECT_INSTANCE">"CREATE EFFECT_INSTANCE"</xref></t>
9035                    </list>
9036                    Please note that these lists are manually maintained. If you
9037                    find a command that also supports escape sequences we forgot to
9038                    mention here, please report it!
9039                    </t>
9040                </section>
9041          </section>          </section>
9042    
9043          <section title="Events" anchor="events">          <section title="Events" anchor="events">
9044              <t>This chapter will describe all currently defined events supported by LinuxSampler.</t>              <t>This chapter will describe all currently defined events supported by LinuxSampler.</t>
9045    
9046              <section title="Number of audio output devices changed" anchor="SUBSCRIBE AUDIO_OUTPUT_DEVICE_COUNT">              <section title="Number of audio output devices changed" anchor="SUBSCRIBE AUDIO_OUTPUT_DEVICE_COUNT" lscp_cmd="true">
9047                  <t>Client may want to be notified when the total number of audio output devices on the                  <t>Client may want to be notified when the total number of audio output devices on the
9048                  back-end changes by issuing the following command:</t>                  back-end changes by issuing the following command:</t>
9049                  <t>                  <t>
# Line 5354  Schoenebeck'> Line 9061  Schoenebeck'>
9061                  of audio output devices.</t>                  of audio output devices.</t>
9062              </section>              </section>
9063    
9064              <section title="Audio output device's settings changed" anchor="SUBSCRIBE AUDIO_OUTPUT_DEVICE_INFO">              <section title="Audio output device's settings changed" anchor="SUBSCRIBE AUDIO_OUTPUT_DEVICE_INFO" lscp_cmd="true">
9065                  <t>Client may want to be notified when changes were made to audio output devices on the                  <t>Client may want to be notified when changes were made to audio output devices on the
9066                  back-end by issuing the following command:</t>                  back-end by issuing the following command:</t>
9067                  <t>                  <t>
# Line 5376  Schoenebeck'> Line 9083  Schoenebeck'>
9083                  message is sufficient here.</t>                  message is sufficient here.</t>
9084              </section>              </section>
9085    
9086              <section title="Number of MIDI input devices changed" anchor="SUBSCRIBE MIDI_INPUT_DEVICE_COUNT">              <section title="Number of MIDI input devices changed" anchor="SUBSCRIBE MIDI_INPUT_DEVICE_COUNT" lscp_cmd="true">
9087                  <t>Client may want to be notified when the total number of MIDI input devices on the                  <t>Client may want to be notified when the total number of MIDI input devices on the
9088                  back-end changes by issuing the following command:</t>                  back-end changes by issuing the following command:</t>
9089                  <t>                  <t>
# Line 5394  Schoenebeck'> Line 9101  Schoenebeck'>
9101                  of MIDI input devices.</t>                  of MIDI input devices.</t>
9102              </section>              </section>
9103    
9104              <section title="MIDI input device's settings changed" anchor="SUBSCRIBE MIDI_INPUT_DEVICE_INFO">              <section title="MIDI input device's settings changed" anchor="SUBSCRIBE MIDI_INPUT_DEVICE_INFO" lscp_cmd="true">
9105                  <t>Client may want to be notified when changes were made to MIDI input devices on the                  <t>Client may want to be notified when changes were made to MIDI input devices on the
9106                  back-end by issuing the following command:</t>                  back-end by issuing the following command:</t>
9107                  <t>                  <t>
# Line 5416  Schoenebeck'> Line 9123  Schoenebeck'>
9123                  message is sufficient here.</t>                  message is sufficient here.</t>
9124              </section>              </section>
9125    
9126              <section title="Number of sampler channels changed" anchor="SUBSCRIBE CHANNEL_COUNT">              <section title="Number of sampler channels changed" anchor="SUBSCRIBE CHANNEL_COUNT" lscp_cmd="true">
9127                  <t>Client may want to be notified when the total number of channels on the                  <t>Client may want to be notified when the total number of channels on the
9128                  back-end changes by issuing the following command:</t>                  back-end changes by issuing the following command:</t>
9129                  <t>                  <t>
# Line 5434  Schoenebeck'> Line 9141  Schoenebeck'>
9141                  of sampler channels.</t>                  of sampler channels.</t>
9142              </section>              </section>
9143    
9144              <section title="Number of active voices changed" anchor="SUBSCRIBE VOICE_COUNT">              <section title="MIDI data on a sampler channel arrived" anchor="SUBSCRIBE CHANNEL_MIDI" lscp_cmd="true">
9145                    <t>Client may want to be notified when MIDI data arrive on sampler channels on
9146                    back-end side, by issuing the following command:</t>
9147                    <t>
9148                        <list>
9149                            <t>SUBSCRIBE CHANNEL_MIDI</t>
9150                        </list>
9151                    </t>
9152                    <t>Server will start sending one of the the following notification messages:</t>
9153                    <t>
9154                        <list>
9155                            <t>"NOTIFY:CHANNEL_MIDI:&lt;channel-id&gt; NOTE_ON  &lt;note&gt; &lt;velocity&gt;"</t>
9156                            <t>"NOTIFY:CHANNEL_MIDI:&lt;channel-id&gt; NOTE_OFF &lt;note&gt; &lt;velocity&gt;"</t>
9157                        </list>
9158                    </t>
9159                    <t>where &lt;channel-id&gt; will be replaced by the ID of the sampler channel where the MIDI
9160                    data arrived. &lt;note&gt; and &lt;velocity&gt; are integer values in the range between
9161                    0 .. 127, reflecting the analog meaning of the MIDI specification.
9162                    </t>
9163                    <t>CAUTION: no guarantee whatsoever will be made that MIDI events are actually all
9164                    delivered by this mechanism! With other words: events could be lost at any time!
9165                    This restriction was made to keep the RT-safeness of the backend's MIDI and audio
9166                    thread unaffected by this feature.</t>
9167                </section>
9168    
9169                <section title="MIDI data on a MIDI input device arrived" anchor="SUBSCRIBE DEVICE_MIDI" lscp_cmd="true">
9170                        <t>Client may want to be notified when MIDI data arrive on MIDI input devices by issuing the following command:</t>
9171                        <t>
9172                                <list>
9173                                        <t>SUBSCRIBE DEVICE_MIDI</t>
9174                                </list>
9175                        </t>
9176                        <t>Server will start sending one of the the following notification messages:</t>
9177                        <t>
9178                                <list>
9179                                        <t>"NOTIFY:DEVICE_MIDI:&lt;device-id&gt; &lt;port-id&gt; NOTE_ON &lt;note&gt; &lt;velocity&gt;"</t>
9180                                        <t>"NOTIFY:DEVICE_MIDI:&lt;device-id&gt; &lt;port-id&gt; NOTE_OFF &lt;note&gt; &lt;velocity&gt;"</t>
9181                                </list>
9182                        </t>
9183                        <t>where &lt;device-id&gt; &lt;port-id&gt; will be replaced
9184                           by the IDs of the respective MIDI input device and the device's MIDI port where the MIDI
9185                           data arrived. &lt;note&gt; and &lt;velocity&gt; are integer values in the range between
9186                           0 .. 127, reflecting the analog meaning of the MIDI specification.
9187                        </t>
9188                        <t>CAUTION: no guarantee whatsoever will be made that MIDI events are actually all
9189                           delivered by this mechanism! With other words: events could be lost at any time!
9190                           This restriction was made to keep the RT-safeness of the backend's MIDI and audio
9191                           thread unaffected by this feature.</t>
9192                </section>
9193    
9194                <section title="Number of active voices changed" anchor="SUBSCRIBE VOICE_COUNT" lscp_cmd="true">
9195                  <t>Client may want to be notified when the number of voices on the                  <t>Client may want to be notified when the number of voices on the
9196                  back-end changes by issuing the following command:</t>                  back-end changes by issuing the following command:</t>
9197                  <t>                  <t>
# Line 5453  Schoenebeck'> Line 9210  Schoenebeck'>
9210                  active voices on that channel.</t>                  active voices on that channel.</t>
9211              </section>              </section>
9212    
9213              <section title="Number of active disk streams changed" anchor="SUBSCRIBE STREAM_COUNT">              <section title="Number of active disk streams changed" anchor="SUBSCRIBE STREAM_COUNT" lscp_cmd="true">
9214                  <t>Client may want to be notified when the number of streams on the back-end                  <t>Client may want to be notified when the number of streams on the back-end
9215                  changes by issuing the following command: SUBSCRIBE STREAM_COUNT</t>                  changes by issuing the following command: SUBSCRIBE STREAM_COUNT</t>
9216                  <t>                  <t>
# Line 5472  Schoenebeck'> Line 9229  Schoenebeck'>
9229                  active disk streams on that channel.</t>                  active disk streams on that channel.</t>
9230              </section>              </section>
9231    
9232              <section title="Disk stream buffer fill state changed" anchor="SUBSCRIBE BUFFER_FILL">              <section title="Disk stream buffer fill state changed" anchor="SUBSCRIBE BUFFER_FILL" lscp_cmd="true">
9233                  <t>Client may want to be notified when the buffer fill state of a disk stream                  <t>Client may want to be notified when the buffer fill state of a disk stream
9234                  on the back-end changes by issuing the following command:</t>                  on the back-end changes by issuing the following command:</t>
9235                  <t>                  <t>
# Line 5493  Schoenebeck'> Line 9250  Schoenebeck'>
9250                  "GET CHANNEL BUFFER_FILL PERCENTAGE"</xref> command was issued on this channel.</t>                  "GET CHANNEL BUFFER_FILL PERCENTAGE"</xref> command was issued on this channel.</t>
9251              </section>              </section>
9252    
9253              <section title="Channel information changed" anchor="SUBSCRIBE CHANNEL_INFO">              <section title="Channel information changed" anchor="SUBSCRIBE CHANNEL_INFO" lscp_cmd="true">
9254                  <t>Client may want to be notified when changes were made to sampler channels on the                  <t>Client may want to be notified when changes were made to sampler channels on the
9255                  back-end by issuing the following command:</t>                  back-end by issuing the following command:</t>
9256                  <t>                  <t>
# Line 5515  Schoenebeck'> Line 9272  Schoenebeck'>
9272                  message is sufficient here.</t>                  message is sufficient here.</t>
9273              </section>              </section>
9274    
9275              <section title="Number of effect sends changed" anchor="SUBSCRIBE FX_SEND_COUNT">              <section title="Number of effect sends changed" anchor="SUBSCRIBE FX_SEND_COUNT" lscp_cmd="true">
9276                  <t>Client may want to be notified when the number of effect sends on                  <t>Client may want to be notified when the number of effect sends on
9277                  a particular sampler channel is changed by issuing the following command:</t>                  a particular sampler channel is changed by issuing the following command:</t>
9278                  <t>                  <t>
9279                      <list>                      <list>
# Line 5534  Schoenebeck'> Line 9291  Schoenebeck'>
9291                  be replaced by the new number of effect sends on that channel.</t>                  be replaced by the new number of effect sends on that channel.</t>
9292              </section>              </section>
9293    
9294              <section title="Effect send information changed" anchor="SUBSCRIBE FX_SEND_INFO">              <section title="Effect send information changed" anchor="SUBSCRIBE FX_SEND_INFO" lscp_cmd="true">
9295                  <t>Client may want to be notified when changes were made to effect sends on a                  <t>Client may want to be notified when changes were made to effect sends on a
9296                  a particular sampler channel by issuing the following command:</t>                  a particular sampler channel by issuing the following command:</t>
9297                  <t>                  <t>
# Line 5553  Schoenebeck'> Line 9310  Schoenebeck'>
9310                  be replaced by the numerical ID of the changed effect send.</t>                  be replaced by the numerical ID of the changed effect send.</t>
9311              </section>              </section>
9312    
9313              <section title="Total number of active voices changed" anchor="SUBSCRIBE TOTAL_VOICE_COUNT">              <section title="Total number of active voices changed" anchor="SUBSCRIBE TOTAL_VOICE_COUNT" lscp_cmd="true">
9314                  <t>Client may want to be notified when the total number of voices on the                  <t>Client may want to be notified when the total number of voices on the
9315                  back-end changes by issuing the following command:</t>                  back-end changes by issuing the following command:</t>
9316                  <t>                  <t>
# Line 5571  Schoenebeck'> Line 9328  Schoenebeck'>
9328                  all currently active voices.</t>                  all currently active voices.</t>
9329              </section>              </section>
9330    
9331              <section title="Number of MIDI instrument maps changed" anchor="SUBSCRIBE MIDI_INSTRUMENT_MAP_COUNT">              <section title="Total number of active disk streams changed" anchor="SUBSCRIBE TOTAL_STREAM_COUNT" lscp_cmd="true">
9332                    <t>Client may want to be notified when the total number of disk streams on the
9333                    back-end changes by issuing the following command:</t>
9334                    <t>
9335                        <list>
9336                            <t>SUBSCRIBE TOTAL_STREAM_COUNT</t>
9337                        </list>
9338                    </t>
9339                    <t>Server will start sending the following notification messages:</t>
9340                    <t>
9341                        <list>
9342                            <t>"NOTIFY:TOTAL_STREAM_COUNT:&lt;streams&gt;"</t>
9343                        </list>
9344                    </t>
9345                    <t>where &lt;streams&gt; will be replaced by the new number of
9346                    all currently active disk streams.</t>
9347                </section>
9348    
9349                <section title="Number of MIDI instrument maps changed" anchor="SUBSCRIBE MIDI_INSTRUMENT_MAP_COUNT" lscp_cmd="true">
9350                  <t>Client may want to be notified when the number of MIDI instrument maps on the                  <t>Client may want to be notified when the number of MIDI instrument maps on the
9351                  back-end changes by issuing the following command:</t>                  back-end changes by issuing the following command:</t>
9352                  <t>                  <t>
# Line 5589  Schoenebeck'> Line 9364  Schoenebeck'>
9364                  of MIDI instrument maps.</t>                  of MIDI instrument maps.</t>
9365              </section>              </section>
9366    
9367              <section title="MIDI instrument map information changed" anchor="SUBSCRIBE MIDI_INSTRUMENT_MAP_INFO">              <section title="MIDI instrument map information changed" anchor="SUBSCRIBE MIDI_INSTRUMENT_MAP_INFO" lscp_cmd="true">
9368                  <t>Client may want to be notified when changes were made to MIDI instrument maps on the                  <t>Client may want to be notified when changes were made to MIDI instrument maps on the
9369                  back-end by issuing the following command:</t>                  back-end by issuing the following command:</t>
9370                  <t>                  <t>
# Line 5611  Schoenebeck'> Line 9386  Schoenebeck'>
9386                  message is sufficient here.</t>                  message is sufficient here.</t>
9387              </section>              </section>
9388    
9389              <section title="Number of MIDI instruments changed" anchor="SUBSCRIBE MIDI_INSTRUMENT_COUNT">              <section title="Number of MIDI instruments changed" anchor="SUBSCRIBE MIDI_INSTRUMENT_COUNT" lscp_cmd="true">
9390                  <t>Client may want to be notified when the number of MIDI instrument maps on the                  <t>Client may want to be notified when the number of MIDI instrument maps on the
9391                  back-end changes by issuing the following command:</t>                  back-end changes by issuing the following command:</t>
9392                  <t>                  <t>
# Line 5630  Schoenebeck'> Line 9405  Schoenebeck'>
9405                  the new number of MIDI instruments in the specified map.</t>                  the new number of MIDI instruments in the specified map.</t>
9406              </section>              </section>
9407    
9408              <section title="MIDI instrument information changed" anchor="SUBSCRIBE MIDI_INSTRUMENT_INFO">              <section title="MIDI instrument information changed" anchor="SUBSCRIBE MIDI_INSTRUMENT_INFO" lscp_cmd="true">
9409                  <t>Client may want to be notified when changes were made to MIDI instruments on the                  <t>Client may want to be notified when changes were made to MIDI instruments on the
9410                  back-end by issuing the following command:</t>                  back-end by issuing the following command:</t>
9411                  <t>                  <t>
# Line 5653  Schoenebeck'> Line 9428  Schoenebeck'>
9428                  message is sufficient here.</t>                  message is sufficient here.</t>
9429              </section>              </section>
9430    
9431              <section title="Global settings changed" anchor="SUBSCRIBE GLOBAL_INFO">              <section title="Global settings changed" anchor="SUBSCRIBE GLOBAL_INFO" lscp_cmd="true">
9432                  <t>Client may want to be notified when changes to the global settings                  <t>Client may want to be notified when changes to the global settings
9433                  of the sampler were made by issuing the following command:</t>                  of the sampler were made by issuing the following command:</t>
9434                  <t>                  <t>
# Line 5669  Schoenebeck'> Line 9444  Schoenebeck'>
9444                          replaced by the optional dotted floating point value, reflecting the                          replaced by the optional dotted floating point value, reflecting the
9445                          new global volume parameter.</t>                          new global volume parameter.</t>
9446                      </list>                      </list>
9447                        <list>
9448                            <t>"NOTIFY:GLOBAL_INFO:VOICES &lt;max-voices&gt;" - Notifies that the
9449                            golbal limit of the sampler for maximum voices is changed, where
9450                            &lt;max-voices&gt; will be an integer value, reflecting the
9451                            new global voice limit parameter.</t>
9452                        </list>
9453                        <list>
9454                            <t>"NOTIFY:GLOBAL_INFO:STREAMS &lt;max-streams&gt;" - Notifies that the
9455                            golbal limit of the sampler for maximum disk streams is changed, where
9456                            &lt;max-streams&gt; will be an integer value, reflecting the
9457                            new global disk streams limit parameter.</t>
9458                        </list>
9459                    </t>
9460                </section>
9461    
9462                <section title="Number of database instrument directories changed" anchor="SUBSCRIBE DB_INSTRUMENT_DIRECTORY_COUNT" lscp_cmd="true">
9463                    <t>Client may want to be notified when the number of instrument
9464                    directories in a particular directory in the instruments database
9465                    is changed by issuing the following command:</t>
9466                    <t>
9467                        <list>
9468                            <t>SUBSCRIBE DB_INSTRUMENT_DIRECTORY_COUNT</t>
9469                        </list>
9470                    </t>
9471                    <t>Server will start sending the following notification messages:</t>
9472                    <t>
9473                        <list>
9474                            <t>"NOTIFY:DB_INSTRUMENT_DIRECTORY_COUNT:&lt;dir-path&gt;"</t>
9475                        </list>
9476                    </t>
9477                    <t>where &lt;dir-path&gt; will be replaced by the absolute path
9478                    name of the directory in the instruments database,
9479                    in which the number of directories is changed.</t>
9480                    <t>Note that when a non-empty directory is removed, this event
9481                    is not sent for the subdirectories in that directory.</t>
9482                </section>
9483    
9484                <section title="Database instrument directory information changed" anchor="SUBSCRIBE DB_INSTRUMENT_DIRECTORY_INFO" lscp_cmd="true">
9485                    <t>Client may want to be notified when changes were made to directories
9486                    in the instruments database by issuing the following command:</t>
9487                    <t>
9488                        <list>
9489                            <t>SUBSCRIBE DB_INSTRUMENT_DIRECTORY_INFO</t>
9490                        </list>
9491                    </t>
9492                    <t>Server will start sending the following notification messages:</t>
9493                    <t>
9494                        <list>
9495                            <t>"NOTIFY:DB_INSTRUMENT_DIRECTORY_INFO:&lt;dir-path&gt;"</t>
9496                        </list>
9497                    </t>
9498                    <t>where &lt;dir-path&gt; will be replaced by the absolute path name
9499                    of the directory, for which information changes occurred. The front-end will have to send
9500                    the respective command to actually get the updated directory info. Because these messages
9501                    will be triggered by LSCP commands issued by other clients rather than real
9502                    time events happening on the server, it is believed that an empty notification
9503                    message is sufficient here.</t>
9504                    <t>
9505                        <list>
9506                            <t>"NOTIFY:DB_INSTRUMENT_DIRECTORY_INFO:NAME &lt;old-dir-path&gt; &lt;new-name&gt;"</t>
9507                        </list>
9508                    </t>
9509                    <t>where &lt;old-dir-path&gt; is the old absolute path name of the directory
9510                    (encapsulated into apostrophes), which name is changes and &lt;new-name&gt; is
9511                    the new name of the directory, encapsulated into apostrophes.</t>
9512                </section>
9513    
9514                <section title="Number of database instruments changed" anchor="SUBSCRIBE DB_INSTRUMENT_COUNT" lscp_cmd="true">
9515                    <t>Client may want to be notified when the number of instruments
9516                    in a particular directory in the instruments database
9517                    is changed by issuing the following command:</t>
9518                    <t>
9519                        <list>
9520                            <t>SUBSCRIBE DB_INSTRUMENT_COUNT</t>
9521                        </list>
9522                    </t>
9523                    <t>Server will start sending the following notification messages:</t>
9524                    <t>
9525                        <list>
9526                            <t>"NOTIFY:DB_INSTRUMENT_COUNT:&lt;dir-path&gt;"</t>
9527                        </list>
9528                    </t>
9529                    <t>where &lt;dir-path&gt; will be replaced by the absolute path
9530                    name of the directory in the instruments database,
9531                    in which the number of instruments is changed.</t>
9532                    <t>Note that when a non-empty directory is removed, this event
9533                    is not sent for the instruments in that directory.</t>
9534                </section>
9535    
9536                <section title="Database instrument information changed" anchor="SUBSCRIBE DB_INSTRUMENT_INFO" lscp_cmd="true">
9537                    <t>Client may want to be notified when changes were made to instruments
9538                    in the instruments database by issuing the following command:</t>
9539                    <t>
9540                        <list>
9541                            <t>SUBSCRIBE DB_INSTRUMENT_INFO</t>
9542                        </list>
9543                    </t>
9544                    <t>Server will start sending the following notification messages:</t>
9545                    <t>
9546                        <list>
9547                            <t>"NOTIFY:DB_INSTRUMENT_INFO:&lt;instr-path&gt;"</t>
9548                        </list>
9549                  </t>                  </t>
9550                    <t>where &lt;instr-path&gt; will be replaced by the absolute path name
9551                    of the instrument, which settings are changed. The front-end will have to send
9552                    the respective command to actually get the updated directory info. Because these messages
9553                    will be triggered by LSCP commands issued by other clients rather than real
9554                    time events happening on the server, it is believed that an empty notification
9555                    message is sufficient here.</t>
9556                    <t>
9557                        <list>
9558                            <t>"NOTIFY:DB_INSTRUMENT_INFO:NAME &lt;old-instr-path&gt; &lt;new-name&gt;"</t>
9559                        </list>
9560                    </t>
9561                    <t>where &lt;old-instr-path&gt; is the old absolute path name of the instrument
9562                    (encapsulated into apostrophes), which name is changes and &lt;new-name&gt; is
9563                    the new name of the instrument, encapsulated into apostrophes.</t>
9564                </section>
9565    
9566                <section title="Database job status information changed" anchor="SUBSCRIBE DB_INSTRUMENTS_JOB_INFO" lscp_cmd="true">
9567                    <t>Client may want to be notified when the status of particular database
9568                    instruments job is changed by issuing the following command:</t>
9569                    <t>
9570                        <list>
9571                            <t>SUBSCRIBE DB_INSTRUMENTS_JOB_INFO</t>
9572                        </list>
9573                    </t>
9574                    <t>Server will start sending the following notification messages:</t>
9575                    <t>
9576                        <list>
9577                            <t>"NOTIFY:DB_INSTRUMENTS_JOB_INFO:&lt;job-id&gt;"</t>
9578                        </list>
9579                    </t>
9580                    <t>where &lt;job-id&gt; will be replaced by the numerical ID of the job,
9581                    which status is changed. The front-end will have to send the respective
9582                    command to actually get the status info. Because these messages
9583                    will be triggered by LSCP commands issued by other clients rather than real
9584                    time events happening on the server, it is believed that an empty notification
9585                    message is sufficient here.</t>
9586                </section>
9587    
9588                <section title="Number of effect instances changed" anchor="SUBSCRIBE EFFECT_INSTANCE_COUNT" lscp_cmd="true">
9589                    <t>Client may want to be notified when the number of effect instances
9590                    is changed by issuing the following command:</t>
9591                    <t>
9592                        <list>
9593                            <t>SUBSCRIBE EFFECT_INSTANCE_COUNT</t>
9594                        </list>
9595                    </t>
9596                    <t>Server will start sending the following notification messages:</t>
9597                    <t>
9598                        <list>
9599                            <t>"EFFECT_INSTANCE_COUNT:&lt;instances&gt;"</t>
9600                        </list>
9601                    </t>
9602                    <t>where &lt;instances&gt; will be replaced by the new number
9603                    of effect instances.</t>
9604                </section>
9605    
9606                <section title="Effect instance information changed" anchor="SUBSCRIBE EFFECT_INSTANCE_INFO" lscp_cmd="true">
9607                    <t>Client may want to be notified when changes were made to effect instances
9608                    on the back-end by issuing the following command:</t>
9609                    <t>
9610                        <list>
9611                            <t>SUBSCRIBE EFFECT_INSTANCE_INFO</t>
9612                        </list>
9613                    </t>
9614                    <t>Server will start sending the following notification messages:</t>
9615                    <t>
9616                       <list>
9617                            <t>"EFFECT_INSTANCE_INFO:&lt;instance-id&gt;"</t>
9618                        </list>
9619                    </t>
9620                    <t>where &lt;instance-id&gt; will be replaced by the numerical ID
9621                    of the effect instance.</t>
9622                </section>
9623    
9624                <section title="Number of send effect chains changed" anchor="SUBSCRIBE SEND_EFFECT_CHAIN_COUNT" lscp_cmd="true">
9625                    <t>Client may want to be notified when the number of send effect chains
9626                    is changed by issuing the following command:</t>
9627                    <t>
9628                        <list>
9629                            <t>SUBSCRIBE SEND_EFFECT_CHAIN_COUNT</t>
9630                        </list>
9631                    </t>
9632                    <t>Server will start sending the following notification messages:</t>
9633                    <t>
9634                        <list>
9635                            <t>"NOTIFY:SEND_EFFECT_CHAIN_COUNT:&lt;device-id&gt; &lt;chains&gt;"</t>
9636                        </list>
9637                    </t>
9638                    <t>where &lt;device-id&gt; will be replaced by the numerical ID of the audio
9639                    output device, in which the number of send effect chains is changed and
9640                    &lt;chains&gt; will be replaced by the new number of send effect chains.</t>
9641              </section>              </section>
9642    
9643              <section title="Miscellaneous and debugging events" anchor="SUBSCRIBE MISCELLANEOUS">              <section title="Send effect chain information changed" anchor="SUBSCRIBE SEND_EFFECT_CHAIN_INFO" lscp_cmd="true">
9644                    <t>Client may want to be notified when changes were made to send effect chains
9645                    on the back-end by issuing the following command:</t>
9646                    <t>
9647                        <list>
9648                            <t>SUBSCRIBE SEND_EFFECT_CHAIN_INFO</t>
9649                        </list>
9650                    </t>
9651                    <t>Server will start sending the following notification messages:</t>
9652                    <t>
9653                       <list>
9654                            <t>"SEND_EFFECT_CHAIN_INFO:&lt;device-id&gt; &lt;chain-id&gt; &lt;instances&gt;" -
9655                            Notifies that the number of effect instances in a particular send effect chain
9656                            is changed, where &lt;device-id&gt; will be replaced by the numerical ID of the audio
9657                            output device the send effect chain belongs to, &lt;chain-id&gt; will be replaced
9658                            by the numerical ID of the send effect chain in which the number of effect instances
9659                            has changed and &lt;instances&gt; will be replaced by the new number
9660                            of effect instances in the specified send effect chain.</t>
9661                        </list>
9662                    </t>
9663                </section>
9664    
9665                <section title="Miscellaneous and debugging events" anchor="SUBSCRIBE MISCELLANEOUS" lscp_cmd="true">
9666                  <t>Client may want to be notified of miscellaneous and debugging events occurring at                  <t>Client may want to be notified of miscellaneous and debugging events occurring at
9667                  the server by issuing the following command:</t>                  the server by issuing the following command:</t>
9668                  <t>                  <t>
# Line 5750  Schoenebeck'> Line 9740  Schoenebeck'>
9740                  </front>                  </front>
9741                  <seriesInfo name="RFC" value="2234" />                  <seriesInfo name="RFC" value="2234" />
9742              </reference>              </reference>
9743                <reference anchor="RFC20">
9744                    <front>
9745                        <title>ASCII format for Network Interchange</title>
9746                        <author>
9747                            <organization>UCLA</organization>
9748                        </author>
9749                        <date year="1969"></date>
9750                    </front>
9751                    <seriesInfo name="RFC" value="20" />
9752                </reference>
9753           </references>           </references>
9754      </back>      </back>
9755    

Legend:
Removed from v.1136  
changed lines
  Added in v.2534

  ViewVC Help
Powered by ViewVC