/[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 2533 by schoenebeck, Sun Feb 23 19:10:36 2014 UTC revision 2534 by schoenebeck, Sun Mar 9 21:34:03 2014 UTC
# Line 516  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 541  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 568  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 641  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 829  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 889  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 958  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 981  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 1054  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 1099  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 1199  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 1305  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 1383  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 1408  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 1432  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 1488  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 1643  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 1693  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 1735  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 1759  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 1788  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 1854  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 1900  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 1944  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 2049  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 2109  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 2235  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 2259  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 2284  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 2336  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 2382  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 2404  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 2429  Schoenebeck'> Line 2429  Schoenebeck'>
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 2489  Schoenebeck'> Line 2489  Schoenebeck'>
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 2671  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 2698  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 2727  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 2780  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 2826  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!</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
# Line 2876  Schoenebeck'> Line 2876  Schoenebeck'>
2876                      </t>                      </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 2921  Schoenebeck'> Line 2921  Schoenebeck'>
2921                      </t>                      </t>
2922                  </section>                  </section>
2923    
2924                  <section title="Add MIDI input to sampler channel" anchor="ADD CHANNEL MIDI_INPUT">                  <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                      <t>The front-end can add a MIDI input on a specific sampler
2926                      channel by sending the following command:</t>                      channel by sending the following command:</t>
2927                      <t>                      <t>
# Line 2985  Schoenebeck'> Line 2985  Schoenebeck'>
2985                      </t>                      </t>
2986                  </section>                  </section>
2987    
2988                  <section title="Remove MIDI input(s) from sampler channel" anchor="REMOVE CHANNEL MIDI_INPUT">                  <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                      <t>The front-end can remove one ore more MIDI input(s) on a
2990                      specific sampler channel by sending the following command:</t>                      specific sampler channel by sending the following command:</t>
2991                      <t>                      <t>
# Line 3056  Schoenebeck'> Line 3056  Schoenebeck'>
3056                      </t>                      </t>
3057                  </section>                  </section>
3058    
3059                  <section title="Getting all MIDI inputs of a sampler channel" anchor="LIST CHANNEL MIDI_INPUTS">                  <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                      <t>The front-end can query a list of all currently connected
3061                      MIDI inputs of a certain sampler channel by sending the following                      MIDI inputs of a certain sampler channel by sending the following
3062                      command:</t>                      command:</t>
# Line 3100  Schoenebeck'> Line 3100  Schoenebeck'>
3100                      </t>                      </t>
3101                  </section>                  </section>
3102    
3103                  <section title="Setting MIDI input device" anchor="SET CHANNEL MIDI_INPUT_DEVICE">                  <section title="Setting MIDI input device" anchor="SET CHANNEL MIDI_INPUT_DEVICE" lscp_cmd="true">
3104                      <t>DEPRECATED: THIS COMMAND WILL DISAPPEAR!</t>                      <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
# Line 3164  Schoenebeck'> Line 3164  Schoenebeck'>
3164                      </t>                      </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!</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
# Line 3224  Schoenebeck'> Line 3224  Schoenebeck'>
3224                      </t>                      </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>                      <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
# Line 3288  Schoenebeck'> Line 3288  Schoenebeck'>
3288                      </t>                      </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 3334  Schoenebeck'> Line 3334  Schoenebeck'>
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 3377  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 3421  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 3465  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 3533  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 3603  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 3645  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 3674  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 3710  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 3815  Schoenebeck'> Line 3815  Schoenebeck'>
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 3859  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 3921  Schoenebeck'> Line 3921  Schoenebeck'>
3921                      </t>                      </t>
3922                  </section>                  </section>
3923    
3924                  <section title="Assigning destination effect to an effect send" anchor="SET FX_SEND EFFECT">                  <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                      <t>The front-end can (re-)assign a destination effect to an
3926                      effect send by sending the following command:</t>                      effect send by sending the following command:</t>
3927                      <t>                      <t>
# Line 3968  Schoenebeck'> Line 3968  Schoenebeck'>
3968                      </t>                      </t>
3969                  </section>                  </section>
3970    
3971                  <section title="Removing destination effect from an effect send" anchor="REMOVE FX_SEND EFFECT">                  <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                      <t>The front-end can (re-)assign a destination effect to an
3973                      effect send by sending the following command:</t>                      effect send by sending the following command:</t>
3974                      <t>                      <t>
# Line 4013  Schoenebeck'> Line 4013  Schoenebeck'>
4013                      </t>                      </t>
4014                  </section>                  </section>
4015    
4016                  <section title="Altering effect send's MIDI controller" anchor="SET FX_SEND MIDI_CONTROLLER">                  <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 4061  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 4110  Schoenebeck'> Line 4110  Schoenebeck'>
4110                      </t>                      </t>
4111                  </section>                  </section>
4112    
4113                  <section title="Sending MIDI messages to sampler channel" anchor="SEND CHANNEL MIDI_DATA">                  <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                      <t>The front-end can send MIDI events to a specific sampler channel
4115                      by sending the following command:</t>                      by sending the following command:</t>
4116                      <t>                      <t>
# Line 4175  Schoenebeck'> Line 4175  Schoenebeck'>
4175                      </t>                      </t>
4176                  </section>                  </section>
4177    
4178                  <section title="Resetting a sampler channel" anchor="RESET CHANNEL">                  <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 4223  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 4265  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 4307  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 4345  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 4360  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 4378  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 4396  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">                  <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                      <t>The front-end can ask for the current number of active disk streams on
4401                      the sampler by sending the following command:</t>                      the sampler by sending the following command:</t>
4402                      <t>                      <t>
# Line 4440  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 4503  Schoenebeck'> Line 4503  Schoenebeck'>
4503                      </t>                      </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 4525  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 4562  Schoenebeck'> Line 4562  Schoenebeck'>
4562                      </t>                      </t>
4563                  </section>                  </section>
4564    
4565                  <section title="Getting global voice limit" anchor="GET VOICES">                  <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                      <t>The client can ask for the current global sampler-wide limit
4567                         for maximum voices by sending the following command:</t>                         for maximum voices by sending the following command:</t>
4568                      <t>                      <t>
# Line 4587  Schoenebeck'> Line 4587  Schoenebeck'>
4587                         respective instrument and probably further criterias.</t>                         respective instrument and probably further criterias.</t>
4588                  </section>                  </section>
4589    
4590                  <section title="Setting global voice limit" anchor="SET VOICES">                  <section title="Setting global voice limit" anchor="SET VOICES" lscp_cmd="true">
4591                      <t>The client can alter the current global sampler-wide limit                      <t>The client can alter the current global sampler-wide limit
4592                      for maximum voices by sending the following command:</t>                      for maximum voices by sending the following command:</t>
4593                      <t>                      <t>
# Line 4631  Schoenebeck'> Line 4631  Schoenebeck'>
4631                          adjust the disk stream limit respectively and vice versa.</t>                          adjust the disk stream limit respectively and vice versa.</t>
4632                  </section>                  </section>
4633    
4634                  <section title="Getting global disk stream limit" anchor="GET STREAMS">                  <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                      <t>The client can ask for the current global sampler-wide limit
4636                         for maximum disk streams by sending the following command:</t>                         for maximum disk streams by sending the following command:</t>
4637                      <t>                      <t>
# Line 4654  Schoenebeck'> Line 4654  Schoenebeck'>
4654                         to perform its streaming operations.</t>                         to perform its streaming operations.</t>
4655                  </section>                  </section>
4656    
4657                  <section title="Setting global disk stream limit" anchor="SET STREAMS">                  <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                      <t>The client can alter the current global sampler-wide limit
4659                      for maximum disk streams by sending the following command:</t>                      for maximum disk streams by sending the following command:</t>
4660                      <t>                      <t>
# Line 4728  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 4784  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 4834  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 4860  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 4885  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 4940  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 4980  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 5153  Schoenebeck'> Line 5153  Schoenebeck'>
5153                      </t>                      </t>
5154                  </section>                  </section>
5155    
5156                  <section title="Getting amount 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 5193  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 5236  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 5278  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 5375  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 5440  Schoenebeck'> Line 5440  Schoenebeck'>
5440                          </list>                          </list>
5441                      </t>                      </t>
5442    
5443                  <section title="Creating a new instrument directory" anchor="ADD DB_INSTRUMENT_DIRECTORY">                  <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                      <t>The front-end can add a new instrument directory to the
5445                      instruments database by sending the following command:</t>                      instruments database by sending the following command:</t>
5446                      <t>                      <t>
# Line 5478  Schoenebeck'> Line 5478  Schoenebeck'>
5478                      </t>                      </t>
5479                  </section>                  </section>
5480    
5481                  <section title="Deleting an instrument directory" anchor="REMOVE DB_INSTRUMENT_DIRECTORY">                  <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                      <t>The front-end can delete a particular instrument directory
5483                      from the instruments database by sending the following command:</t>                      from the instruments database by sending the following command:</t>
5484                      <t>                      <t>
# Line 5517  Schoenebeck'> Line 5517  Schoenebeck'>
5517                      </t>                      </t>
5518                  </section>                  </section>
5519    
5520                  <section title="Getting amount of instrument directories" anchor="GET DB_INSTRUMENT_DIRECTORIES">                  <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                      <t>The front-end can retrieve the current amount of
5522                      directories in a specific directory by sending the following command:</t>                      directories in a specific directory by sending the following command:</t>
5523                      <t>                      <t>
# Line 5552  Schoenebeck'> Line 5552  Schoenebeck'>
5552                      </t>                      </t>
5553                  </section>                  </section>
5554    
5555                  <section title="Listing all directories in specific directory" anchor="LIST DB_INSTRUMENT_DIRECTORIES">                  <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                      <t>The front-end can retrieve the current list of directories
5557                      in specific directory by sending the following command:</t>                      in specific directory by sending the following command:</t>
5558                      <t>                      <t>
# Line 5592  Schoenebeck'> Line 5592  Schoenebeck'>
5592                      </t>                      </t>
5593                  </section>                  </section>
5594    
5595                  <section title="Getting instrument directory information" anchor="GET DB_INSTRUMENT_DIRECTORY INFO">                  <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                      <t>The front-end can ask for the current settings of an
5597                      instrument directory by sending the following command:</t>                      instrument directory by sending the following command:</t>
5598                      <t>                      <t>
# Line 5651  Schoenebeck'> Line 5651  Schoenebeck'>
5651                      </t>                      </t>
5652                  </section>                  </section>
5653    
5654                  <section title="Renaming an instrument directory" anchor="SET DB_INSTRUMENT_DIRECTORY NAME">                  <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                      <t>The front-end can alter the name of a specific
5656                      instrument directory by sending the following command:</t>                      instrument directory by sending the following command:</t>
5657                      <t>                      <t>
# Line 5689  Schoenebeck'> Line 5689  Schoenebeck'>
5689                      </t>                      </t>
5690                  </section>                  </section>
5691    
5692                  <section title="Moving an instrument directory" anchor="MOVE DB_INSTRUMENT_DIRECTORY">                  <section title="Moving an instrument directory" anchor="MOVE DB_INSTRUMENT_DIRECTORY" lscp_cmd="true">
5693                      <t>The front-end can move a specific                      <t>The front-end can move a specific
5694                      instrument directory by sending the following command:</t>                      instrument directory by sending the following command:</t>
5695                      <t>                      <t>
# Line 5731  Schoenebeck'> Line 5731  Schoenebeck'>
5731                      </t>                      </t>
5732                  </section>                  </section>
5733    
5734                  <section title="Copying instrument directories" anchor="COPY DB_INSTRUMENT_DIRECTORY">                  <section title="Copying instrument directories" anchor="COPY DB_INSTRUMENT_DIRECTORY" lscp_cmd="true">
5735                      <t>The front-end can copy a specific                      <t>The front-end can copy a specific
5736                      instrument directory by sending the following command:</t>                      instrument directory by sending the following command:</t>
5737                      <t>                      <t>
# Line 5773  Schoenebeck'> Line 5773  Schoenebeck'>
5773                      </t>                      </t>
5774                  </section>                  </section>
5775    
5776                  <section title="Changing the description of directory" anchor="SET DB_INSTRUMENT_DIRECTORY DESCRIPTION">                  <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                      <t>The front-end can alter the description of a specific
5778                      instrument directory by sending the following command:</t>                      instrument directory by sending the following command:</t>
5779                      <t>                      <t>
# Line 5811  Schoenebeck'> Line 5811  Schoenebeck'>
5811                      </t>                      </t>
5812                  </section>                  </section>
5813    
5814                  <section title="Finding directories" anchor="FIND DB_INSTRUMENT_DIRECTORIES">                  <section title="Finding directories" anchor="FIND DB_INSTRUMENT_DIRECTORIES" lscp_cmd="true">
5815                      <t>The front-end can search for directories                      <t>The front-end can search for directories
5816                      in specific directory by sending the following command:</t>                      in specific directory by sending the following command:</t>
5817                      <t>                      <t>
# Line 5901  Schoenebeck'> Line 5901  Schoenebeck'>
5901                      </t>                      </t>
5902                  </section>                  </section>
5903    
5904                  <section title="Adding instruments to the instruments database" anchor="ADD DB_INSTRUMENTS">                  <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                      <t>The front-end can add one or more instruments
5906                      to the instruments database by sending the following command:</t>                      to the instruments database by sending the following command:</t>
5907                      <t>                      <t>
# Line 5994  Schoenebeck'> Line 5994  Schoenebeck'>
5994                      </t>                      </t>
5995                  </section>                  </section>
5996    
5997                  <section title="Removing an instrument" anchor="REMOVE DB_INSTRUMENT">                  <section title="Removing an instrument" anchor="REMOVE DB_INSTRUMENT" lscp_cmd="true">
5998                      <t>The front-end can remove a particular instrument                      <t>The front-end can remove a particular instrument
5999                      from the instruments database by sending the following command:</t>                      from the instruments database by sending the following command:</t>
6000                      <t>                      <t>
# Line 6031  Schoenebeck'> Line 6031  Schoenebeck'>
6031                      </t>                      </t>
6032                  </section>                  </section>
6033    
6034                  <section title="Getting amount of instruments" anchor="GET DB_INSTRUMENTS">                  <section title="Getting amount of instruments" anchor="GET DB_INSTRUMENTS" lscp_cmd="true">
6035                      <t>The front-end can retrieve the current amount of                      <t>The front-end can retrieve the current amount of
6036                      instruments in a specific directory by sending the following command:</t>                      instruments in a specific directory by sending the following command:</t>
6037                      <t>                      <t>
# Line 6066  Schoenebeck'> Line 6066  Schoenebeck'>
6066                      </t>                      </t>
6067                  </section>                  </section>
6068    
6069                  <section title="Listing all instruments in specific directory" anchor="LIST DB_INSTRUMENTS">                  <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                      <t>The front-end can retrieve the current list of instruments
6071                      in specific directory by sending the following command:</t>                      in specific directory by sending the following command:</t>
6072                      <t>                      <t>
# Line 6106  Schoenebeck'> Line 6106  Schoenebeck'>
6106                      </t>                      </t>
6107                  </section>                  </section>
6108    
6109                  <section title="Getting instrument information" anchor="GET DB_INSTRUMENT INFO">                  <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                      <t>The front-end can ask for the current settings of an
6111                      instrument by sending the following command:</t>                      instrument by sending the following command:</t>
6112                      <t>                      <t>
# Line 6231  Schoenebeck'> Line 6231  Schoenebeck'>
6231                      </t>                      </t>
6232                  </section>                  </section>
6233    
6234                  <section title="Renaming an instrument" anchor="SET DB_INSTRUMENT NAME">                  <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                      <t>The front-end can alter the name of a specific
6236                      instrument by sending the following command:</t>                      instrument by sending the following command:</t>
6237                      <t>                      <t>
# Line 6269  Schoenebeck'> Line 6269  Schoenebeck'>
6269                      </t>                      </t>
6270                  </section>                  </section>
6271    
6272                  <section title="Moving an instrument" anchor="MOVE DB_INSTRUMENT">                  <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                      <t>The front-end can move a specific instrument to another directory by
6274                      sending the following command:</t>                      sending the following command:</t>
6275                      <t>                      <t>
# Line 6309  Schoenebeck'> Line 6309  Schoenebeck'>
6309                      </t>                      </t>
6310                  </section>                  </section>
6311    
6312                  <section title="Copying instruments" anchor="COPY DB_INSTRUMENT">                  <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                      <t>The front-end can copy a specific instrument to another directory by
6314                      sending the following command:</t>                      sending the following command:</t>
6315                      <t>                      <t>
# Line 6349  Schoenebeck'> Line 6349  Schoenebeck'>
6349                      </t>                      </t>
6350                  </section>                  </section>
6351    
6352                  <section title="Changing the description of instrument" anchor="SET DB_INSTRUMENT DESCRIPTION">                  <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                      <t>The front-end can alter the description of a specific
6354                      instrument by sending the following command:</t>                      instrument by sending the following command:</t>
6355                      <t>                      <t>
# Line 6387  Schoenebeck'> Line 6387  Schoenebeck'>
6387                      </t>                      </t>
6388                  </section>                  </section>
6389    
6390                  <section title="Finding instruments" anchor="FIND DB_INSTRUMENTS">                  <section title="Finding instruments" anchor="FIND DB_INSTRUMENTS" lscp_cmd="true">
6391                      <t>The front-end can search for instruments                      <t>The front-end can search for instruments
6392                      in specific directory by sending the following command:</t>                      in specific directory by sending the following command:</t>
6393                      <t>                      <t>
# Line 6528  Schoenebeck'> Line 6528  Schoenebeck'>
6528                      </t>                      </t>
6529                  </section>                  </section>
6530    
6531                  <section title="Getting job status information" anchor="GET DB_INSTRUMENTS_JOB INFO">                  <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                      <t>The front-end can ask for the current status of a
6533                      particular database instruments job by sending the following command:</t>                      particular database instruments job by sending the following command:</t>
6534                      <t>                      <t>
# Line 6592  Schoenebeck'> Line 6592  Schoenebeck'>
6592                      </t>                      </t>
6593                  </section>                  </section>
6594    
6595                  <section title="Formatting the instruments database" anchor="FORMAT INSTRUMENTS_DB">                  <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                      <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)                      the instruments database structure (e.g., in case of a database corruption)
6598                      by sending the following command:</t>                      by sending the following command:</t>
# Line 6620  Schoenebeck'> Line 6620  Schoenebeck'>
6620                      </t>                      </t>
6621                  </section>                  </section>
6622    
6623                  <section title="Checking for lost instrument files" anchor="FIND LOST DB_INSTRUMENT_FILES">                  <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                      <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>                      that don't exist in the filesystem by sending the following command:</t>
6626                      <t>                      <t>
# Line 6650  Schoenebeck'> Line 6650  Schoenebeck'>
6650                      </t>                      </t>
6651                  </section>                  </section>
6652    
6653                  <section title="Replacing an instrument file" anchor="SET DB_INSTRUMENT FILE_PATH">                  <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                      <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>                      in the instruments database with a new one by sending the following command:</t>
6656                      <t>                      <t>
# Line 6701  Schoenebeck'> Line 6701  Schoenebeck'>
6701                  <t>At the moment there is only one command for this feature set,                  <t>At the moment there is only one command for this feature set,
6702                  but this will most probably change in future.</t>                  but this will most probably change in future.</t>
6703    
6704                  <section title="Opening an appropriate instrument editor application" anchor="EDIT INSTRUMENT">                  <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                      <t>The front-end can request to open an appropriate instrument
6706                      editor application by sending the following command:</t>                      editor application by sending the following command:</t>
6707                      <t>                      <t>
# Line 6771  Schoenebeck'> Line 6771  Schoenebeck'>
6771                  Using this command set allows to retrieve file informations                  Using this command set allows to retrieve file informations
6772                  even remotely from another machine.</t>                  even remotely from another machine.</t>
6773    
6774                  <section title="Retrieving amount of instruments of a file" anchor="GET FILE INSTRUMENTS">                  <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                      <t>The front-end can retrieve the amount of instruments
6776                      within a given instrument file by sending the                      within a given instrument file by sending the
6777                      following command:</t>                      following command:</t>
# Line 6814  Schoenebeck'> Line 6814  Schoenebeck'>
6814                      </t>                      </t>
6815                  </section>                  </section>
6816    
6817                  <section title="Retrieving all instruments of a file" anchor="LIST FILE INSTRUMENTS">                  <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                      <t>The front-end can retrieve a list of all instruments
6819                      within a given instrument file by sending the                      within a given instrument file by sending the
6820                      following command:</t>                      following command:</t>
# Line 6858  Schoenebeck'> Line 6858  Schoenebeck'>
6858                      </t>                      </t>
6859                  </section>                  </section>
6860    
6861                  <section title="Retrieving informations about one instrument in a file" anchor="GET FILE INSTRUMENT INFO">                  <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                      <t>The front-end can retrieve detailed informations
6863                      about a specific instrument within a given instrument                      about a specific instrument within a given instrument
6864                      file by sending the following command:</t>                      file by sending the following command:</t>
# Line 6989  Schoenebeck'> Line 6989  Schoenebeck'>
6989                  of a send effect chain, as well as directly to any other                  of a send effect chain, as well as directly to any other
6990                  position of the send effect chain.</t>                  position of the send effect chain.</t>
6991    
6992                  <section title="Retrieve amount of available effects" anchor="GET AVAILABLE_EFFECTS">                  <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                      <t>The front-end can retrieve the amount of internal
6994                      effects, available to the sampler by sending                      effects, available to the sampler by sending
6995                      the following command:</t>                      the following command:</t>
# Line 7016  Schoenebeck'> Line 7016  Schoenebeck'>
7016                      </t>                      </t>
7017                  </section>                  </section>
7018    
7019                  <section title="Get list of available effects" anchor="LIST AVAILABLE_EFFECTS">                  <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                      <t>The set of available internal effects can change at
7021                      runtime. The front-end can retrieve the list of internal                      runtime. The front-end can retrieve the list of internal
7022                      effects, available to the sampler by sending the following                      effects, available to the sampler by sending the following
# Line 7048  Schoenebeck'> Line 7048  Schoenebeck'>
7048                      </t>                      </t>
7049                  </section>                  </section>
7050    
7051                  <section title="Retrieving general information about an effect" anchor="GET EFFECT INFO">                  <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                      <t>The front-end can ask for general informations about an
7053                      effect by sending the following command:</t>                      effect by sending the following command:</t>
7054                      <t>                      <t>
# Line 7127  Schoenebeck'> Line 7127  Schoenebeck'>
7127                      </t>                      </t>
7128                  </section>                  </section>
7129    
7130                  <section title="Creating an instance of an effect by its portable ID" anchor="CREATE EFFECT_INSTANCE">                  <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                      <t>The front-end can spawn an instance of the desired
7132                      effect by sending the following command:</t>                      effect by sending the following command:</t>
7133                      <t>                      <t>
# Line 7258  Schoenebeck'> Line 7258  Schoenebeck'>
7258                      </t>                      </t>
7259                  </section>                  </section>
7260    
7261                  <section title="Destroy an effect instance" anchor="DESTROY EFFECT_INSTANCE">                  <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                      <t>The front-end can destroy an unusued effect instance and
7263                      thus freeing it from memory by sending the following command:</t>                      thus freeing it from memory by sending the following command:</t>
7264                      <t>                      <t>
# Line 7304  Schoenebeck'> Line 7304  Schoenebeck'>
7304                      </t>                      </t>
7305                  </section>                  </section>
7306    
7307                  <section title="Retrieve amount of effect instances" anchor="GET EFFECT_INSTANCES">                  <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                      <t>The front-end can retrieve the current amount of effect
7309                      instances by sending the following command:</t>                      instances by sending the following command:</t>
7310                      <t>                      <t>
# Line 7331  Schoenebeck'> Line 7331  Schoenebeck'>
7331                      </t>                      </t>
7332                  </section>                  </section>
7333    
7334                  <section title="Get list of effect instances" anchor="LIST EFFECT_INSTANCES">                  <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                      <t>The front-end can retrieve the current list of effect
7336                      instances by sending the following command:</t>                      instances by sending the following command:</t>
7337                      <t>                      <t>
# Line 7358  Schoenebeck'> Line 7358  Schoenebeck'>
7358                      </t>                      </t>
7359                  </section>                  </section>
7360    
7361                  <section title="Retrieving current information about an effect instance" anchor="GET EFFECT_INSTANCE INFO">                  <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                      <t>The front-end can ask for the current informations about
7363                      a particular effect instance by sending the following command:</t>                      a particular effect instance by sending the following command:</t>
7364                      <t>                      <t>
# Line 7449  Schoenebeck'> Line 7449  Schoenebeck'>
7449                      </t>                      </t>
7450                  </section>                  </section>
7451    
7452                  <section title="Retrieving information about an effect parameter" anchor="GET EFFECT_INSTANCE_INPUT_CONTROL INFO">                  <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                      <t>Effects typically provide a certain set of effect
7454                      parameters which can be altered by the user in realtime                      parameters which can be altered by the user in realtime
7455                      (e.g. depth of a reverb effect, duration of a delay effect,                      (e.g. depth of a reverb effect, duration of a delay effect,
# Line 7560  Schoenebeck'> Line 7560  Schoenebeck'>
7560                      </t>                      </t>
7561                  </section>                  </section>
7562    
7563                  <section title="Altering an effect parameter" anchor="SET EFFECT_INSTANCE_INPUT_CONTROL VALUE">                  <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                      <t>The front-end can alter the current value of an effect
7565                      parameter by sending the following command:</t>                      parameter by sending the following command:</t>
7566                      <t>                      <t>
# Line 7605  Schoenebeck'> Line 7605  Schoenebeck'>
7605                      </t>                      </t>
7606                  </section>                  </section>
7607    
7608                  <section title="Retrieve amount of send effect chains" anchor="GET SEND_EFFECT_CHAINS">                  <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                      <t>The front-end can retrieve the current amount of send
7610                      effect chains of an audio output device by sending the                      effect chains of an audio output device by sending the
7611                      following command:</t>                      following command:</t>
# Line 7638  Schoenebeck'> Line 7638  Schoenebeck'>
7638                      </t>                      </t>
7639                  </section>                  </section>
7640    
7641                  <section title="Retrieve list of send effect chains" anchor="LIST SEND_EFFECT_CHAINS">                  <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                      <t>The front-end can retrieve the current list of send
7643                      effect chains of an audio output device by sending the                      effect chains of an audio output device by sending the
7644                      following command:</t>                      following command:</t>
# Line 7672  Schoenebeck'> Line 7672  Schoenebeck'>
7672                      </t>                      </t>
7673                  </section>                  </section>
7674    
7675                  <section title="Add send effect chain" anchor="ADD SEND_EFFECT_CHAIN">                  <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                      <t>The front-end can add a send effect chain by sending the
7677                      following command:</t>                      following command:</t>
7678                      <t>                      <t>
# Line 7714  Schoenebeck'> Line 7714  Schoenebeck'>
7714                      </t>                      </t>
7715                  </section>                  </section>
7716    
7717                  <section title="Remove send effect chain" anchor="REMOVE SEND_EFFECT_CHAIN">                  <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                      <t>The front-end can remove a send effect chain by sending
7719                      the following command:</t>                      the following command:</t>
7720                      <t>                      <t>
# Line 7759  Schoenebeck'> Line 7759  Schoenebeck'>
7759                      </t>                      </t>
7760                  </section>                  </section>
7761    
7762                  <section title="Retrieving information about a send effect chain" anchor="GET SEND_EFFECT_CHAIN INFO">                  <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                      <t>The front-end can ask for informations of a send effect
7764                      chain by sending the following command:</t>                      chain by sending the following command:</t>
7765                      <t>                      <t>
# Line 7821  Schoenebeck'> Line 7821  Schoenebeck'>
7821                      </t>                      </t>
7822                  </section>                  </section>
7823    
7824                  <section title="Append effect instance to a send effect chain" anchor="APPEND SEND_EFFECT_CHAIN EFFECT">                  <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                      <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>                      end of a send effect chain by sending the following command:</t>
7827                      <t>                      <t>
# Line 7873  Schoenebeck'> Line 7873  Schoenebeck'>
7873                      </t>                      </t>
7874                  </section>                  </section>
7875    
7876                  <section title="Insert effect instance to a send effect chain" anchor="INSERT SEND_EFFECT_CHAIN EFFECT">                  <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                      <t>The front-end can add an unused effect instance to a
7878                      certain position of a send effect chain by sending the                      certain position of a send effect chain by sending the
7879                      following command:</t>                      following command:</t>
# Line 7928  Schoenebeck'> Line 7928  Schoenebeck'>
7928                      </t>                      </t>
7929                  </section>                  </section>
7930    
7931                  <section title="Remove effect instance from send effect chain" anchor="REMOVE SEND_EFFECT_CHAIN EFFECT">                  <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                      <t>The front-end can remove an effect instance from a
7933                      certain position of a send effect chain by sending the                      certain position of a send effect chain by sending the
7934                      following command:</t>                      following command:</t>
# Line 8444  Schoenebeck'> Line 8444  Schoenebeck'>
8444                  </t>                  </t>
8445                  <t>/ SHELL SP AUTO_CORRECT SP boolean                  <t>/ SHELL SP AUTO_CORRECT SP boolean
8446                  </t>                  </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                  <t>/ VOICES SP number
# Line 9041  Schoenebeck'> Line 9043  Schoenebeck'>
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 9059  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 9081  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 9099  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 9121  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 9139  Schoenebeck'> Line 9141  Schoenebeck'>
9141                  of sampler channels.</t>                  of sampler channels.</t>
9142              </section>              </section>
9143    
9144              <section title="MIDI data on a sampler channel arrived" anchor="SUBSCRIBE CHANNEL_MIDI">              <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                  <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>                  back-end side, by issuing the following command:</t>
9147                  <t>                  <t>
# Line 9164  Schoenebeck'> Line 9166  Schoenebeck'>
9166                  thread unaffected by this feature.</t>                  thread unaffected by this feature.</t>
9167              </section>              </section>
9168    
9169              <section title="MIDI data on a MIDI input device arrived" anchor="SUBSCRIBE DEVICE_MIDI">              <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>                      <t>Client may want to be notified when MIDI data arrive on MIDI input devices by issuing the following command:</t>
9171                      <t>                      <t>
9172                              <list>                              <list>
# Line 9189  Schoenebeck'> Line 9191  Schoenebeck'>
9191                         thread unaffected by this feature.</t>                         thread unaffected by this feature.</t>
9192              </section>              </section>
9193    
9194              <section title="Number of active voices changed" anchor="SUBSCRIBE VOICE_COUNT">              <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 9208  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 9227  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 9248  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 9270  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>
# Line 9289  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 9308  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 9326  Schoenebeck'> Line 9328  Schoenebeck'>
9328                  all currently active voices.</t>                  all currently active voices.</t>
9329              </section>              </section>
9330    
9331              <section title="Total number of active disk streams changed" anchor="SUBSCRIBE TOTAL_STREAM_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                  <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>                  back-end changes by issuing the following command:</t>
9334                  <t>                  <t>
# Line 9344  Schoenebeck'> Line 9346  Schoenebeck'>
9346                  all currently active disk streams.</t>                  all currently active disk streams.</t>
9347              </section>              </section>
9348    
9349              <section title="Number of MIDI instrument maps changed" anchor="SUBSCRIBE MIDI_INSTRUMENT_MAP_COUNT">              <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 9362  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 9384  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 9403  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 9426  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 9457  Schoenebeck'> Line 9459  Schoenebeck'>
9459                  </t>                  </t>
9460              </section>              </section>
9461    
9462              <section title="Number of database instrument directories changed" anchor="SUBSCRIBE DB_INSTRUMENT_DIRECTORY_COUNT">              <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                  <t>Client may want to be notified when the number of instrument
9464                  directories in a particular directory in the instruments database                  directories in a particular directory in the instruments database
9465                  is changed by issuing the following command:</t>                  is changed by issuing the following command:</t>
# Line 9479  Schoenebeck'> Line 9481  Schoenebeck'>
9481                  is not sent for the subdirectories in that directory.</t>                  is not sent for the subdirectories in that directory.</t>
9482              </section>              </section>
9483    
9484              <section title="Database instrument directory information changed" anchor="SUBSCRIBE DB_INSTRUMENT_DIRECTORY_INFO">              <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                  <t>Client may want to be notified when changes were made to directories
9486                  in the instruments database by issuing the following command:</t>                  in the instruments database by issuing the following command:</t>
9487                  <t>                  <t>
# Line 9509  Schoenebeck'> Line 9511  Schoenebeck'>
9511                  the new name of the directory, encapsulated into apostrophes.</t>                  the new name of the directory, encapsulated into apostrophes.</t>
9512              </section>              </section>
9513    
9514              <section title="Number of database instruments changed" anchor="SUBSCRIBE DB_INSTRUMENT_COUNT">              <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                  <t>Client may want to be notified when the number of instruments
9516                  in a particular directory in the instruments database                  in a particular directory in the instruments database
9517                  is changed by issuing the following command:</t>                  is changed by issuing the following command:</t>
# Line 9531  Schoenebeck'> Line 9533  Schoenebeck'>
9533                  is not sent for the instruments in that directory.</t>                  is not sent for the instruments in that directory.</t>
9534              </section>              </section>
9535    
9536              <section title="Database instrument information changed" anchor="SUBSCRIBE DB_INSTRUMENT_INFO">              <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                  <t>Client may want to be notified when changes were made to instruments
9538                  in the instruments database by issuing the following command:</t>                  in the instruments database by issuing the following command:</t>
9539                  <t>                  <t>
# Line 9561  Schoenebeck'> Line 9563  Schoenebeck'>
9563                  the new name of the instrument, encapsulated into apostrophes.</t>                  the new name of the instrument, encapsulated into apostrophes.</t>
9564              </section>              </section>
9565    
9566              <section title="Database job status information changed" anchor="SUBSCRIBE DB_INSTRUMENTS_JOB_INFO">              <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                  <t>Client may want to be notified when the status of particular database
9568                  instruments job is changed by issuing the following command:</t>                  instruments job is changed by issuing the following command:</t>
9569                  <t>                  <t>
# Line 9583  Schoenebeck'> Line 9585  Schoenebeck'>
9585                  message is sufficient here.</t>                  message is sufficient here.</t>
9586              </section>              </section>
9587    
9588              <section title="Number of effect instances changed" anchor="SUBSCRIBE EFFECT_INSTANCE_COUNT">              <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                  <t>Client may want to be notified when the number of effect instances
9590                  is changed by issuing the following command:</t>                  is changed by issuing the following command:</t>
9591                  <t>                  <t>
# Line 9601  Schoenebeck'> Line 9603  Schoenebeck'>
9603                  of effect instances.</t>                  of effect instances.</t>
9604              </section>              </section>
9605    
9606              <section title="Effect instance information changed" anchor="SUBSCRIBE EFFECT_INSTANCE_INFO">              <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                  <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>                  on the back-end by issuing the following command:</t>
9609                  <t>                  <t>
# Line 9619  Schoenebeck'> Line 9621  Schoenebeck'>
9621                  of the effect instance.</t>                  of the effect instance.</t>
9622              </section>              </section>
9623    
9624              <section title="Number of send effect chains changed" anchor="SUBSCRIBE SEND_EFFECT_CHAIN_COUNT">              <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                  <t>Client may want to be notified when the number of send effect chains
9626                  is changed by issuing the following command:</t>                  is changed by issuing the following command:</t>
9627                  <t>                  <t>
# Line 9638  Schoenebeck'> Line 9640  Schoenebeck'>
9640                  &lt;chains&gt; will be replaced by the new number of send effect chains.</t>                  &lt;chains&gt; will be replaced by the new number of send effect chains.</t>
9641              </section>              </section>
9642    
9643              <section title="Send effect chain information changed" anchor="SUBSCRIBE SEND_EFFECT_CHAIN_INFO">              <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                  <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>                  on the back-end by issuing the following command:</t>
9646                  <t>                  <t>
# Line 9660  Schoenebeck'> Line 9662  Schoenebeck'>
9662                  </t>                  </t>
9663              </section>              </section>
9664    
9665              <section title="Miscellaneous and debugging events" anchor="SUBSCRIBE MISCELLANEOUS">              <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>

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

  ViewVC Help
Powered by ViewVC