/[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 571 by schoenebeck, Mon May 23 17:41:34 2005 UTC revision 2137 by schoenebeck, Mon Oct 4 12:20:23 2010 UTC
# Line 11  Line 11 
11  <?rfc symrefs="yes" ?>  <?rfc symrefs="yes" ?>
12  <?rfc sortrefs="yes"?>  <?rfc sortrefs="yes"?>
13  <?rfc iprnotified="no" ?>  <?rfc iprnotified="no" ?>
 <?rfc strict="yes" ?>  
14    
15  <rfc category="std" ipr="full2026" docName="lscp.txt">  <!-- FIXME: next attribute should actually be "yes", temporarily disbled due
16         to an annoying "missing Normative/Informative References" error message -->
17    <?rfc strict="no" ?>
18    
19    <rfc category="std" ipr="full3978" docName="LSCP 1.5">
20      <front>      <front>
21          <title>LinuxSampler Control Protocol</title>          <title>LinuxSampler Control Protocol</title>
22          <author initials='C.S.' surname="Schoenebeck" fullname='C.          <author initials='C.S.' surname="Schoenebeck" fullname='C.
# Line 31  Schoenebeck'> Line 34  Schoenebeck'>
34                  <email>schoenebeck at software minus engineering dot org</email>                  <email>schoenebeck at software minus engineering dot org</email>
35              </address>              </address>
36          </author>          </author>
37          <date month="May" year="2005"/>          <date month="November" year="2009"/>
38          <workgroup>LinuxSampler Developers</workgroup>          <workgroup>LinuxSampler Developers</workgroup>
39          <keyword>LSCP</keyword>          <keyword>LSCP</keyword>
40          <abstract>          <abstract>
# Line 58  Schoenebeck'> Line 61  Schoenebeck'>
61              (front-end) and server (LinuxSampler) respectively. Lines in              (front-end) and server (LinuxSampler) respectively. Lines in
62              examples must be interpreted as every line being CRLF              examples must be interpreted as every line being CRLF
63              terminated (carriage return character followed by line feed              terminated (carriage return character followed by line feed
64              character as defined in the ASCII standard), thus the following              character as defined in the ASCII standard <xref target="RFC20"/>),
65              example:</t>              thus the following example:</t>
66    
67              <t>              <t>
68                  <list>                  <list>
# Line 130  Schoenebeck'> Line 133  Schoenebeck'>
133              group of backward compatible versions. That means a frontend is              group of backward compatible versions. That means a frontend is
134              compatible to the connected sampler if and only if the LSCP versions              compatible to the connected sampler if and only if the LSCP versions
135              to which each of the two parties complies to, match both of the              to which each of the two parties complies to, match both of the
136              following rule:              following rules:
137              </t>              </t>
138              <t>Compatibility:</t>              <t>Compatibility:</t>
139              <t>              <t>
# Line 463  Schoenebeck'> Line 466  Schoenebeck'>
466              </section>              </section>
467          </section>          </section>
468    
469          <section title="Description for control commands">          <section title="Description for control commands" anchor="control_commands">
470              <t>This chapter will describe the available control commands              <t>This chapter will describe the available control commands
471              that can be sent on the TCP connection in detail. Some certain              that can be sent on the TCP connection in detail. Some certain
472              commands (e.g. <xref target="GET CHANNEL INFO">"GET CHANNEL INFO"</xref>              commands (e.g. <xref target="GET CHANNEL INFO">"GET CHANNEL INFO"</xref>
# Line 2058  Schoenebeck'> Line 2061  Schoenebeck'>
2061                      or <xref target="LIST MIDI_INPUT_DEVICES">"LIST MIDI_INPUT_DEVICES"</xref>                      or <xref target="LIST MIDI_INPUT_DEVICES">"LIST MIDI_INPUT_DEVICES"</xref>
2062                      command, &lt;port&gt; by the MIDI port number, &lt;key&gt; by the name of                      command, &lt;port&gt; by the MIDI port number, &lt;key&gt; by the name of
2063                      the parameter to change and &lt;value&gt; by the new value for this                      the parameter to change and &lt;value&gt; by the new value for this
2064                      parameter.</t>                      parameter (encapsulated into apostrophes) or NONE (not encapsulated into apostrophes)
2065                        for specifying no value for parameters allowing a list of values.</t>
2066    
2067                      <t>Possible Answers:</t>                      <t>Possible Answers:</t>
2068                      <t>                      <t>
# Line 2085  Schoenebeck'> Line 2089  Schoenebeck'>
2089                      <t>Example:</t>                      <t>Example:</t>
2090                      <t>                      <t>
2091                          <list>                          <list>
2092                              <t></t>                              <t>C: "SET MIDI_INPUT_PORT_PARAMETER 0 0 ALSA_SEQ_BINDINGS='20:0'"</t>
2093                                <t>S: "OK"</t>
2094                            </list>
2095                        </t>
2096                        <t>
2097                            <list>
2098                                <t>C: "SET MIDI_INPUT_PORT_PARAMETER 0 0 ALSA_SEQ_BINDINGS=NONE"</t>
2099                                <t>S: "OK"</t>
2100                          </list>                          </list>
2101                      </t>                      </t>
2102                  </section>                  </section>
# Line 2110  Schoenebeck'> Line 2121  Schoenebeck'>
2121                      number of the sampler channel the instrument should be assigned to.                      number of the sampler channel the instrument should be assigned to.
2122                      Each sampler channel can only have one instrument.</t>                      Each sampler channel can only have one instrument.</t>
2123    
2124                        <t>Notice: since LSCP 1.2 the &lt;filename&gt; argument supports
2125                        escape characters for special characters (see chapter
2126                        "<xref target="character_set">Character Set and Escape Sequences</xref>"
2127                        for details) and accordingly backslash characters in the filename
2128                        MUST now be escaped as well!</t>
2129    
2130                      <t>The difference between regular and NON_MODAL versions of the command                      <t>The difference between regular and NON_MODAL versions of the command
2131                      is that the regular command returns OK only after the instrument has been                      is that the regular command returns OK only after the instrument has been
2132                      fully loaded and the channel is ready to be used while NON_MODAL version                      fully loaded and the channel is ready to be used while NON_MODAL version
# Line 2145  Schoenebeck'> Line 2162  Schoenebeck'>
2162                              </t>                              </t>
2163                          </list>                          </list>
2164                      </t>                      </t>
2165                      <t>Example:</t>                      <t>Example (Unix):</t>
2166                      <t>                      <t>
2167                          <list>                          <list>
2168                              <t></t>                              <t>C: LOAD INSTRUMENT '/home/joe/gigs/cello.gig' 0 0</t>
2169                                <t>S: OK</t>
2170                            </list>
2171                        </t>
2172                        <t>Example (Windows):</t>
2173                        <t>
2174                            <list>
2175                                <t>C: LOAD INSTRUMENT 'D:/MySounds/cello.gig' 0 0</t>
2176                                <t>S: OK</t>
2177                          </list>                          </list>
2178                      </t>                      </t>
2179                  </section>                  </section>
# Line 2426  Schoenebeck'> Line 2451  Schoenebeck'>
2451                                  <list>                                  <list>
2452                                      <t>DESCRIPTION -                                      <t>DESCRIPTION -
2453                                          <list>                                          <list>
2454                                              <t>arbitrary description text about the engine</t>                                              <t>arbitrary description text about the engine
2455                                                (note that the character string may contain
2456                                                <xref target="character_set">escape sequences</xref>)</t>
2457                                          </list>                                          </list>
2458                                      </t>                                      </t>
2459                                       <t>VERSION -                                       <t>VERSION -
# Line 2485  Schoenebeck'> Line 2512  Schoenebeck'>
2512                                          <list>                                          <list>
2513                                              <t>numerical ID of the audio output device which is                                              <t>numerical ID of the audio output device which is
2514                                              currently connected to this sampler channel to output                                              currently connected to this sampler channel to output
2515                                              the audio signal, "NONE" if there's no device                                              the audio signal, "-1" if there's no device
2516                                              connected to this sampler channel</t>                                              connected to this sampler channel</t>
2517                                          </list>                                          </list>
2518                                      </t>                                      </t>
# Line 2510  Schoenebeck'> Line 2537  Schoenebeck'>
2537                                          <list>                                          <list>
2538                                              <t>the file name of the loaded instrument, "NONE" if                                              <t>the file name of the loaded instrument, "NONE" if
2539                                              there's no instrument yet loaded for this sampler                                              there's no instrument yet loaded for this sampler
2540                                              channel</t>                                              channel (note: since LSCP 1.2 this path may contain
2541                                                <xref target="character_set">escape sequences</xref>)</t>
2542                                          </list>                                          </list>
2543                                      </t>                                      </t>
2544                                      <t>INSTRUMENT_NR -                                      <t>INSTRUMENT_NR -
2545                                          <list>                                          <list>
2546                                              <t>the instrument index number of the loaded instrument</t>                                              <t>the instrument index number of the loaded instrument,
2547                                                "-1" if there's no instrument loaded for this sampler
2548                                                channel</t>
2549                                          </list>                                          </list>
2550                                      </t>                                      </t>
2551                                      <t>INSTRUMENT_NAME -                                      <t>INSTRUMENT_NAME -
2552                                          <list>                                          <list>
2553                                              <t>the instrument name of the loaded instrument</t>                                              <t>the instrument name of the loaded instrument
2554                                                (note: since LSCP 1.2 this character string may contain
2555                                                <xref target="character_set">escape sequences</xref>)</t>
2556                                          </list>                                          </list>
2557                                      </t>                                      </t>
2558                                      <t>INSTRUMENT_STATUS -                                      <t>INSTRUMENT_STATUS -
2559                                          <list>                                          <list>
2560                                              <t>integer values 0 to 100 indicating loading progress percentage for the instrument. Negative                                              <t>Integer values 0 to 100 indicating loading progress
2561                                              value indicates a loading exception. Value of 100 indicates that the instrument is fully                                              percentage for the instrument. Negative
2562                                                value indicates a loading exception (also returns "-1" in case no
2563                                                instrument was yet to be loaded on the sampler channel).
2564                                                Value of 100 indicates that the instrument is fully
2565                                              loaded.</t>                                              loaded.</t>
2566                                          </list>                                          </list>
2567                                      </t>                                      </t>
# Line 2534  Schoenebeck'> Line 2569  Schoenebeck'>
2569                                          <list>                                          <list>
2570                                              <t>numerical ID of the MIDI input device which is                                              <t>numerical ID of the MIDI input device which is
2571                                              currently connected to this sampler channel to deliver                                              currently connected to this sampler channel to deliver
2572                                              MIDI input commands, "NONE" if there's no device                                              MIDI input commands, "-1" if there's no device
2573                                              connected to this sampler channel</t>                                              connected to this sampler channel</t>
2574                                          </list>                                          </list>
2575                                      </t>                                      </t>
2576                                      <t>MIDI_INPUT_PORT -                                      <t>MIDI_INPUT_PORT -
2577                                          <list>                                          <list>
2578                                              <t>port number of the MIDI input device</t>                                              <t>port number of the MIDI input device (in case a
2579                                                MIDI device was already assigned to the sampler
2580                                                channel)</t>
2581                                          </list>                                          </list>
2582                                      </t>                                      </t>
2583                                      <t>MIDI_INPUT_CHANNEL -                                      <t>MIDI_INPUT_CHANNEL -
# Line 2552  Schoenebeck'> Line 2589  Schoenebeck'>
2589                                      <t>VOLUME -                                      <t>VOLUME -
2590                                          <list>                                          <list>
2591                                              <t>optionally dotted number for the channel volume factor                                              <t>optionally dotted number for the channel volume factor
2592                                              (where a value < 1.0 means attenuation and a value >                                              (where a value &lt; 1.0 means attenuation and a value >
2593                                              1.0 means amplification)</t>                                              1.0 means amplification)</t>
2594                                          </list>                                          </list>
2595                                      </t>                                      </t>
2596                                        <t>MUTE -
2597                                            <list>
2598                                                <t>Determines whether the channel is muted, "true" if the
2599                                                channel is muted, "false" if the channel is not muted, and
2600                                                "MUTED_BY_SOLO" if the channel is muted because of the
2601                                                presence of a solo channel and will be unmuted when
2602                                                there are no solo channels left</t>
2603                                            </list>
2604                                        </t>
2605                                        <t>SOLO -
2606                                            <list>
2607                                                <t>Determines whether this is a solo channel, "true" if
2608                                                the channel is a solo channel; "false" otherwise</t>
2609                                            </list>
2610                                        </t>
2611                                        <t>MIDI_INSTRUMENT_MAP -
2612                                            <list>
2613                                                <t>Determines to which MIDI instrument map this sampler
2614                                                channel is assigned to. Read chapter
2615                                                <xref target="SET CHANNEL MIDI_INSTRUMENT_MAP">"SET CHANNEL MIDI_INSTRUMENT_MAP"</xref>
2616                                                for a list of possible values.</t>
2617                                            </list>
2618                                        </t>
2619                                  </list>                                  </list>
2620                              </t>                              </t>
2621                          </list>                          </list>
# Line 2578  Schoenebeck'> Line 2638  Schoenebeck'>
2638                              <t>&nbsp;&nbsp;&nbsp;"MIDI_INPUT_DEVICE: 0"</t>                              <t>&nbsp;&nbsp;&nbsp;"MIDI_INPUT_DEVICE: 0"</t>
2639                              <t>&nbsp;&nbsp;&nbsp;"MIDI_INPUT_PORT: 0"</t>                              <t>&nbsp;&nbsp;&nbsp;"MIDI_INPUT_PORT: 0"</t>
2640                              <t>&nbsp;&nbsp;&nbsp;"MIDI_INPUT_CHANNEL: 5"</t>                              <t>&nbsp;&nbsp;&nbsp;"MIDI_INPUT_CHANNEL: 5"</t>
2641                                <t>&nbsp;&nbsp;&nbsp;"VOLUME: 1.0"</t>
2642                                <t>&nbsp;&nbsp;&nbsp;"MUTE: false"</t>
2643                                <t>&nbsp;&nbsp;&nbsp;"SOLO: false"</t>
2644                                <t>&nbsp;&nbsp;&nbsp;"MIDI_INSTRUMENT_MAP: NONE"</t>
2645                              <t>&nbsp;&nbsp;&nbsp;"."</t>                              <t>&nbsp;&nbsp;&nbsp;"."</t>
2646                          </list>                          </list>
2647                      </t>                      </t>
# Line 2738  Schoenebeck'> Line 2802  Schoenebeck'>
2802                      </t>                      </t>
2803                  </section>                  </section>
2804    
2805                  <section title="Setting audio output type" anchor="SET CHANNEL AUDIO_OUTPUT_TYP">                  <section title="Setting audio output type" anchor="SET CHANNEL AUDIO_OUTPUT_TYPE">
2806                      <t>DEPRECATED: THIS COMMAND WILL DISAPPEAR SOON!</t>                      <t>DEPRECATED: THIS COMMAND WILL DISAPPEAR SOON!</t>
2807    
2808                      <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 3041  Schoenebeck'> Line 3105  Schoenebeck'>
3105                      </t>                      </t>
3106                  </section>                  </section>
3107    
3108                    <section title="Muting a sampler channel" anchor="SET CHANNEL MUTE">
3109                        <t>The front-end can mute/unmute a specific sampler
3110                        channel by sending the following command:</t>
3111                        <t>
3112                            <list>
3113                                <t>SET CHANNEL MUTE &lt;sampler-channel&gt; &lt;mute&gt;</t>
3114                            </list>
3115                        </t>
3116                        <t>Where &lt;sampler-channel&gt; is the respective sampler channel
3117                        number as returned by the <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
3118                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref> command and
3119                        &lt;mute&gt; should be replaced either by "1" to mute the channel or "0"
3120                        to unmute the channel.</t>
3121    
3122                        <t>Possible Answers:</t>
3123                        <t>
3124                            <list>
3125                                <t>"OK" -
3126                                    <list>
3127                                        <t>on success</t>
3128                                    </list>
3129                                </t>
3130                                <t>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
3131                                    <list>
3132                                        <t>if the channel was muted/unmuted, but there are noteworthy
3133                                        issue(s) related, providing an appropriate warning code and
3134                                        warning message</t>
3135                                    </list>
3136                                </t>
3137                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
3138                                    <list>
3139                                        <t>in case it failed, providing an appropriate error code and error message</t>
3140                                    </list>
3141                                </t>
3142                            </list>
3143                        </t>
3144                        <t>Examples:</t>
3145                        <t>
3146                            <list>
3147                                <t></t>
3148                            </list>
3149                        </t>
3150                    </section>
3151    
3152                    <section title="Soloing a sampler channel" anchor="SET CHANNEL SOLO">
3153                        <t>The front-end can solo/unsolo a specific sampler channel
3154                        by sending the following command:</t>
3155                        <t>
3156                            <list>
3157                                <t>SET CHANNEL SOLO &lt;sampler-channel&gt; &lt;solo&gt;</t>
3158                            </list>
3159                        </t>
3160                        <t>Where &lt;sampler-channel&gt; is the respective sampler channel
3161                        number as returned by the <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
3162                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref> command and
3163                        &lt;solo&gt; should be replaced either by "1" to solo the channel or "0"
3164                        to unsolo the channel.</t>
3165    
3166                        <t>Possible Answers:</t>
3167                        <t>
3168                            <list>
3169                                <t>"OK" -
3170                                    <list>
3171                                        <t>on success</t>
3172                                    </list>
3173                                </t>
3174                                <t>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
3175                                    <list>
3176                                        <t>if the channel was soloed/unsoloed, but there are noteworthy
3177                                        issue(s) related, providing an appropriate warning code and
3178                                        warning message</t>
3179                                    </list>
3180                                </t>
3181                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
3182                                    <list>
3183                                        <t>in case it failed, providing an appropriate error code and error message</t>
3184                                    </list>
3185                                </t>
3186                            </list>
3187                        </t>
3188                        <t>Examples:</t>
3189                        <t>
3190                            <list>
3191                                <t></t>
3192                            </list>
3193                        </t>
3194                    </section>
3195    
3196                    <section title="Assigning a MIDI instrument map to a sampler channel" anchor="SET CHANNEL MIDI_INSTRUMENT_MAP">
3197                        <t>The front-end can assign a MIDI instrument map to a specific sampler channel
3198                        by sending the following command:</t>
3199                        <t>
3200                            <list>
3201                                <t>SET CHANNEL MIDI_INSTRUMENT_MAP &lt;sampler-channel&gt; &lt;map&gt;</t>
3202                            </list>
3203                        </t>
3204                        <t>Where &lt;sampler-channel&gt; is the respective sampler channel
3205                        number as returned by the <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
3206                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref> command and
3207                        &lt;map&gt; can have the following possibilites:</t>
3208                        <t>
3209                            <list>
3210                                <t>"NONE" -
3211                                    <list>
3212                                        <t>This is the default setting. In this case
3213                                        the sampler channel is not assigned any MIDI
3214                                        instrument map and thus will ignore all MIDI
3215                                        program change messages.</t>
3216                                    </list>
3217                                </t>
3218                                <t>"DEFAULT" -
3219                                    <list>
3220                                        <t>The sampler channel will always use the
3221                                        default MIDI instrument map to handle MIDI
3222                                        program change messages.</t>
3223                                    </list>
3224                                </t>
3225                                <t>numeric ID -
3226                                    <list>
3227                                        <t>You can assign a specific MIDI instrument map
3228                                        by replacing &lt;map&gt; with the respective numeric
3229                                        ID of the MIDI instrument map as returned by the
3230                                        <xref target="LIST MIDI_INSTRUMENT_MAPS">"LIST MIDI_INSTRUMENT_MAPS"</xref>
3231                                        command. Once that map will be deleted, the sampler
3232                                        channel would fall back to "NONE".</t>
3233                                    </list>
3234                                </t>
3235                            </list>
3236                        </t>
3237                        <t>Read chapter <xref target="MIDI Instrument Mapping">"MIDI Instrument Mapping"</xref>
3238                        for details regarding MIDI instrument mapping.</t>
3239    
3240                        <t>Possible Answers:</t>
3241                        <t>
3242                            <list>
3243                                <t>"OK" -
3244                                    <list>
3245                                        <t>on success</t>
3246                                    </list>
3247                                </t>
3248                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
3249                                    <list>
3250                                        <t>in case it failed, providing an appropriate error code and error message</t>
3251                                    </list>
3252                                </t>
3253                            </list>
3254                        </t>
3255    
3256                        <t>Examples:</t>
3257                        <t>
3258                            <list>
3259                                <t></t>
3260                            </list>
3261                        </t>
3262                    </section>
3263    
3264                    <section title="Adding an effect send to a sampler channel" anchor="CREATE FX_SEND">
3265                        <t>The front-end can create an additional effect send on a specific sampler channel
3266                        by sending the following command:</t>
3267                        <t>
3268                            <list>
3269                                <t>CREATE FX_SEND &lt;sampler-channel&gt; &lt;midi-ctrl&gt; [&lt;name&gt;]</t>
3270                            </list>
3271                        </t>
3272                        <t>Where &lt;sampler-channel&gt; is the respective sampler channel
3273                        number as returned by the <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
3274                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref> command, that is the
3275                        sampler channel on which the effect send should be created on, &lt;midi-ctrl&gt;
3276                        is a number between 0..127 defining the MIDI controller which can alter the
3277                        effect send level and &lt;name&gt; is an optional argument defining a name
3278                        for the effect send entity. The name does not have to be unique, but MUST be
3279                        encapsulated into apostrophes and supports escape sequences as described in chapter
3280                        "<xref target="character_set">Character Set and Escape Sequences</xref>".</t>
3281    
3282                        <t>By default, that is as initial routing, the effect send's audio channels
3283                        are automatically routed to the last audio channels of the sampler channel's
3284                        audio output device, that way you can i.e. first increase the amount of audio
3285                        channels on the audio output device for having dedicated effect send output
3286                        channels and when "CREATE FX_SEND" is called, those channels will automatically
3287                        be picked. You can alter the destination channels however with
3288                        <xref target="SET FX_SEND AUDIO_OUTPUT_CHANNEL">"SET FX_SEND AUDIO_OUTPUT_CHANNEL"</xref>.
3289                        </t>
3290    
3291                        <t>Note: Create effect sends on a sampler channel only when needed, because having effect
3292                        sends on a sampler channel will decrease runtime performance, because for implementing channel
3293                        effect sends, separate (sampler channel local) audio buffers are needed to render and mix
3294                        the voices and route the audio signal afterwards to the master outputs and effect send
3295                        outputs (along with their respective effect send levels). A sampler channel without effect
3296                        sends however can mix its voices directly into the audio output devices's audio buffers
3297                        and is thus faster.
3298                        </t>
3299    
3300                        <t>Possible Answers:</t>
3301                        <t>
3302                            <list>
3303                                <t>"OK[&lt;fx-send-id&gt;]" -
3304                                    <list>
3305                                        <t>in case a new effect send could be added to the
3306                                        sampler channel, where &lt;fx-send-id&gt; reflects the
3307                                        unique ID of the newly created effect send entity</t>
3308                                    </list>
3309                                </t>
3310                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
3311                                    <list>
3312                                        <t>when a new effect send could not be added, i.e.
3313                                        due to invalid parameters</t>
3314                                    </list>
3315                                </t>
3316                            </list>
3317                        </t>
3318    
3319                        <t>Examples:</t>
3320                        <t>
3321                            <list>
3322                                <t>C: "CREATE FX_SEND 0 91 'Reverb Send'"</t>
3323                                <t>S: "OK[0]"</t>
3324                            </list>
3325                        </t>
3326                        <t>
3327                            <list>
3328                                <t>C: "CREATE FX_SEND 0 93"</t>
3329                                <t>S: "OK[1]"</t>
3330                            </list>
3331                        </t>
3332                    </section>
3333    
3334                    <section title="Removing an effect send from a sampler channel" anchor="DESTROY FX_SEND">
3335                        <t>The front-end can remove an existing effect send on a specific sampler channel
3336                        by sending the following command:</t>
3337                        <t>
3338                            <list>
3339                                <t>DESTROY FX_SEND &lt;sampler-channel&gt; &lt;fx-send-id&gt;</t>
3340                            </list>
3341                        </t>
3342                        <t>Where &lt;sampler-channel&gt; is the respective sampler channel
3343                        number as returned by the <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
3344                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref> command, that is the
3345                        sampler channel from which the effect send should be removed from and
3346                        &lt;fx-send-id&gt; is the respective effect send number as returned by the
3347                        <xref target="CREATE FX_SEND">"CREATE FX_SEND"</xref>
3348                        or <xref target="LIST FX_SENDS">"LIST FX_SENDS"</xref> command.</t>
3349    
3350                        <t>Possible Answers:</t>
3351                        <t>
3352                            <list>
3353                                <t>"OK" -
3354                                    <list>
3355                                        <t>on success</t>
3356                                    </list>
3357                                </t>
3358                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
3359                                    <list>
3360                                        <t>in case it failed, providing an appropriate error code and
3361                                        error message</t>
3362                                    </list>
3363                                </t>
3364                            </list>
3365                        </t>
3366    
3367                        <t>Example:</t>
3368                        <t>
3369                            <list>
3370                                <t>C: "DESTROY FX_SEND 0 0"</t>
3371                                <t>S: "OK"</t>
3372                            </list>
3373                        </t>
3374                    </section>
3375    
3376                    <section title="Getting amount of effect sends on a sampler channel" anchor="GET FX_SENDS">
3377                        <t>The front-end can ask for the amount of effect sends on a specific sampler channel
3378                        by sending the following command:</t>
3379                        <t>
3380                            <list>
3381                                <t>GET FX_SENDS &lt;sampler-channel&gt;</t>
3382                            </list>
3383                        </t>
3384                        <t>Where &lt;sampler-channel&gt; is the respective sampler channel
3385                        number as returned by the <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
3386                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref> command.</t>
3387    
3388                        <t>Possible Answers:</t>
3389                        <t>
3390                            <list>
3391                                <t>The sampler will answer by returning the number of effect
3392                                sends on the given sampler channel.</t>
3393                            </list>
3394                        </t>
3395    
3396                        <t>Example:</t>
3397                        <t>
3398                            <list>
3399                                <t>C: "GET FX_SENDS 0"</t>
3400                                <t>S: "2"</t>
3401                            </list>
3402                        </t>
3403                    </section>
3404    
3405                    <section title="Listing all effect sends on a sampler channel" anchor="LIST FX_SENDS">
3406                        <t>The front-end can ask for a list of effect sends on a specific sampler channel
3407                        by sending the following command:</t>
3408                        <t>
3409                            <list>
3410                                <t>LIST FX_SENDS &lt;sampler-channel&gt;</t>
3411                            </list>
3412                        </t>
3413                        <t>Where &lt;sampler-channel&gt; is the respective sampler channel
3414                        number as returned by the <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
3415                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref> command.</t>
3416    
3417                        <t>Possible Answers:</t>
3418                        <t>
3419                            <list>
3420                                <t>The sampler will answer by returning a comma separated list
3421                                with all effect sends' numerical IDs on the given sampler
3422                                channel.</t>
3423                            </list>
3424                        </t>
3425    
3426                        <t>Examples:</t>
3427                        <t>
3428                            <list>
3429                                <t>C: "LIST FX_SENDS 0"</t>
3430                                <t>S: "0,1"</t>
3431                            </list>
3432                        </t>
3433                        <t>
3434                            <list>
3435                                <t>C: "LIST FX_SENDS 1"</t>
3436                                <t>S: ""</t>
3437                            </list>
3438                        </t>
3439                    </section>
3440    
3441                    <section title="Getting effect send information" anchor="GET FX_SEND INFO">
3442                        <t>The front-end can ask for the current settings of an effect send entity
3443                        by sending the following command:</t>
3444                        <t>
3445                            <list>
3446                                <t>GET FX_SEND INFO &lt;sampler-channel&gt; &lt;fx-send-id&gt;</t>
3447                            </list>
3448                        </t>
3449                        <t>Where &lt;sampler-channel&gt; is the sampler channel number
3450                        as returned by the <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
3451                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref> command and
3452                        &lt;fx-send-id&gt; reflects the numerical ID of the effect send entity
3453                        as returned by the <xref target="CREATE FX_SEND">"CREATE FX_SEND"</xref>
3454                        or <xref target="LIST FX_SENDS">"LIST FX_SENDS"</xref> command.
3455                       </t>
3456    
3457                        <t>Possible Answers:</t>
3458                        <t>
3459                            <list>
3460                                <t>The sampler will answer by sending a &lt;CRLF&gt; separated list.
3461                                Each answer line begins with the settings category name
3462                                followed by a colon and then a space character &lt;SP&gt; and finally
3463                                the info character string to that setting category. At the
3464                                moment the following categories are defined:</t>
3465    
3466                                <t>
3467                                    <list>
3468                                        <t>NAME -
3469                                            <list>
3470                                                <t>name of the effect send entity
3471                                                (note that this character string may contain
3472                                                 <xref target="character_set">escape sequences</xref>)</t>
3473                                            </list>
3474                                        </t>
3475                                        <t>MIDI_CONTROLLER -
3476                                            <list>
3477                                                <t>a value between 0 and 127 reflecting the MIDI controller
3478                                                which is able to modify the effect send's send level</t>
3479                                            </list>
3480                                        </t>
3481                                        <t>LEVEL -
3482                                            <list>
3483                                                <t>optionally dotted number reflecting the effect send's
3484                                                current send level (where a value &lt; 1.0 means attenuation
3485                                                and a value > 1.0 means amplification)</t>
3486                                            </list>
3487                                        </t>
3488                                        <t>AUDIO_OUTPUT_ROUTING -
3489                                            <list>
3490                                                <t>comma separated list which reflects to which audio
3491                                                channel of the selected audio output device each
3492                                                effect send output channel is routed to, e.g. "0,3" would
3493                                                mean the effect send's output channel 0 is routed to channel
3494                                                0 of the audio output device and the effect send's output
3495                                                channel 1 is routed to the channel 3 of the audio
3496                                                output device (see
3497                                                <xref target="SET FX_SEND AUDIO_OUTPUT_CHANNEL">"SET FX_SEND AUDIO_OUTPUT_CHANNEL"</xref>
3498                                                for details)</t>
3499                                            </list>
3500                                        </t>
3501                                    </list>
3502                                </t>
3503                            </list>
3504                        </t>
3505                        <t>The mentioned fields above don't have to be in particular order.</t>
3506    
3507                        <t>Example:</t>
3508                        <t>
3509                            <list>
3510                                <t>C: "GET FX_SEND INFO 0 0"</t>
3511                                <t>S: "NAME: Reverb Send"</t>
3512                                <t>&nbsp;&nbsp;&nbsp;"MIDI_CONTROLLER: 91"</t>
3513                                <t>&nbsp;&nbsp;&nbsp;"LEVEL: 0.3"</t>
3514                                <t>&nbsp;&nbsp;&nbsp;"AUDIO_OUTPUT_ROUTING: 2,3"</t>
3515                                <t>&nbsp;&nbsp;&nbsp;"."</t>
3516                            </list>
3517                        </t>
3518                    </section>
3519    
3520                    <section title="Changing effect send's name" anchor="SET FX_SEND NAME">
3521                        <t>The front-end can alter the current name of an effect
3522                        send entity by sending the following command:</t>
3523                        <t>
3524                            <list>
3525                                <t>SET FX_SEND NAME &lt;sampler-chan&gt; &lt;fx-send-id&gt; &lt;name&gt;</t>
3526                            </list>
3527                        </t>
3528                        <t>Where &lt;sampler-chan&gt; is the sampler channel number
3529                        as returned by the <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
3530                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref> command,
3531                        &lt;fx-send-id&gt; reflects the numerical ID of the effect send entity
3532                        as returned by the <xref target="CREATE FX_SEND">"CREATE FX_SEND"</xref>
3533                        or <xref target="LIST FX_SENDS">"LIST FX_SENDS"</xref> command and
3534                        &lt;name&gt; is the new name of the effect send entity, which
3535                        does not have to be unique (name MUST be encapsulated into apostrophes
3536                        and supports escape sequences as described in chapter
3537                        "<xref target="character_set">Character Set and Escape Sequences</xref>").
3538                        </t>
3539    
3540                        <t>Possible Answers:</t>
3541                        <t>
3542                            <list>
3543                                <t>"OK" -
3544                                    <list>
3545                                        <t>on success</t>
3546                                    </list>
3547                                </t>
3548                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
3549                                    <list>
3550                                        <t>in case it failed, providing an appropriate error code and error message</t>
3551                                    </list>
3552                                </t>
3553                            </list>
3554                        </t>
3555                        <t>Example:</t>
3556                        <t>
3557                            <list>
3558                                <t>C: "SET FX_SEND NAME 0 0 'Fx Send 1'"</t>
3559                                <t>S: "OK"</t>
3560                            </list>
3561                        </t>
3562                    </section>
3563    
3564                    <section title="Altering effect send's audio routing" anchor="SET FX_SEND AUDIO_OUTPUT_CHANNEL">
3565                        <t>The front-end can alter the destination of an effect send's audio channel on a specific
3566                        sampler channel by sending the following command:</t>
3567                        <t>
3568                            <list>
3569                                <t>SET FX_SEND AUDIO_OUTPUT_CHANNEL &lt;sampler-chan&gt; &lt;fx-send-id&gt; &lt;audio-src&gt; &lt;audio-dst&gt;</t>
3570                            </list>
3571                        </t>
3572                        <t>Where &lt;sampler-chan&gt; is the sampler channel number
3573                        as returned by the <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
3574                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref> command,
3575                        &lt;fx-send-id&gt; reflects the numerical ID of the effect send entity
3576                        as returned by the <xref target="CREATE FX_SEND">"CREATE FX_SEND"</xref>
3577                        or <xref target="LIST FX_SENDS">"LIST FX_SENDS"</xref> command,
3578                        &lt;audio-src&gt; is the numerical ID of the effect send's audio channel
3579                        which should be rerouted and &lt;audio-dst&gt; is the numerical ID of
3580                        the audio channel of the selected audio output device where &lt;audio-src&gt;
3581                        should be routed to.</t>
3582    
3583                        <t>Note that effect sends can only route audio to the same audio output
3584                        device as assigned to the effect send's sampler channel. Also note that an
3585                        effect send entity does always have exactly as much audio channels as its
3586                        sampler channel. So if the sampler channel is stereo, the effect send does
3587                        have two audio channels as well. Also keep in mind that the amount of audio
3588                        channels on a sampler channel might be dependant not only to the deployed
3589                        sampler engine on the sampler channel, but also dependant to the instrument
3590                        currently loaded. However you can (effectively) turn an i.e. stereo effect
3591                        send into a mono one by simply altering its audio routing appropriately.</t>
3592    
3593                        <t>Possible Answers:</t>
3594                        <t>
3595                            <list>
3596                                <t>"OK" -
3597                                    <list>
3598                                        <t>on success</t>
3599                                    </list>
3600                                </t>
3601                                <t>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
3602                                    <list>
3603                                        <t>if audio output channel was set, but there are noteworthy
3604                                        issue(s) related, providing an appropriate warning code and
3605                                        warning message</t>
3606                                    </list>
3607                                </t>
3608                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
3609                                    <list>
3610                                        <t>in case it failed, providing an appropriate error code and error message</t>
3611                                    </list>
3612                                </t>
3613                            </list>
3614                        </t>
3615                        <t>Example:</t>
3616                        <t>
3617                            <list>
3618                                <t>C: "SET FX_SEND AUDIO_OUTPUT_CHANNEL 0 0 0 2"</t>
3619                                <t>S: "OK"</t>
3620                            </list>
3621                        </t>
3622                    </section>
3623    
3624                    <section title="Altering effect send's MIDI controller" anchor="SET FX_SEND MIDI_CONTROLLER">
3625                        <t>The front-end can alter the MIDI controller of an effect
3626                        send entity by sending the following command:</t>
3627                        <t>
3628                            <list>
3629                                <t>SET FX_SEND MIDI_CONTROLLER &lt;sampler-chan&gt; &lt;fx-send-id&gt; &lt;midi-ctrl&gt;</t>
3630                            </list>
3631                        </t>
3632                        <t>Where &lt;sampler-chan&gt; is the sampler channel number
3633                        as returned by the <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
3634                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref> command,
3635                        &lt;fx-send-id&gt; reflects the numerical ID of the effect send entity
3636                        as returned by the <xref target="CREATE FX_SEND">"CREATE FX_SEND"</xref>
3637                        or <xref target="LIST FX_SENDS">"LIST FX_SENDS"</xref> command and
3638                        &lt;midi-ctrl&gt; reflects the MIDI controller which shall be
3639                        able to modify the effect send's send level.</t>
3640    
3641                        <t>Possible Answers:</t>
3642                        <t>
3643                            <list>
3644                                <t>"OK" -
3645                                    <list>
3646                                        <t>on success</t>
3647                                    </list>
3648                                </t>
3649                                <t>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
3650                                    <list>
3651                                        <t>if MIDI controller was set, but there are noteworthy
3652                                        issue(s) related, providing an appropriate warning code and
3653                                        warning message</t>
3654                                    </list>
3655                                </t>
3656                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
3657                                    <list>
3658                                        <t>in case it failed, providing an appropriate error code and error message</t>
3659                                    </list>
3660                                </t>
3661                            </list>
3662                        </t>
3663                        <t>Example:</t>
3664                        <t>
3665                            <list>
3666                                <t>C: "SET FX_SEND MIDI_CONTROLLER 0 0 91"</t>
3667                                <t>S: "OK"</t>
3668                            </list>
3669                        </t>
3670                    </section>
3671    
3672                    <section title="Altering effect send's send level" anchor="SET FX_SEND LEVEL">
3673                        <t>The front-end can alter the current send level of an effect
3674                        send entity by sending the following command:</t>
3675                        <t>
3676                            <list>
3677                                <t>SET FX_SEND LEVEL &lt;sampler-chan&gt; &lt;fx-send-id&gt; &lt;volume&gt;</t>
3678                            </list>
3679                        </t>
3680                        <t>Where &lt;sampler-chan&gt; is the sampler channel number
3681                        as returned by the <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
3682                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref> command,
3683                        &lt;fx-send-id&gt; reflects the numerical ID of the effect send entity
3684                        as returned by the <xref target="CREATE FX_SEND">"CREATE FX_SEND"</xref>
3685                        or <xref target="LIST FX_SENDS">"LIST FX_SENDS"</xref> command and
3686                        &lt;volume&gt; is an optionally dotted positive number (a value
3687                        smaller than 1.0 means attenuation, whereas a value greater than
3688                        1.0 means amplification) reflecting the new send level.</t>
3689    
3690                        <t>Possible Answers:</t>
3691                        <t>
3692                            <list>
3693                                <t>"OK" -
3694                                    <list>
3695                                        <t>on success</t>
3696                                    </list>
3697                                </t>
3698                                <t>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
3699                                    <list>
3700                                        <t>if new send level was set, but there are noteworthy
3701                                        issue(s) related, providing an appropriate warning code and
3702                                        warning message</t>
3703                                    </list>
3704                                </t>
3705                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
3706                                    <list>
3707                                        <t>in case it failed, providing an appropriate error code and error message</t>
3708                                    </list>
3709                                </t>
3710                            </list>
3711                        </t>
3712                        <t>Example:</t>
3713                        <t>
3714                            <list>
3715                                <t>C: "SET FX_SEND LEVEL 0 0 0.15"</t>
3716                                <t>S: "OK"</t>
3717                            </list>
3718                        </t>
3719                    </section>
3720    
3721                    <section title="Sending MIDI messages to sampler channel" anchor="SEND CHANNEL MIDI_DATA">
3722                        <t>The front-end can send MIDI events to a specific sampler channel
3723                        by sending the following command:</t>
3724                        <t>
3725                            <list>
3726                                <t>SEND CHANNEL MIDI_DATA &lt;midi-msg&gt; &lt;sampler-chan&gt; &lt;arg1&gt; &lt;arg2&gt;</t>
3727                            </list>
3728                        </t>
3729                        <t>Where &lt;sampler-chan&gt; is the sampler channel number
3730                        as returned by the <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
3731                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref> command,
3732                        &lt;arg1&gt; and &lt;arg2&gt; arguments depend on the &lt;midi-msg&gt; argument, which
3733                        specifies the MIDI message type. Currently, the following MIDI messages are supported:</t>
3734                        <t>
3735                            <list>
3736                                <t>"NOTE_ON" -
3737                                    <list>
3738                                        <t>For turning on MIDI notes, where &lt;arg1&gt;
3739                                        specifies the key number and &lt;arg2&gt; the velocity
3740                                        as described in the MIDI specification.</t>
3741                                    </list>
3742                                </t>
3743                                <t>"NOTE_OFF" -
3744                                    <list>
3745                                        <t>For turning a currently playing MIDI note off, where &lt;arg1&gt;
3746                                        specifies the key number and &lt;arg2&gt; the velocity
3747                                        as described in the MIDI specification.</t>
3748                                    </list>
3749                                </t>
3750                                <t>"CC" -
3751                                    <list>
3752                                        <t>For changing a MIDI controller, where &lt;arg1&gt;
3753                                        specifies the controller number and &lt;arg2&gt; the
3754                                        new value of the controller as described in the Control
3755                                        Change section of the MIDI specification.</t>
3756                                    </list>
3757                                </t>
3758                            </list>
3759                        </t>
3760                        <t>CAUTION: This command is provided for implementations of virtual MIDI keyboards
3761                        and no realtime guarantee whatsoever will be made!</t>
3762                        <t>Possible Answers:</t>
3763                        <t>
3764                            <list>
3765                                <t>"OK" -
3766                                    <list>
3767                                        <t>on success</t>
3768                                    </list>
3769                                </t>
3770                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
3771                                    <list>
3772                                        <t>in case it failed, providing an appropriate error code and error message</t>
3773                                    </list>
3774                                </t>
3775                            </list>
3776                        </t>
3777                        <t>Example:</t>
3778                        <t>
3779                            <list>
3780                                <t>C: "SEND CHANNEL MIDI_DATA NOTE_ON 0 56 112"</t>
3781                                <t>S: "OK"</t>
3782                            </list>
3783                        </t>
3784                    </section>
3785    
3786                  <section title="Resetting a sampler channel" anchor="RESET CHANNEL">                  <section title="Resetting a sampler channel" anchor="RESET CHANNEL">
3787                      <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>
3788                      <t>                      <t>
# Line 3226  Schoenebeck'> Line 3968  Schoenebeck'>
3968              <section title="Global commands">              <section title="Global commands">
3969                  <t>The following commands have global impact on the sampler.</t>                  <t>The following commands have global impact on the sampler.</t>
3970    
3971                    <section title="Current number of active voices" anchor="GET TOTAL_VOICE_COUNT">
3972                        <t>The front-end can ask for the current number of active voices on
3973                        the sampler by sending the following command:</t>
3974                        <t>
3975                            <list>
3976                                <t>GET TOTAL_VOICE_COUNT</t>
3977                            </list>
3978                        </t>
3979    
3980                        <t>Possible Answers:</t>
3981                        <t>
3982                            <list>
3983                                <t>LinuxSampler will answer by returning the number of all active
3984                                voices on the sampler.</t>
3985                            </list>
3986                        </t>
3987                    </section>
3988    
3989                    <section title="Maximum amount of active voices" anchor="GET TOTAL_VOICE_COUNT_MAX">
3990                        <t>The front-end can ask for the maximum number of active voices
3991                        by sending the following command:</t>
3992                        <t>
3993                            <list>
3994                                <t>GET TOTAL_VOICE_COUNT_MAX</t>
3995                            </list>
3996                        </t>
3997    
3998                        <t>Possible Answers:</t>
3999                        <t>
4000                            <list>
4001                                <t>LinuxSampler will answer by returning the maximum number
4002                                of active voices.</t>
4003                            </list>
4004                        </t>
4005                    </section>
4006    
4007                    <section title="Current number of active disk streams" anchor="GET TOTAL_STREAM_COUNT">
4008                        <t>The front-end can ask for the current number of active disk streams on
4009                        the sampler by sending the following command:</t>
4010                        <t>
4011                            <list>
4012                                <t>GET TOTAL_STREAM_COUNT</t>
4013                            </list>
4014                        </t>
4015    
4016                        <t>Possible Answers:</t>
4017                        <t>
4018                            <list>
4019                                <t>LinuxSampler will answer by returning the number of all active
4020                                disk streams on the sampler.</t>
4021                            </list>
4022                        </t>
4023                    </section>
4024    
4025                  <section title="Reset sampler" anchor="RESET">                  <section title="Reset sampler" anchor="RESET">
4026                      <t>The front-end can reset the whole sampler by sending the following command:</t>                      <t>The front-end can reset the whole sampler by sending the following command:</t>
4027                      <t>                      <t>
# Line 3264  Schoenebeck'> Line 4060  Schoenebeck'>
4060                      <t>                      <t>
4061                          <list>                          <list>
4062                              <t>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.                              <t>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
4063                                 Each answer line begins with the settings category name                                 Each answer line begins with the information category name
4064                                 followed by a colon and then a space character &lt;SP&gt; and finally                                 followed by a colon and then a space character &lt;SP&gt; and finally
4065                                 the info character string to that information category. At the                                 the info character string to that information category. At the
4066                                 moment the following categories are defined:                                 moment the following categories are defined:
# Line 3273  Schoenebeck'> Line 4069  Schoenebeck'>
4069                                  <list>                                  <list>
4070                                      <t>DESCRIPTION -                                      <t>DESCRIPTION -
4071                                          <list>                                          <list>
4072                                              <t>arbitrary textual description about the sampler</t>                                              <t>arbitrary textual description about the sampler
4073                                                (note that the character string may contain
4074                                                <xref target="character_set">escape sequences</xref>)</t>
4075                                          </list>                                          </list>
4076                                      </t>                                      </t>
4077                                      <t>VERSION -                                      <t>VERSION -
# Line 3287  Schoenebeck'> Line 4085  Schoenebeck'>
4085                                              complies with (see <xref target="LSCP versioning" /> for details)</t>                                              complies with (see <xref target="LSCP versioning" /> for details)</t>
4086                                          </list>                                          </list>
4087                                      </t>                                      </t>
4088                                        <t>INSTRUMENTS_DB_SUPPORT -
4089                                            <list>
4090                                                <t>either yes or no, specifies whether the
4091                                                sampler is build with instruments database support.</t>
4092                                            </list>
4093                                        </t>
4094                                  </list>                                  </list>
4095                              </t>                              </t>
4096                          </list>                          </list>
# Line 3294  Schoenebeck'> Line 4098  Schoenebeck'>
4098                      <t>The mentioned fields above don't have to be in particular order.                      <t>The mentioned fields above don't have to be in particular order.
4099                      Other fields might be added in future.</t>                      Other fields might be added in future.</t>
4100                  </section>                  </section>
4101    
4102                    <section title="Getting global volume attenuation" anchor="GET VOLUME">
4103                        <t>The client can ask for the current global sampler-wide volume
4104                        attenuation by sending the following command:</t>
4105                        <t>
4106                            <list>
4107                                <t>GET VOLUME</t>
4108                            </list>
4109                        </t>
4110                        <t>Possible Answers:</t>
4111                        <t>
4112                            <list>
4113                                <t>The sampler will always answer by returning the optional
4114                                dotted floating point coefficient, reflecting the current
4115                                global volume attenuation.
4116                                </t>
4117                            </list>
4118                        </t>
4119                        <t>Note: it is up to the respective sampler engine whether to obey
4120                        that global volume parameter or not, but in general all engines SHOULD
4121                        use this parameter.</t>
4122                    </section>
4123    
4124                    <section title="Setting global volume attenuation" anchor="SET VOLUME">
4125                        <t>The client can alter the current global sampler-wide volume
4126                        attenuation by sending the following command:</t>
4127                        <t>
4128                            <list>
4129                                <t>SET VOLUME &lt;volume&gt;</t>
4130                            </list>
4131                        </t>
4132                       <t>Where &lt;volume&gt; should be replaced by the optional dotted
4133                       floating point value, reflecting the new global volume parameter.
4134                       This value might usually be in the range between 0.0 and 1.0, that
4135                       is for attenuating the overall volume.</t>
4136    
4137                        <t>Possible Answers:</t>
4138                        <t>
4139                            <list>
4140                                <t>"OK" -
4141                                    <list>
4142                                        <t>on success</t>
4143                                    </list>
4144                                </t>
4145                                <t>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
4146                                    <list>
4147                                        <t>if the global volume was set, but there are noteworthy
4148                                        issue(s) related, providing an appropriate warning code and
4149                                        warning message</t>
4150                                    </list>
4151                                </t>
4152                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
4153                                    <list>
4154                                        <t>in case it failed, providing an appropriate error code and error message</t>
4155                                    </list>
4156                                </t>
4157                            </list>
4158                        </t>
4159                    </section>
4160    
4161                    <section title="Getting global voice limit" anchor="GET VOICES">
4162                        <t>The client can ask for the current global sampler-wide limit
4163                           for maximum voices by sending the following command:</t>
4164                        <t>
4165                            <list>
4166                                <t>GET VOICES</t>
4167                            </list>
4168                        </t>
4169                        <t>Possible Answers:</t>
4170                        <t>
4171                            <list>
4172                                <t>LinuxSampler will answer by returning the number for
4173                                   the current limit of maximum voices.</t>
4174                            </list>
4175                        </t>
4176    
4177                        <t>The voice limit setting defines how many voices should maximum
4178                           be processed by the sampler at the same time. If the user
4179                           triggers new notes which would exceed that voice limit, the
4180                           sampler engine will react by stealing old voices for those
4181                           newly triggered notes. Note that the amount of voices triggered
4182                           by a new note can be larger than one and is dependent to the
4183                           respective instrument and probably further criterias.</t>
4184                    </section>
4185    
4186                    <section title="Setting global voice limit" anchor="SET VOICES">
4187                        <t>The client can alter the current global sampler-wide limit
4188                        for maximum voices by sending the following command:</t>
4189                        <t>
4190                            <list>
4191                                <t>SET VOICES &lt;max-voices&gt;</t>
4192                            </list>
4193                        </t>
4194                       <t>Where &lt;max-voices&gt; should be replaced by the integer
4195                       value, reflecting the new global amount limit of maximum voices.
4196                       This value has to be larger than 0.</t>
4197    
4198                        <t>Possible Answers:</t>
4199                        <t>
4200                            <list>
4201                                <t>"OK" -
4202                                    <list>
4203                                        <t>on success</t>
4204                                    </list>
4205                                </t>
4206                                <t>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
4207                                    <list>
4208                                        <t>if the voice limit was set, but there are noteworthy
4209                                        issue(s) related, providing an appropriate warning code and
4210                                        warning message</t>
4211                                    </list>
4212                                </t>
4213                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
4214                                    <list>
4215                                        <t>in case it failed, providing an appropriate error code and error message</t>
4216                                    </list>
4217                                </t>
4218                            </list>
4219                        </t>
4220    
4221                        <t>Note: the given value will be passed to all sampler engine instances.
4222                           The total amount of maximum voices on the running system might thus
4223                           be as big as the given value multiplied by the current amount of engine
4224                           instances.</t>
4225    
4226                         <t>Caution: when adjusting the voice limit, you SHOULD also
4227                            adjust the disk stream limit respectively and vice versa.</t>
4228                    </section>
4229    
4230                    <section title="Getting global disk stream limit" anchor="GET STREAMS">
4231                        <t>The client can ask for the current global sampler-wide limit
4232                           for maximum disk streams by sending the following command:</t>
4233                        <t>
4234                            <list>
4235                                <t>GET STREAMS</t>
4236                            </list>
4237                        </t>
4238                        <t>Possible Answers:</t>
4239                        <t>
4240                            <list>
4241                                <t>LinuxSampler will answer by returning the number for
4242                                   the current limit of maximum disk streams.</t>
4243                            </list>
4244                        </t>
4245    
4246                        <t>The disk stream limit setting defines how many disk streams should
4247                           maximum be processed by a sampler engine at the same time. The
4248                           higher this value, the more memory (RAM) will be occupied, since
4249                           every disk streams allocates a certain buffer size for being able
4250                           to perform its streaming operations.</t>
4251                    </section>
4252    
4253                    <section title="Setting global disk stream limit" anchor="SET STREAMS">
4254                        <t>The client can alter the current global sampler-wide limit
4255                        for maximum disk streams by sending the following command:</t>
4256                        <t>
4257                            <list>
4258                                <t>SET STREAMS &lt;max-streams&gt;</t>
4259                            </list>
4260                        </t>
4261                       <t>Where &lt;max-streams&gt; should be replaced by the integer
4262                       value, reflecting the new global amount limit of maximum disk streams.
4263                       This value has to be positive.</t>
4264    
4265                        <t>Possible Answers:</t>
4266                        <t>
4267                            <list>
4268                                <t>"OK" -
4269                                    <list>
4270                                        <t>on success</t>
4271                                    </list>
4272                                </t>
4273                                <t>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
4274                                    <list>
4275                                        <t>if the disk stream limit was set, but there are noteworthy
4276                                        issue(s) related, providing an appropriate warning code and
4277                                        warning message</t>
4278                                    </list>
4279                                </t>
4280                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
4281                                    <list>
4282                                        <t>in case it failed, providing an appropriate error code and error message</t>
4283                                    </list>
4284                                </t>
4285                            </list>
4286                        </t>
4287    
4288                        <t>Note: the given value will be passed to all sampler engine instances.
4289                           The total amount of maximum disk streams on the running system might
4290                           thus be as big as the given value multiplied by the current amount of
4291                           engine instances.</t>
4292    
4293                         <t>Caution: when adjusting the disk stream limit, you SHOULD also
4294                            adjust the voice limit respectively and vice versa.</t>
4295                    </section>
4296    
4297                </section>
4298    
4299    
4300                <section title="MIDI Instrument Mapping" anchor="MIDI Instrument Mapping">
4301                    <t>The MIDI protocol provides a way to switch between instruments
4302                    by sending so called MIDI bank select and MIDI program change
4303                    messages which are essentially just numbers. The following commands
4304                    allow to actually map arbitrary MIDI bank select / program change
4305                    numbers with real instruments.</t>
4306                    <t>The sampler allows to manage an arbitrary amount of MIDI
4307                    instrument maps which define which instrument to load on
4308                    which MIDI program change message.</t>
4309                    <t>By default, that is when the sampler is launched, there is no
4310                    map, thus the sampler will simply ignore all program change
4311                    messages. The front-end has to explicitly create at least one
4312                    map, add entries to the map and tell the respective sampler
4313                    channel(s) which MIDI instrument map to use, so the sampler
4314                    knows how to react on a given program change message on the
4315                    respective sampler channel, that is by switching to the
4316                    respectively defined engine type and loading the respective
4317                    instrument. See command
4318                    <xref target="SET CHANNEL MIDI_INSTRUMENT_MAP">"SET CHANNEL MIDI_INSTRUMENT_MAP"</xref>
4319                    for how to assign a MIDI instrument map to a sampler channel.</t>
4320                    <t>Also note per MIDI specification a bank select message does not
4321                    cause to switch to another instrument. Instead when receiving a
4322                    bank select message the bank value will be stored and a subsequent
4323                    program change message (which may occur at any time) will finally
4324                    cause the sampler to switch to the respective instrument as
4325                    reflected by the current MIDI instrument map.</t>
4326    
4327                    <section title="Create a new MIDI instrument map" anchor="ADD MIDI_INSTRUMENT_MAP">
4328                        <t>The front-end can add a new MIDI instrument map by sending
4329                        the following command:</t>
4330                        <t>
4331                            <list>
4332                                <t>ADD MIDI_INSTRUMENT_MAP [&lt;name&gt;]</t>
4333                            </list>
4334                        </t>
4335                        <t>Where &lt;name&gt; is an optional argument allowing to
4336                        assign a custom name to the new map. MIDI instrument Map
4337                        names do not have to be unique, but MUST be encapsulated
4338                        into apostrophes and support escape sequences as described
4339                        in chapter "<xref target="character_set">Character Set and Escape Sequences</xref>".
4340                        </t>
4341    
4342                        <t>Possible Answers:</t>
4343                        <t>
4344                            <list>
4345                                <t>"OK[&lt;map&gt;]" -
4346                                    <list>
4347                                        <t>in case a new MIDI instrument map could
4348                                        be added, where &lt;map&gt; reflects the
4349                                        unique ID of the newly created MIDI
4350                                        instrument map</t>
4351                                    </list>
4352                                </t>
4353                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
4354                                    <list>
4355                                        <t>when a new map could not be created, which
4356                                        might never occur in practice</t>
4357                                    </list>
4358                                </t>
4359                            </list>
4360                        </t>
4361    
4362                        <t>Examples:</t>
4363                        <t>
4364                            <list>
4365                                <t>C: "ADD MIDI_INSTRUMENT_MAP 'Standard Map'"</t>
4366                                <t>S: "OK[0]"</t>
4367                            </list>
4368                        </t>
4369                        <t>
4370                            <list>
4371                                <t>C: "ADD MIDI_INSTRUMENT_MAP 'Standard Drumkit'"</t>
4372                                <t>S: "OK[1]"</t>
4373                            </list>
4374                        </t>
4375                        <t>
4376                            <list>
4377                                <t>C: "ADD MIDI_INSTRUMENT_MAP"</t>
4378                                <t>S: "OK[5]"</t>
4379                            </list>
4380                        </t>
4381                    </section>
4382    
4383                    <section title="Delete one particular or all MIDI instrument maps" anchor="REMOVE MIDI_INSTRUMENT_MAP">
4384                        <t>The front-end can delete a particular MIDI instrument map
4385                        by sending the following command:</t>
4386                        <t>
4387                            <list>
4388                                <t>REMOVE MIDI_INSTRUMENT_MAP &lt;map&gt;</t>
4389                            </list>
4390                        </t>
4391                        <t>Where &lt;map&gt; reflects the unique ID of the map to delete
4392                        as returned by the <xref target="LIST MIDI_INSTRUMENT_MAPS">"LIST MIDI_INSTRUMENT_MAPS"</xref>
4393                        command.</t>
4394                        <t>The front-end can delete all MIDI instrument maps by
4395                        sending the following command:</t>
4396                        <t>
4397                            <list>
4398                                <t>REMOVE MIDI_INSTRUMENT_MAP ALL</t>
4399                            </list>
4400                        </t>
4401    
4402                        <t>Possible Answers:</t>
4403                        <t>
4404                            <list>
4405                                <t>"OK" -
4406                                    <list>
4407                                        <t>in case the map(s) could be deleted</t>
4408                                    </list>
4409                                </t>
4410                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
4411                                    <list>
4412                                        <t>when the given map does not exist</t>
4413                                    </list>
4414                                </t>
4415                            </list>
4416                        </t>
4417    
4418                        <t>Examples:</t>
4419                        <t>
4420                            <list>
4421                                <t>C: "REMOVE MIDI_INSTRUMENT_MAP 0"</t>
4422                                <t>S: "OK"</t>
4423                            </list>
4424                        </t>
4425                        <t>
4426                            <list>
4427                                <t>C: "REMOVE MIDI_INSTRUMENT_MAP ALL"</t>
4428                                <t>S: "OK"</t>
4429                            </list>
4430                        </t>
4431                    </section>
4432    
4433                    <section title="Get amount of existing MIDI instrument maps" anchor="GET MIDI_INSTRUMENT_MAPS">
4434                        <t>The front-end can retrieve the current amount of MIDI
4435                        instrument maps by sending the following command:</t>
4436                        <t>
4437                            <list>
4438                                <t>GET MIDI_INSTRUMENT_MAPS</t>
4439                            </list>
4440                        </t>
4441    
4442                        <t>Possible Answers:</t>
4443                        <t>
4444                            <list>
4445                                <t>The sampler will answer by returning the current
4446                                number of MIDI instrument maps.</t>
4447                            </list>
4448                        </t>
4449    
4450                        <t>Example:</t>
4451                        <t>
4452                            <list>
4453                                <t>C: "GET MIDI_INSTRUMENT_MAPS"</t>
4454                                <t>S: "2"</t>
4455                            </list>
4456                        </t>
4457                    </section>
4458    
4459                    <section title="Getting all created MIDI instrument maps" anchor="LIST MIDI_INSTRUMENT_MAPS">
4460                        <t>The number of MIDI instrument maps can change on runtime. To get the
4461                        current list of MIDI instrument maps, the front-end can send the
4462                        following command:</t>
4463                        <t>
4464                            <list>
4465                                <t>LIST MIDI_INSTRUMENT_MAPS</t>
4466                            </list>
4467                        </t>
4468                        <t>Possible Answers:</t>
4469                        <t>
4470                            <list>
4471                                <t>The sampler will answer by returning a comma separated list
4472                                with all MIDI instrument maps' numerical IDs.</t>
4473                            </list>
4474                        </t>
4475                        <t>Example:</t>
4476                        <t>
4477                            <list>
4478                                <t>C: "LIST MIDI_INSTRUMENT_MAPS"</t>
4479                                <t>S: "0,1,5,12"</t>
4480                            </list>
4481                        </t>
4482                    </section>
4483    
4484                    <section title="Getting MIDI instrument map information" anchor="GET MIDI_INSTRUMENT_MAP INFO">
4485                        <t>The front-end can ask for the current settings of a MIDI
4486                        instrument map by sending the following command:</t>
4487                        <t>
4488                            <list>
4489                                <t>GET MIDI_INSTRUMENT_MAP INFO &lt;map&gt;</t>
4490                            </list>
4491                        </t>
4492                        <t>Where &lt;map&gt; is the numerical ID of the map the
4493                        front-end is interested in as returned by the
4494                        <xref target="LIST MIDI_INSTRUMENT_MAPS">"LIST MIDI_INSTRUMENT_MAPS"</xref>
4495                        command.</t>
4496    
4497                        <t>Possible Answers:</t>
4498                        <t>
4499                            <list>
4500                                <t>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
4501                                Each answer line begins with the settings category name
4502                                followed by a colon and then a space character &lt;SP&gt; and finally
4503                                the info character string to that setting category. At the
4504                                moment the following categories are defined:</t>
4505    
4506                                <t>
4507                                    <list>
4508                                        <t>NAME -
4509                                            <list>
4510                                                <t>custom name of the given map,
4511                                                which does not have to be unique
4512                                                (note that this character string may contain
4513                                                 <xref target="character_set">escape sequences</xref>)</t>
4514                                            </list>
4515                                        </t>
4516                                        <t>DEFAULT -
4517                                            <list>
4518                                                <t>either true or false,
4519                                                defines whether this map is the default map</t>
4520                                            </list>
4521                                        </t>
4522                                    </list>
4523                                </t>
4524                            </list>
4525                        </t>
4526                        <t>The mentioned fields above don't have to be in particular order.</t>
4527    
4528                        <t>Example:</t>
4529                        <t>
4530                            <list>
4531                                <t>C: "GET MIDI_INSTRUMENT_MAP INFO 0"</t>
4532                                <t>S: "NAME: Standard Map"</t>
4533                                <t>&nbsp;&nbsp;&nbsp;"DEFAULT: true"</t>
4534                                <t>&nbsp;&nbsp;&nbsp;"."</t>
4535                            </list>
4536                        </t>
4537                    </section>
4538    
4539                    <section title="Renaming a MIDI instrument map" anchor="SET MIDI_INSTRUMENT_MAP NAME">
4540                        <t>The front-end can alter the custom name of a MIDI
4541                        instrument map by sending the following command:</t>
4542                        <t>
4543                            <list>
4544                                <t>SET MIDI_INSTRUMENT_MAP NAME &lt;map&gt; &lt;name&gt;</t>
4545                            </list>
4546                        </t>
4547                        <t>Where &lt;map&gt; is the numerical ID of the map and
4548                        &lt;name&gt; the new custom name of the map, which does not
4549                        have to be unique (name MUST be encapsulated into apostrophes
4550                        and supports escape sequences as described in chapter
4551                        "<xref target="character_set">Character Set and Escape Sequences</xref>").
4552                        </t>
4553    
4554                        <t>Possible Answers:</t>
4555                        <t>
4556                            <list>
4557                                <t>"OK" -
4558                                    <list>
4559                                        <t>on success</t>
4560                                    </list>
4561                                </t>
4562                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
4563                                    <list>
4564                                        <t>in case the given map does not exist</t>
4565                                    </list>
4566                                </t>
4567                            </list>
4568                        </t>
4569    
4570                        <t>Example:</t>
4571                        <t>
4572                            <list>
4573                                <t>C: "SET MIDI_INSTRUMENT_MAP NAME 0 'Foo instruments'"</t>
4574                                <t>S: "OK"</t>
4575                            </list>
4576                        </t>
4577                    </section>
4578    
4579                    <section title="Create or replace a MIDI instrument map entry" anchor="MAP MIDI_INSTRUMENT">
4580                        <t>The front-end can create a new or replace an existing entry
4581                        in a sampler's MIDI instrument map by sending the following
4582                        command:</t>
4583                        <t>
4584                            <list>
4585                                <t>MAP MIDI_INSTRUMENT [NON_MODAL] &lt;map&gt;
4586                                &lt;midi_bank&gt; &lt;midi_prog&gt; &lt;engine_name&gt;
4587                                &lt;filename&gt; &lt;instrument_index&gt; &lt;volume_value&gt;
4588                                [&lt;instr_load_mode&gt;] [&lt;name&gt;]</t>
4589                            </list>
4590                        </t>
4591                        <t>Where &lt;map&gt; is the numeric ID of the map to alter,
4592                        &lt;midi_bank&gt; is an integer value between
4593                        0..16383 reflecting the MIDI bank select index,
4594                        &lt;midi_prog&gt; an
4595                        integer value between 0..127 reflecting the MIDI program change
4596                        index, &lt;engine_name&gt; a sampler engine name as returned by
4597                        the <xref target="LIST AVAILABLE_ENGINES">"LIST AVAILABLE_ENGINES"</xref>
4598                        command (not encapsulated into apostrophes), &lt;filename&gt; the name
4599                        of the instrument's file to be deployed (encapsulated into apostrophes,
4600                        supporting escape sequences as described in chapter
4601                        "<xref target="character_set">Character Set and Escape Sequences</xref>"),
4602                        &lt;instrument_index&gt; the index (integer value) of the instrument
4603                        within the given file, &lt;volume_value&gt; reflects the master
4604                        volume of the instrument as optionally dotted number (where a
4605                        value &lt; 1.0 means attenuation and a value > 1.0 means
4606                        amplification). This parameter easily allows to adjust the
4607                        volume of all intruments within a custom instrument map
4608                        without having to adjust their instrument files. The
4609                        OPTIONAL &lt;instr_load_mode&gt; argument defines the life
4610                        time of the instrument, that is when the instrument should
4611                        be loaded, when freed and has exactly the following
4612                        possibilities:</t>
4613                        <t>
4614                            <list>
4615                                <t>"ON_DEMAND" -
4616                                    <list>
4617                                        <t>The instrument will be loaded when needed,
4618                                        that is when demanded by at least one sampler
4619                                        channel. It will immediately be freed from memory
4620                                        when not needed by any sampler channel anymore.</t>
4621                                    </list>
4622                                </t>
4623                                <t>"ON_DEMAND_HOLD" -
4624                                    <list>
4625                                        <t>The instrument will be loaded when needed,
4626                                        that is when demanded by at least one sampler
4627                                        channel. It will be kept in memory even when
4628                                        not needed by any sampler channel anymore.
4629                                        Instruments with this mode are only freed
4630                                        when the sampler is reset or all mapping
4631                                        entries with this mode (and respective
4632                                        instrument) are explicitly changed to
4633                                        "ON_DEMAND" and no sampler channel is using
4634                                        the instrument anymore.</t>
4635                                    </list>
4636                                </t>
4637                                <t>"PERSISTENT" -
4638                                    <list>
4639                                        <t>The instrument will immediately be loaded
4640                                        into memory when this mapping
4641                                        command is sent and the instrument is kept all
4642                                        the time. Instruments with this mode are
4643                                        only freed when the sampler is reset or all
4644                                        mapping entries with this mode (and
4645                                        respective instrument) are explicitly
4646                                        changed to "ON_DEMAND" and no sampler
4647                                        channel is using the instrument anymore.</t>
4648                                    </list>
4649                                </t>
4650                                <t>not supplied -
4651                                    <list>
4652                                        <t>In case there is no &lt;instr_load_mode&gt;
4653                                        argument given, it will be up to the
4654                                        InstrumentManager to decide which mode to use.
4655                                        Usually it will use "ON_DEMAND" if an entry
4656                                        for the given instrument does not exist in
4657                                        the InstrumentManager's list yet, otherwise
4658                                        if an entry already exists, it will simply
4659                                        stick with the mode currently reflected by
4660                                        the already existing entry, that is it will
4661                                        not change the mode.</t>
4662                                    </list>
4663                                </t>
4664                            </list>
4665                        </t>
4666                        <t>
4667                        The &lt;instr_load_mode&gt; argument thus allows to define an
4668                        appropriate strategy (low memory consumption vs. fast
4669                        instrument switching) for each instrument individually. Note, the
4670                        following restrictions apply to this argument: "ON_DEMAND_HOLD" and
4671                        "PERSISTENT" have to be supported by the respective sampler engine
4672                        (which is technically the case when the engine provides an
4673                        InstrumentManager for its format). If this is not the case the
4674                        argument will automatically fall back to the default value
4675                        "ON_DEMAND". Also the load mode of one instrument may
4676                        automatically change the laod mode of other instrument(s), i.e.
4677                        because the instruments are part of the same file and the
4678                        engine does not allow a way to manage load modes for them
4679                        individually. Due to this, in case the frontend shows the
4680                        load modes of entries, the frontend should retrieve the actual
4681                        mode by i.e. sending
4682                        <xref target="GET MIDI_INSTRUMENT INFO">"GET MIDI_INSTRUMENT INFO"</xref>
4683                        command(s). Finally the OPTIONAL &lt;name&gt; argument allows to set a custom name
4684                        (encapsulated into apostrophes, supporting escape sequences as described in chapter
4685                        "<xref target="character_set">Character Set and Escape Sequences</xref>") for the
4686                        mapping entry, useful for frontends for displaying an appropriate name for
4687                        mapped instruments (using
4688                        <xref target="GET MIDI_INSTRUMENT INFO">"GET MIDI_INSTRUMENT INFO"</xref>).
4689                        </t>
4690                        <t>
4691                        By default, "MAP MIDI_INSTRUMENT" commands block until the mapping is
4692                        completely established in the sampler. The OPTIONAL "NON_MODAL" argument
4693                        however causes the respective "MAP MIDI_INSTRUMENT" command to return
4694                        immediately, that is to let the sampler establish the mapping in the
4695                        background. So this argument might be especially useful for mappings with
4696                        a "PERSISTENT" type, because these have to load the respective instruments
4697                        immediately and might thus block for a very long time. It is recommended
4698                        however to use the OPTIONAL "NON_MODAL" argument only if really necessary,
4699                        because it has the following drawbacks: as "NON_MODAL" instructions return
4700                        immediately, they may not necessarily return an error i.e. when the given
4701                        instrument file turns out to be corrupt, beside that subsequent commands
4702                        in a LSCP instruction sequence might fail, because mandatory mappings are
4703                        not yet completed.
4704                        </t>
4705    
4706                        <t>Possible Answers:</t>
4707                        <t>
4708                            <list>
4709                                <t>"OK" -
4710                                    <list>
4711                                        <t>usually</t>
4712                                    </list>
4713                                </t>
4714                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
4715                                    <list>
4716                                        <t>when the given map or engine does not exist or a value
4717                                        is out of range</t>
4718                                    </list>
4719                                </t>
4720                            </list>
4721                        </t>
4722    
4723                        <t>Examples:</t>
4724                        <t>
4725                            <list>
4726                                <t>C: "MAP MIDI_INSTRUMENT 0 3 0 gig '/usr/share/Steinway D.gig' 0 0.8 PERSISTENT"</t>
4727                                <t>S: "OK"</t>
4728                            </list>
4729                        </t>
4730                        <t>
4731                            <list>
4732                                <t>C: "MAP MIDI_INSTRUMENT 0 4 50 gig '/home/john/foostrings.gig' 7 1.0"</t>
4733                                <t>S: "OK"</t>
4734                            </list>
4735                        </t>
4736                        <t>
4737                            <list>
4738                                <t>C: "MAP MIDI_INSTRUMENT 0 0 0 gig '/usr/share/piano.gig' 0 1.0 'Normal Piano'"</t>
4739                                <t>S: "OK"</t>
4740                                <t>C: "MAP MIDI_INSTRUMENT 0 1 0 gig '/usr/share/piano.gig' 0 0.25 'Silent Piano'"</t>
4741                                <t>S: "OK"</t>
4742                            </list>
4743                        </t>
4744                        <t>
4745                            <list>
4746                                <t>C: "MAP MIDI_INSTRUMENT NON_MODAL 1 8 120 gig '/home/joe/foodrums.gig' 0 1.0 PERSISTENT 'Foo Drumkit'"</t>
4747                                <t>S: "OK"</t>
4748                            </list>
4749                        </t>
4750                    </section>
4751    
4752                    <section title="Getting ammount of MIDI instrument map entries" anchor="GET MIDI_INSTRUMENTS">
4753                        <t>The front-end can query the amount of currently existing
4754                        entries in a MIDI instrument map by sending the following
4755                        command:</t>
4756                        <t>
4757                            <list>
4758                                <t>GET MIDI_INSTRUMENTS &lt;map&gt;</t>
4759                            </list>
4760                        </t>
4761                        <t>The front-end can query the amount of currently existing
4762                        entries in all MIDI instrument maps by sending the following
4763                        command:</t>
4764                        <t>
4765                            <list>
4766                                <t>GET MIDI_INSTRUMENTS ALL</t>
4767                            </list>
4768                        </t>
4769                        <t>Possible Answers:</t>
4770                        <t>
4771                            <list>
4772                                <t>The sampler will answer by sending the current number of
4773                                entries in the MIDI instrument map(s).</t>
4774                            </list>
4775                        </t>
4776    
4777                        <t>Example:</t>
4778                        <t>
4779                            <list>
4780                                <t>C: "GET MIDI_INSTRUMENTS 0"</t>
4781                                <t>S: "234"</t>
4782                            </list>
4783                        </t>
4784                        <t>
4785                            <list>
4786                                <t>C: "GET MIDI_INSTRUMENTS ALL"</t>
4787                                <t>S: "954"</t>
4788                            </list>
4789                        </t>
4790                    </section>
4791    
4792                    <section title="Getting indeces of all entries of a MIDI instrument map" anchor="LIST MIDI_INSTRUMENTS">
4793                        <t>The front-end can query a list of all currently existing
4794                        entries in a certain MIDI instrument map by sending the following
4795                        command:</t>
4796                        <t>
4797                            <list>
4798                                <t>LIST MIDI_INSTRUMENTS &lt;map&gt;</t>
4799                            </list>
4800                        </t>
4801                        <t>Where &lt;map&gt; is the numeric ID of the MIDI instrument map.</t>
4802                        <t>The front-end can query a list of all currently existing
4803                        entries of all MIDI instrument maps by sending the following
4804                        command:</t>
4805                        <t>
4806                            <list>
4807                                <t>LIST MIDI_INSTRUMENTS ALL</t>
4808                            </list>
4809                        </t>
4810    
4811                        <t>Possible Answers:</t>
4812                        <t>
4813                            <list>
4814                                <t>The sampler will answer by sending a comma separated
4815                                list of map ID - MIDI bank - MIDI program triples, where
4816                                each triple is encapsulated into curly braces. The
4817                                list is returned in one single line. Each triple
4818                                just reflects the key of the respective map entry,
4819                                thus subsequent
4820                                <xref target="GET MIDI_INSTRUMENT INFO">"GET MIDI_INSTRUMENT INFO"</xref>
4821                                command(s) are necessary to retrieve detailed informations
4822                                about each entry.</t>
4823                            </list>
4824                        </t>
4825    
4826                        <t>Example:</t>
4827                        <t>
4828                            <list>
4829                                <t>C: "LIST MIDI_INSTRUMENTS 0"</t>
4830                                <t>S: "{0,0,0},{0,0,1},{0,0,3},{0,1,4},{1,127,127}"</t>
4831                            </list>
4832                        </t>
4833                    </section>
4834    
4835                    <section title="Remove an entry from the MIDI instrument map" anchor="UNMAP MIDI_INSTRUMENT">
4836                        <t>The front-end can delete an entry from a MIDI instrument
4837                        map by sending the following command:</t>
4838                        <t>
4839                            <list>
4840                                <t>UNMAP MIDI_INSTRUMENT &lt;map&gt; &lt;midi_bank&gt; &lt;midi_prog&gt;</t>
4841                            </list>
4842                        </t>
4843                        <t>
4844                        Where &lt;map&gt; is the numeric ID of the MIDI instrument map,
4845                        &lt;midi_bank&gt; is an integer value between 0..16383
4846                        reflecting the MIDI bank value and
4847                        &lt;midi_prog&gt; an integer value between
4848                        0..127 reflecting the MIDI program value of the map's entrie's key
4849                        index triple.
4850                        </t>
4851    
4852                        <t>Possible Answers:</t>
4853                        <t>
4854                            <list>
4855                                <t>"OK" -
4856                                    <list>
4857                                        <t>usually</t>
4858                                    </list>
4859                                </t>
4860                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
4861                                    <list>
4862                                        <t>when index out of bounds</t>
4863                                    </list>
4864                                </t>
4865                            </list>
4866                        </t>
4867    
4868                        <t>Example:</t>
4869                        <t>
4870                            <list>
4871                                <t>C: "UNMAP MIDI_INSTRUMENT 0 2 127"</t>
4872                                <t>S: "OK"</t>
4873                            </list>
4874                        </t>
4875                    </section>
4876    
4877                    <section title="Get current settings of MIDI instrument map entry" anchor="GET MIDI_INSTRUMENT INFO">
4878                        <t>The front-end can retrieve the current settings of a certain
4879                        instrument map entry by sending the following command:</t>
4880                        <t>
4881                            <list>
4882                                <t>GET MIDI_INSTRUMENT INFO &lt;map&gt; &lt;midi_bank&gt; &lt;midi_prog&gt;</t>
4883                            </list>
4884                        </t>
4885                        <t>
4886                        Where &lt;map&gt; is the numeric ID of the MIDI instrument map,
4887                        &lt;midi_bank&gt; is an integer value between 0..16383
4888                        reflecting the MIDI bank value, &lt;midi_bank&gt;
4889                        and &lt;midi_prog&gt; an integer value between
4890                        0..127 reflecting the MIDI program value of the map's entrie's key
4891                        index triple.
4892                        </t>
4893    
4894                        <t>Possible Answers:</t>
4895                        <t>
4896                            <list>
4897                                <t>LinuxSampler will answer by sending a &lt;CRLF&gt;
4898                                separated list. Each answer line begins with the
4899                                information category name followed by a colon and then
4900                                a space character &lt;SP&gt; and finally the info
4901                                character string to that info category. At the moment
4902                                the following categories are defined:</t>
4903                                <t>"NAME" -
4904                                    <list>
4905                                        <t>Name for this MIDI instrument map entry (if defined).
4906                                        This name shall be used by frontends for displaying a
4907                                        name for this mapped instrument. It can be set and
4908                                        changed with the
4909                                        <xref target="MAP MIDI_INSTRUMENT">"MAP MIDI_INSTRUMENT"</xref>
4910                                        command and does not have to be unique.
4911                                        (note that this character string may contain
4912                                        <xref target="character_set">escape sequences</xref>)</t>
4913                                    </list>
4914                                </t>
4915                                <t>"ENGINE_NAME" -
4916                                    <list>
4917                                        <t>Name of the engine to be deployed for this
4918                                        instrument.</t>
4919                                    </list>
4920                                </t>
4921                                <t>"INSTRUMENT_FILE" -
4922                                    <list>
4923                                        <t>File name of the instrument
4924                                        (note that this path may contain
4925                                        <xref target="character_set">escape sequences</xref>).</t>
4926                                    </list>
4927                                </t>
4928                                <t>"INSTRUMENT_NR" -
4929                                    <list>
4930                                        <t>Index of the instrument within the file.</t>
4931                                    </list>
4932                                </t>
4933                                <t>"INSTRUMENT_NAME" -
4934                                    <list>
4935                                        <t>Name of the loaded instrument as reflected by its file.
4936                                        In contrast to the "NAME" field, the "INSTRUMENT_NAME" field
4937                                        cannot be changed (note that this character string may contain
4938                                        <xref target="character_set">escape sequences</xref>).</t>
4939                                    </list>
4940                                </t>
4941                                <t>"LOAD_MODE" -
4942                                    <list>
4943                                        <t>Life time of instrument
4944                                        (see <xref target="MAP MIDI_INSTRUMENT">"MAP MIDI_INSTRUMENT"</xref> for details about this setting).</t>
4945                                    </list>
4946                                </t>
4947                                <t>"VOLUME" -
4948                                    <list>
4949                                        <t>master volume of the instrument as optionally
4950                                        dotted number (where a value &lt; 1.0 means attenuation
4951                                        and a value > 1.0 means amplification)</t>
4952                                    </list>
4953                                </t>
4954                                <t>The mentioned fields above don't have to be in particular order.</t>
4955                            </list>
4956                        </t>
4957    
4958                        <t>Example:</t>
4959                        <t>
4960                            <list>
4961                                <t>C: "GET MIDI_INSTRUMENT INFO 1 45 120"</t>
4962                                <t>S: "NAME: Drums for Foo Song"</t>
4963                                <t>&nbsp;&nbsp;&nbsp;"ENGINE_NAME: GigEngine"</t>
4964                                <t>&nbsp;&nbsp;&nbsp;"INSTRUMENT_FILE: /usr/share/joesdrumkit.gig"</t>
4965                                <t>&nbsp;&nbsp;&nbsp;"INSTRUMENT_NR: 0"</t>
4966                                <t>&nbsp;&nbsp;&nbsp;"INSTRUMENT_NAME: Joe's Drumkit"</t>
4967                                <t>&nbsp;&nbsp;&nbsp;"LOAD_MODE: PERSISTENT"</t>
4968                                <t>&nbsp;&nbsp;&nbsp;"VOLUME: 1.0"</t>
4969                                <t>&nbsp;&nbsp;&nbsp;"."</t>
4970                            </list>
4971                        </t>
4972                    </section>
4973    
4974                    <section title="Clear MIDI instrument map" anchor="CLEAR MIDI_INSTRUMENTS">
4975                        <t>The front-end can clear a whole MIDI instrument map, that
4976                        is delete all its entries by sending the following command:</t>
4977                        <t>
4978                            <list>
4979                                <t>CLEAR MIDI_INSTRUMENTS &lt;map&gt;</t>
4980                            </list>
4981                        </t>
4982                        <t>Where &lt;map&gt; is the numeric ID of the map to clear.</t>
4983                        <t>The front-end can clear all MIDI instrument maps, that
4984                        is delete all entries of all maps by sending the following
4985                        command:</t>
4986                        <t>
4987                            <list>
4988                                <t>CLEAR MIDI_INSTRUMENTS ALL</t>
4989                            </list>
4990                        </t>
4991                        <t>The command "CLEAR MIDI_INSTRUMENTS ALL" does not delete the
4992                        maps, only their entries, thus the map's settings like
4993                        custom name will be preservevd.</t>
4994    
4995                       <t>Possible Answers:</t>
4996                        <t>
4997                            <list>
4998                                <t>"OK" -
4999                                    <list>
5000                                        <t>always</t>
5001                                    </list>
5002                                </t>
5003                            </list>
5004                        </t>
5005    
5006                        <t>Examples:</t>
5007                        <t>
5008                           <list>
5009                                <t>C: "CLEAR MIDI_INSTRUMENTS 0"</t>
5010                                <t>S: "OK"</t>
5011                            </list>
5012                        </t>
5013                        <t>
5014                           <list>
5015                                <t>C: "CLEAR MIDI_INSTRUMENTS ALL"</t>
5016                                <t>S: "OK"</t>
5017                            </list>
5018                        </t>
5019                    </section>
5020                </section>
5021    
5022    
5023                <section title="Managing Instruments Database" anchor="Managing Instruments Database">
5024                    <t>The following commands describe how to use and manage
5025                    the instruments database.</t>
5026                    <t>Notice:</t>
5027                        <t>
5028                            <list>
5029                                <t>All command arguments representing a path or
5030                                instrument/directory name support escape sequences as described in chapter
5031                                "<xref target="character_set">Character Set and Escape Sequences</xref>".
5032                                </t>
5033                                <t>All occurrences of a forward slash in instrument and directory
5034                                   names are escaped with its hex (\x2f) or octal (\057) escape sequence.
5035                                </t>
5036                            </list>
5037                        </t>
5038    
5039                    <section title="Creating a new instrument directory" anchor="ADD DB_INSTRUMENT_DIRECTORY">
5040                        <t>The front-end can add a new instrument directory to the
5041                        instruments database by sending the following command:</t>
5042                        <t>
5043                            <list>
5044                                <t>ADD DB_INSTRUMENT_DIRECTORY &lt;dir&gt;</t>
5045                            </list>
5046                        </t>
5047                        <t>Where &lt;dir&gt; is the absolute path name of the directory
5048                        to be created (encapsulated into apostrophes).</t>
5049    
5050                        <t>Possible Answers:</t>
5051                        <t>
5052                            <list>
5053                                <t>"OK" -
5054                                    <list>
5055                                        <t>on success</t>
5056                                    </list>
5057                                </t>
5058                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5059                                    <list>
5060                                        <t>when the directory could not be created, which
5061                                        can happen if the directory already exists or the
5062                                        name contains not allowed symbols</t>
5063                                    </list>
5064                                </t>
5065                            </list>
5066                        </t>
5067    
5068                        <t>Examples:</t>
5069                        <t>
5070                            <list>
5071                                <t>C: "ADD DB_INSTRUMENT_DIRECTORY '/Piano Collection'"</t>
5072                                <t>S: "OK"</t>
5073                            </list>
5074                        </t>
5075                    </section>
5076    
5077                    <section title="Deleting an instrument directory" anchor="REMOVE DB_INSTRUMENT_DIRECTORY">
5078                        <t>The front-end can delete a particular instrument directory
5079                        from the instruments database by sending the following command:</t>
5080                        <t>
5081                            <list>
5082                                <t>REMOVE DB_INSTRUMENT_DIRECTORY [FORCE] &lt;dir&gt;</t>
5083                            </list>
5084                        </t>
5085                        <t>Where &lt;dir&gt; is the absolute path name of the directory
5086                        to delete. The optional FORCE argument can be used to
5087                        force the deletion of a non-empty directory and all its content.</t>
5088    
5089                        <t>Possible Answers:</t>
5090                        <t>
5091                            <list>
5092                                <t>"OK" -
5093                                    <list>
5094                                        <t>if the directory is deleted successfully</t>
5095                                    </list>
5096                                </t>
5097                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5098                                    <list>
5099                                        <t>if the given directory does not exist, or
5100                                        if trying to delete a non-empty directory,
5101                                        without using the FORCE argument.</t>
5102                                    </list>
5103                                </t>
5104                            </list>
5105                        </t>
5106    
5107                        <t>Examples:</t>
5108                        <t>
5109                            <list>
5110                                <t>C: "REMOVE DB_INSTRUMENT_DIRECTORY FORCE '/Piano Collection'"</t>
5111                                <t>S: "OK"</t>
5112                            </list>
5113                        </t>
5114                    </section>
5115    
5116                    <section title="Getting amount of instrument directories" anchor="GET DB_INSTRUMENT_DIRECTORIES">
5117                        <t>The front-end can retrieve the current amount of
5118                        directories in a specific directory by sending the following command:</t>
5119                        <t>
5120                            <list>
5121                                <t>GET DB_INSTRUMENT_DIRECTORIES [RECURSIVE] &lt;dir&gt;</t>
5122                            </list>
5123                        </t>
5124                        <t>Where &lt;dir&gt; should be replaced by the absolute path
5125                        name of the directory. If RECURSIVE is specified, the number of
5126                        all directories, including those located in subdirectories of the
5127                        specified directory, will be returned.</t>
5128    
5129                        <t>Possible Answers:</t>
5130                        <t>
5131                            <list>
5132                                <t>The current number of instrument directories
5133                                in the specified directory.</t>
5134                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5135                                    <list>
5136                                        <t>if the given directory does not exist.</t>
5137                                    </list>
5138                                </t>
5139                            </list>
5140                        </t>
5141    
5142                        <t>Example:</t>
5143                        <t>
5144                            <list>
5145                                <t>C: "GET DB_INSTRUMENT_DIRECTORIES '/'"</t>
5146                                <t>S: "2"</t>
5147                            </list>
5148                        </t>
5149                    </section>
5150    
5151                    <section title="Listing all directories in specific directory" anchor="LIST DB_INSTRUMENT_DIRECTORIES">
5152                        <t>The front-end can retrieve the current list of directories
5153                        in specific directory by sending the following command:</t>
5154                        <t>
5155                            <list>
5156                                <t>LIST DB_INSTRUMENT_DIRECTORIES [RECURSIVE] &lt;dir&gt;</t>
5157                            </list>
5158                        </t>
5159                        <t>Where &lt;dir&gt; should be replaced by the absolute path
5160                        name of the directory. If RECURSIVE is specified, the absolute path names
5161                        of all directories, including those located in subdirectories of the
5162                        specified directory, will be returned.</t>
5163    
5164                        <t>Possible Answers:</t>
5165                        <t>
5166                            <list>
5167                                <t>A comma separated list of all instrument directories
5168                                (encapsulated into apostrophes) in the specified directory.</t>
5169                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5170                                    <list>
5171                                        <t>if the given directory does not exist.</t>
5172                                    </list>
5173                                </t>
5174                            </list>
5175                        </t>
5176                        <t>Example:</t>
5177                        <t>
5178                            <list>
5179                                <t>C: "LIST DB_INSTRUMENT_DIRECTORIES '/'"</t>
5180                                <t>S: "'Piano Collection','Percussion Collection'"</t>
5181                            </list>
5182                        </t>
5183                        <t>
5184                            <list>
5185                                <t>C: "LIST DB_INSTRUMENT_DIRECTORIES RECURSIVE '/'"</t>
5186                                <t>S: "'/Piano Collection','/Piano Collection/Acoustic','/Piano Collection/Acoustic/New','/Percussion Collection'"</t>
5187                            </list>
5188                        </t>
5189                    </section>
5190    
5191                    <section title="Getting instrument directory information" anchor="GET DB_INSTRUMENT_DIRECTORY INFO">
5192                        <t>The front-end can ask for the current settings of an
5193                        instrument directory by sending the following command:</t>
5194                        <t>
5195                            <list>
5196                                <t>GET DB_INSTRUMENT_DIRECTORY INFO &lt;dir&gt;</t>
5197                            </list>
5198                        </t>
5199                        <t>Where &lt;dir&gt; should be replaced by the absolute path
5200                        name of the directory the front-end is interested in.</t>
5201    
5202                        <t>Possible Answers:</t>
5203                        <t>
5204                            <list>
5205                                <t>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
5206                                Each answer line begins with the settings category name
5207                                followed by a colon and then a space character &lt;SP&gt; and finally
5208                                the info character string to that setting category. At the
5209                                moment the following categories are defined:</t>
5210    
5211                                <t>
5212                                    <list>
5213                                        <t>DESCRIPTION -
5214                                            <list>
5215                                                <t>A brief description of the directory content.
5216                                                Note that the character string may contain
5217                                                <xref target="character_set">escape sequences</xref>.</t>
5218                                            </list>
5219                                        </t>
5220                                        <t>CREATED -
5221                                            <list>
5222                                                <t>The creation date and time of the directory,
5223                                                represented in "YYYY-MM-DD HH:MM:SS" format</t>
5224                                            </list>
5225                                        </t>
5226                                        <t>MODIFIED -
5227                                            <list>
5228                                                <t>The date and time of the last modification of the
5229                                                directory, represented in "YYYY-MM-DD HH:MM:SS" format</t>
5230                                            </list>
5231                                        </t>
5232                                    </list>
5233                                </t>
5234                            </list>
5235                        </t>
5236                        <t>The mentioned fields above don't have to be in particular order.</t>
5237    
5238                        <t>Example:</t>
5239                        <t>
5240                            <list>
5241                                <t>C: "GET DB_INSTRUMENT_DIRECTORY INFO '/Piano Collection'"</t>
5242                                <t>S: "DESCRIPTION: Piano collection of instruments in GigaSampler format."</t>
5243                                <t>&nbsp;&nbsp;&nbsp;"CREATED: 2007-02-05 10:23:12"</t>
5244                                <t>&nbsp;&nbsp;&nbsp;"MODIFIED: 2007-04-07 12:50:21"</t>
5245                                <t>&nbsp;&nbsp;&nbsp;"."</t>
5246                            </list>
5247                        </t>
5248                    </section>
5249    
5250                    <section title="Renaming an instrument directory" anchor="SET DB_INSTRUMENT_DIRECTORY NAME">
5251                        <t>The front-end can alter the name of a specific
5252                        instrument directory by sending the following command:</t>
5253                        <t>
5254                            <list>
5255                                <t>SET DB_INSTRUMENT_DIRECTORY NAME &lt;dir&gt; &lt;name&gt;</t>
5256                            </list>
5257                        </t>
5258                        <t>Where &lt;dir&gt; is the absolute path name of the directory and
5259                        &lt;name&gt; is the new name for that directory.</t>
5260    
5261                        <t>Possible Answers:</t>
5262                        <t>
5263                            <list>
5264                                <t>"OK" -
5265                                    <list>
5266                                        <t>on success</t>
5267                                    </list>
5268                                </t>
5269                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5270                                    <list>
5271                                        <t>in case the given directory does not exists,
5272                                        or if a directory with name equal to the new
5273                                        name already exists.</t>
5274                                    </list>
5275                                </t>
5276                            </list>
5277                        </t>
5278    
5279                        <t>Example:</t>
5280                        <t>
5281                            <list>
5282                                <t>C: "SET DB_INSTRUMENT_DIRECTORY NAME '/Piano Collection/Acustic' 'Acoustic'"</t>
5283                                <t>S: "OK"</t>
5284                            </list>
5285                        </t>
5286                    </section>
5287    
5288                    <section title="Moving an instrument directory" anchor="MOVE DB_INSTRUMENT_DIRECTORY">
5289                        <t>The front-end can move a specific
5290                        instrument directory by sending the following command:</t>
5291                        <t>
5292                            <list>
5293                                <t>MOVE DB_INSTRUMENT_DIRECTORY &lt;dir&gt; &lt;dst&gt;</t>
5294                            </list>
5295                        </t>
5296                        <t>Where &lt;dir&gt; is the absolute path name of the directory
5297                        to move and &lt;dst&gt; is the location where the directory will
5298                        be moved to.</t>
5299    
5300                        <t>Possible Answers:</t>
5301                        <t>
5302                            <list>
5303                                <t>"OK" -
5304                                    <list>
5305                                        <t>on success</t>
5306                                    </list>
5307                                </t>
5308                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5309                                    <list>
5310                                        <t>in case a given directory does not exists,
5311                                        or if a directory with name equal to the name
5312                                        of the specified directory already exists in
5313                                        the destination directory. Error is also thrown
5314                                        when trying to move a directory to a subdirectory
5315                                        of itself.</t>
5316                                    </list>
5317                                </t>
5318                            </list>
5319                        </t>
5320    
5321                        <t>Example:</t>
5322                        <t>
5323                            <list>
5324                                <t>C: "MOVE DB_INSTRUMENT_DIRECTORY '/Acoustic' '/Piano Collection/Acoustic'"</t>
5325                                <t>S: "OK"</t>
5326                            </list>
5327                        </t>
5328                    </section>
5329    
5330                    <section title="Copying instrument directories" anchor="COPY DB_INSTRUMENT_DIRECTORY">
5331                        <t>The front-end can copy a specific
5332                        instrument directory by sending the following command:</t>
5333                        <t>
5334                            <list>
5335                                <t>COPY DB_INSTRUMENT_DIRECTORY &lt;dir&gt; &lt;dst&gt;</t>
5336                            </list>
5337                        </t>
5338                        <t>Where &lt;dir&gt; is the absolute path name of the directory
5339                        to copy and &lt;dst&gt; is the location where the directory will
5340                        be copied to.</t>
5341    
5342                        <t>Possible Answers:</t>
5343                        <t>
5344                            <list>
5345                                <t>"OK" -
5346                                    <list>
5347                                        <t>on success</t>
5348                                    </list>
5349                                </t>
5350                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5351                                    <list>
5352                                        <t>in case a given directory does not exists,
5353                                        or if a directory with name equal to the name
5354                                        of the specified directory already exists in
5355                                        the destination directory. Error is also thrown
5356                                        when trying to copy a directory to a subdirectory
5357                                        of itself.</t>
5358                                    </list>
5359                                </t>
5360                            </list>
5361                        </t>
5362    
5363                        <t>Example:</t>
5364                        <t>
5365                            <list>
5366                                <t>C: "COPY DB_INSTRUMENT_DIRECTORY '/Piano Collection/Acoustic' '/Acoustic/Pianos'"</t>
5367                                <t>S: "OK"</t>
5368                            </list>
5369                        </t>
5370                    </section>
5371    
5372                    <section title="Changing the description of directory" anchor="SET DB_INSTRUMENT_DIRECTORY DESCRIPTION">
5373                        <t>The front-end can alter the description of a specific
5374                        instrument directory by sending the following command:</t>
5375                        <t>
5376                            <list>
5377                                <t>SET DB_INSTRUMENT_DIRECTORY DESCRIPTION &lt;dir&gt; &lt;desc&gt;</t>
5378                            </list>
5379                        </t>
5380                        <t>Where &lt;dir&gt; is the absolute path name of the directory and
5381                        &lt;desc&gt; is the new description for the directory
5382                        (encapsulated into apostrophes, supporting escape sequences as described in chapter
5383                        "<xref target="character_set">Character Set and Escape Sequences</xref>").</t>
5384    
5385                        <t>Possible Answers:</t>
5386                        <t>
5387                            <list>
5388                                <t>"OK" -
5389                                    <list>
5390                                        <t>on success</t>
5391                                    </list>
5392                                </t>
5393                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5394                                    <list>
5395                                        <t>in case the given directory does not exists.</t>
5396                                    </list>
5397                                </t>
5398                            </list>
5399                        </t>
5400    
5401                        <t>Example:</t>
5402                        <t>
5403                            <list>
5404                                <t>C: "SET DB_INSTRUMENT_DIRECTORY DESCRIPTION '/Piano Collection' 'A collection of piano instruments in various format.'"</t>
5405                                <t>S: "OK"</t>
5406                            </list>
5407                        </t>
5408                    </section>
5409    
5410                    <section title="Finding directories" anchor="FIND DB_INSTRUMENT_DIRECTORIES">
5411                        <t>The front-end can search for directories
5412                        in specific directory by sending the following command:</t>
5413                        <t>
5414                            <list>
5415                                <t>FIND DB_INSTRUMENT_DIRECTORIES [NON_RECURSIVE] &lt;dir&gt; &lt;criteria-list&gt;</t>
5416                            </list>
5417                        </t>
5418                        <t>Where &lt;dir&gt; should be replaced by the absolute path
5419                        name of the directory to search in. If NON_RECURSIVE is specified, the
5420                        directories located in subdirectories of the specified directory will not
5421                        be searched. &lt;criteria-list&gt; is a list of search criterias
5422                        in form of "key1=val1 key2=val2 ...". The following criterias are
5423                        allowed:</t>
5424                        <t>
5425                          <t>NAME='&lt;search-string&gt;'
5426                              <list>
5427                                  <t>Restricts the search to directories, which names
5428                                  satisfy the supplied search string (encapsulated into apostrophes,
5429                                  supporting escape sequences as described in chapter
5430                                  "<xref target="character_set">Character Set and Escape Sequences</xref>").</t>
5431                              </list>
5432                          </t>
5433    
5434                          <t>CREATED='[&lt;date-after&gt;]..[&lt;date-before&gt;]'
5435                              <list>
5436                                  <t>Restricts the search to directories, which creation
5437                                  date satisfies the specified period, where &lt;date-after&gt;
5438                                  and &lt;date-before&gt; are in "YYYY-MM-DD HH:MM:SS" format.
5439                                  If &lt;date-after&gt; is omitted the search is restricted to
5440                                  directories created before &lt;date-before&gt;. If
5441                                  &lt;date-before&gt; is omitted, the search is restricted
5442                                  to directories created after &lt;date-after&gt;.</t>
5443                              </list>
5444                          </t>
5445    
5446                          <t>MODIFIED='[&lt;date-after&gt;]..[&lt;date-before&gt;]'
5447                              <list>
5448                                  <t>Restricts the search to directories, which
5449                                  date of last modification satisfies the specified period, where
5450                                  &lt;date-after&gt; and &lt;date-before&gt; are in "YYYY-MM-DD HH:MM:SS"
5451                                  format. If &lt;date-after&gt; is omitted the search is restricted to
5452                                  directories, which are last modified before &lt;date-before&gt;. If
5453                                  &lt;date-before&gt; is omitted, the search is restricted to directories,
5454                                  which are last modified after &lt;date-after&gt;.</t>
5455                              </list>
5456                          </t>
5457    
5458                          <t>DESCRIPTION='&lt;search-string&gt;'
5459                              <list>
5460                                  <t>Restricts the search to directories with description
5461                                  that satisfies the supplied search string
5462                                  (encapsulated into apostrophes, supporting escape
5463                                  sequences as described in chapter
5464                                  "<xref target="character_set">Character Set and Escape Sequences</xref>").</t>
5465                              </list>
5466                          </t>
5467                        </t>
5468    
5469                        <t>Where &lt;search-string&gt; is either a regular expression, or a
5470                        word list separated with spaces for OR search and with '+' for AND search.</t>
5471    
5472                        <t>Possible Answers:</t>
5473                        <t>
5474                            <list>
5475                                <t>A comma separated list with the absolute path names (encapsulated into
5476                                apostrophes) of all directories in the specified directory that satisfy
5477                                the supplied search criterias.</t>
5478                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5479                                    <list>
5480                                        <t>if the given directory does not exist.</t>
5481                                    </list>
5482                                </t>
5483                            </list>
5484                        </t>
5485                        <t>Example:</t>
5486                        <t>
5487                            <list>
5488                                <t>C: "FIND DB_INSTRUMENT_DIRECTORIES '/' NAME='Piano'"</t>
5489                                <t>S: "'/Piano Collection'"</t>
5490                            </list>
5491                        </t>
5492                        <t>
5493                            <list>
5494                                <t>C: "FIND DB_INSTRUMENT_DIRECTORIES '/' CREATED='..2007-04-01 09:30:13'"</t>
5495                                <t>S: "'/Piano Collection','/Percussions'"</t>
5496                            </list>
5497                        </t>
5498                    </section>
5499    
5500                    <section title="Adding instruments to the instruments database" anchor="ADD DB_INSTRUMENTS">
5501                        <t>The front-end can add one or more instruments
5502                        to the instruments database by sending the following command:</t>
5503                        <t>
5504                            <list>
5505                                <t>ADD DB_INSTRUMENTS [NON_MODAL] [&lt;mode&gt;[ FILE_AS_DIR]] &lt;db_dir&gt; &lt;file_path&gt; [&lt;instr_index&gt;]</t>
5506                            </list>
5507                        </t>
5508                        <t>Where &lt;db_dir&gt; is the absolute path name of a directory
5509                        (encapsulated into apostrophes) in the instruments database in which
5510                        only the new instruments (that are not already in the database) will
5511                        be added, &lt;file_path&gt; is the absolute path name of a file or
5512                        directory in the file system (encapsulated into apostrophes). In case
5513                        an instrument file is supplied, only the instruments in the specified
5514                        file will be added to the instruments database. If the optional
5515                        &lt;instr_index&gt; (the index of the instrument within the given file)
5516                        is supplied too, then only the specified instrument will be added.
5517                        In case a directory is supplied, the instruments in that directory
5518                        will be added. The OPTIONAL &lt;mode&gt; argument is only applied
5519                        when a directory is provided as &lt;file_path&gt; and specifies how the
5520                        scanning will be done and has exactly the following possibilities:</t>
5521                        <t>
5522                            <list>
5523                                <t>"RECURSIVE" -
5524                                    <list>
5525                                        <t>All instruments will be processed, including those
5526                                        in the subdirectories, and the respective subdirectory
5527                                        tree structure will be recreated in the instruments
5528                                        database</t>
5529                                    </list>
5530                                </t>
5531                                <t>"NON_RECURSIVE" -
5532                                    <list>
5533                                        <t>Only the instruments in the specified directory
5534                                        will be added, the instruments in the subdirectories
5535                                        will not be processed.</t>
5536                                    </list>
5537                                </t>
5538                                <t>"FLAT" -
5539                                    <list>
5540                                        <t>All instruments will be processed, including those
5541                                        in the subdirectories, but the respective subdirectory
5542                                        structure will not be recreated in the instruments
5543                                        database. All instruments will be added directly in
5544                                        the specified database directory.</t>
5545                                    </list>
5546                                </t>
5547                            </list>
5548                        </t>
5549    
5550                     <t> If FILE_AS_DIR argument is supplied, all instruments in an instrument
5551                     file will be added to a separate directory in the instruments database, which
5552                     name will be the name of the instrument file with the file extension stripped off.
5553                     </t>
5554                     <t>The difference between regular and NON_MODAL versions of the command
5555                        is that the regular command returns when the scanning is finished
5556                        while NON_MODAL version returns immediately and a background process is launched.
5557                        The <xref target="GET DB_INSTRUMENTS_JOB INFO">GET DB_INSTRUMENTS_JOB INFO</xref>
5558                        command can be used to monitor the scanning progress.</t>
5559    
5560                        <t>Possible Answers:</t>
5561                        <t>
5562                            <list>
5563                                <t>"OK" -
5564                                    <list>
5565                                        <t>on success when NON_MODAL is not supplied</t>
5566                                    </list>
5567                                </t>
5568                                <t>"OK[&lt;job-id&gt;]" -
5569                                    <list>
5570                                        <t>on success when NON_MODAL is supplied, where &lt;job-id&gt;
5571                                        is a numerical ID used to obtain status information about the job progress.
5572                                        See <xref target="GET DB_INSTRUMENTS_JOB INFO">GET DB_INSTRUMENTS_JOB INFO</xref>
5573                                        </t>
5574                                    </list>
5575                                </t>
5576                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5577                                    <list>
5578                                        <t>if an invalid path is specified.</t>
5579                                    </list>
5580                                </t>
5581                            </list>
5582                        </t>
5583    
5584                        <t>Examples:</t>
5585                        <t>
5586                            <list>
5587                                <t>C: "ADD DB_INSTRUMENTS '/Piano Collection' '/home/me/gigs/PMI Bosendorfer 290.gig' 0"</t>
5588                                <t>S: "OK"</t>
5589                            </list>
5590                        </t>
5591                    </section>
5592    
5593                    <section title="Removing an instrument" anchor="REMOVE DB_INSTRUMENT">
5594                        <t>The front-end can remove a particular instrument
5595                        from the instruments database by sending the following command:</t>
5596                        <t>
5597                            <list>
5598                                <t>REMOVE DB_INSTRUMENT &lt;instr_path&gt;</t>
5599                            </list>
5600                        </t>
5601                        <t>Where &lt;instr_path&gt; is the absolute path name
5602                        (in the instruments database) of the instrument to remove.</t>
5603    
5604                        <t>Possible Answers:</t>
5605                        <t>
5606                            <list>
5607                                <t>"OK" -
5608                                    <list>
5609                                        <t>if the instrument is removed successfully</t>
5610                                    </list>
5611                                </t>
5612                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5613                                    <list>
5614                                        <t>if the given path does not exist or
5615                                        is a directory.</t>
5616                                    </list>
5617                                </t>
5618                            </list>
5619                        </t>
5620    
5621                        <t>Examples:</t>
5622                        <t>
5623                            <list>
5624                                <t>C: "REMOVE DB_INSTRUMENT '/Piano Collection/Bosendorfer 290'"</t>
5625                                <t>S: "OK"</t>
5626                            </list>
5627                        </t>
5628                    </section>
5629    
5630                    <section title="Getting amount of instruments" anchor="GET DB_INSTRUMENTS">
5631                        <t>The front-end can retrieve the current amount of
5632                        instruments in a specific directory by sending the following command:</t>
5633                        <t>
5634                            <list>
5635                                <t>GET DB_INSTRUMENTS [RECURSIVE] &lt;dir&gt;</t>
5636                            </list>
5637                        </t>
5638                        <t>Where &lt;dir&gt; should be replaced by the absolute path name
5639                        of the directory. If RECURSIVE is specified, the number of all
5640                        instruments, including those located in subdirectories of the
5641                        specified directory, will be returned.</t>
5642    
5643                        <t>Possible Answers:</t>
5644                        <t>
5645                            <list>
5646                                <t>The current number of instruments
5647                                in the specified directory.</t>
5648                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5649                                    <list>
5650                                        <t>if the given directory does not exist.</t>
5651                                    </list>
5652                                </t>
5653                            </list>
5654                        </t>
5655    
5656                        <t>Example:</t>
5657                        <t>
5658                            <list>
5659                                <t>C: "GET DB_INSTRUMENTS '/Piano Collection'"</t>
5660                                <t>S: "2"</t>
5661                            </list>
5662                        </t>
5663                    </section>
5664    
5665                    <section title="Listing all instruments in specific directory" anchor="LIST DB_INSTRUMENTS">
5666                        <t>The front-end can retrieve the current list of instruments
5667                        in specific directory by sending the following command:</t>
5668                        <t>
5669                            <list>
5670                                <t>LIST DB_INSTRUMENTS [RECURSIVE] &lt;dir&gt;</t>
5671                            </list>
5672                        </t>
5673                        <t>Where &lt;dir&gt; should be replaced by the absolute path
5674                        name of the directory. If RECURSIVE is specified, the absolute path
5675                        names of all instruments, including those located in subdirectories
5676                        of the specified directory, will be returned.</t>
5677    
5678                        <t>Possible Answers:</t>
5679                        <t>
5680                            <list>
5681                                <t>A comma separated list of all instruments
5682                                (encapsulated into apostrophes) in the specified directory.</t>
5683                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5684                                    <list>
5685                                        <t>if the given directory does not exist.</t>
5686                                    </list>
5687                                </t>
5688                            </list>
5689                        </t>
5690                        <t>Example:</t>
5691                        <t>
5692                            <list>
5693                                <t>C: "LIST DB_INSTRUMENTS '/Piano Collection'"</t>
5694                                <t>S: "'Bosendorfer 290','Steinway D'"</t>
5695                            </list>
5696                        </t>
5697                        <t>
5698                            <list>
5699                                <t>C: "LIST DB_INSTRUMENTS RECURSIVE '/Piano Collection'"</t>
5700                                <t>S: "'/Piano Collection/Bosendorfer 290','/Piano Collection/Steinway D','/Piano Collection/Lite/Free Piano'"</t>
5701                            </list>
5702                        </t>
5703                    </section>
5704    
5705                    <section title="Getting instrument information" anchor="GET DB_INSTRUMENT INFO">
5706                        <t>The front-end can ask for the current settings of an
5707                        instrument by sending the following command:</t>
5708                        <t>
5709                            <list>
5710                                <t>GET DB_INSTRUMENT INFO &lt;instr_path&gt;</t>
5711                            </list>
5712                        </t>
5713                        <t>Where &lt;instr_path&gt; should be replaced by the absolute path
5714                        name of the instrument the front-end is interested in.</t>
5715    
5716                        <t>Possible Answers:</t>
5717                        <t>
5718                            <list>
5719                                <t>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
5720                                Each answer line begins with the settings category name
5721                                followed by a colon and then a space character &lt;SP&gt; and finally
5722                                the info character string to that setting category. At the
5723                                moment the following categories are defined:</t>
5724    
5725                                <t>
5726                                    <list>
5727                                        <t>INSTRUMENT_FILE -
5728                                            <list>
5729                                                <t>File name of the instrument.
5730                                                Note that the character string may contain
5731                                                <xref target="character_set">escape sequences</xref>.</t>
5732                                            </list>
5733                                        </t>
5734                                        <t>INSTRUMENT_NR -
5735                                            <list>
5736                                                <t>Index of the instrument within the file.</t>
5737                                            </list>
5738                                        </t>
5739                                        <t>FORMAT_FAMILY -
5740                                            <list>
5741                                                <t>The format family of the instrument.</t>
5742                                            </list>
5743                                        </t>
5744                                        <t>FORMAT_VERSION -
5745                                            <list>
5746                                                <t>The format version of the instrument.</t>
5747                                            </list>
5748                                        </t>
5749                                        <t>SIZE -
5750                                            <list>
5751                                                <t>The size of the instrument in bytes.</t>
5752                                            </list>
5753                                        </t>
5754                                        <t>CREATED -
5755                                            <list>
5756                                                <t>The date and time when the instrument is added
5757                                                in the instruments database, represented in
5758                                               "YYYY-MM-DD HH:MM:SS" format</t>
5759                                            </list>
5760                                        </t>
5761                                        <t>MODIFIED -
5762                                            <list>
5763                                                <t>The date and time of the last modification of the
5764                                                instrument's database settings, represented in
5765                                                "YYYY-MM-DD HH:MM:SS" format</t>
5766                                            </list>
5767                                        </t>
5768                                        <t>DESCRIPTION -
5769                                            <list>
5770                                                <t>A brief description of the instrument.
5771                                                Note that the character string may contain
5772                                                <xref target="character_set">escape sequences</xref>.</t>
5773                                            </list>
5774                                        </t>
5775                                        <t>IS_DRUM -
5776                                            <list>
5777                                                <t>either true or false, determines whether the
5778                                                instrument is a drumkit or a chromatic instrument</t>
5779                                            </list>
5780                                        </t>
5781                                        <t>PRODUCT -
5782                                            <list>
5783                                                <t>The product title of the instrument.
5784                                                Note that the character string may contain
5785                                                <xref target="character_set">escape sequences</xref>.</t>
5786                                            </list>
5787                                        </t>
5788                                        <t>ARTISTS -
5789                                            <list>
5790                                                <t>Lists the artist names.
5791                                                Note that the character string may contain
5792                                                <xref target="character_set">escape sequences</xref>.</t>
5793                                            </list>
5794                                        </t>
5795                                        <t>KEYWORDS -
5796                                            <list>
5797                                                <t>Provides a list of keywords that refer to the instrument.
5798                                                Keywords are separated with semicolon and blank.
5799                                                Note that the character string may contain
5800                                                <xref target="character_set">escape sequences</xref>.</t>
5801                                            </list>
5802                                        </t>
5803                                    </list>
5804                                </t>
5805                            </list>
5806                        </t>
5807                        <t>The mentioned fields above don't have to be in particular order.</t>
5808    
5809                        <t>Example:</t>
5810                        <t>
5811                            <list>
5812                                <t>C: "GET DB_INSTRUMENT INFO '/Piano Collection/Bosendorfer 290'"</t>
5813                                <t>S: "INSTRUMENT_FILE: /home/me/gigs/Bosendorfer 290.gig"</t>
5814                                <t>&nbsp;&nbsp;&nbsp;"INSTRUMENT_NR: 0"</t>
5815                                <t>&nbsp;&nbsp;&nbsp;"FORMAT_FAMILY: GIG"</t>
5816                                <t>&nbsp;&nbsp;&nbsp;"FORMAT_VERSION: 2"</t>
5817                                <t>&nbsp;&nbsp;&nbsp;"SIZE: 2050871870"</t>
5818                                <t>&nbsp;&nbsp;&nbsp;"CREATED: 2007-02-05 10:23:12"</t>
5819                                <t>&nbsp;&nbsp;&nbsp;"MODIFIED: 2007-04-07 12:50:21"</t>
5820                                <t>&nbsp;&nbsp;&nbsp;"DESCRIPTION: "</t>
5821                                <t>&nbsp;&nbsp;&nbsp;"IS_DRUM: false"</t>
5822                                <t>&nbsp;&nbsp;&nbsp;"PRODUCT: GRANDIOSO Bosendorfer 290"</t>
5823                                <t>&nbsp;&nbsp;&nbsp;"ARTISTS: Post Musical Instruments"</t>
5824                                <t>&nbsp;&nbsp;&nbsp;"KEYWORDS: Bosendorfer"</t>
5825                                <t>&nbsp;&nbsp;&nbsp;"."</t>
5826                            </list>
5827                        </t>
5828                    </section>
5829    
5830                    <section title="Renaming an instrument" anchor="SET DB_INSTRUMENT NAME">
5831                        <t>The front-end can alter the name of a specific
5832                        instrument by sending the following command:</t>
5833                        <t>
5834                            <list>
5835                                <t>SET DB_INSTRUMENT NAME &lt;instr&gt; &lt;name&gt;</t>
5836                            </list>
5837                        </t>
5838                        <t>Where &lt;instr&gt; is the absolute path name of the instrument and
5839                        &lt;name&gt; is the new name for that instrument.</t>
5840    
5841                        <t>Possible Answers:</t>
5842                        <t>
5843                            <list>
5844                                <t>"OK" -
5845                                    <list>
5846                                        <t>on success</t>
5847                                    </list>
5848                                </t>
5849                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5850                                    <list>
5851                                        <t>in case the given instrument does not exists,
5852                                        or if an instrument with name equal to the new
5853                                        name already exists.</t>
5854                                    </list>
5855                                </t>
5856                            </list>
5857                        </t>
5858    
5859                        <t>Example:</t>
5860                        <t>
5861                            <list>
5862                                <t>C: "SET DB_INSTRUMENT NAME '/Piano Collection/Bosendorfer' 'Bosendorfer 290'"</t>
5863                                <t>S: "OK"</t>
5864                            </list>
5865                        </t>
5866                    </section>
5867    
5868                    <section title="Moving an instrument" anchor="MOVE DB_INSTRUMENT">
5869                        <t>The front-end can move a specific instrument to another directory by
5870                        sending the following command:</t>
5871                        <t>
5872                            <list>
5873                                <t>MOVE DB_INSTRUMENT &lt;instr&gt; &lt;dst&gt;</t>
5874                            </list>
5875                        </t>
5876                        <t>Where &lt;instr&gt; is the absolute path name of the instrument
5877                        to move and &lt;dst&gt; is the directory where the instrument will
5878                        be moved to.</t>
5879    
5880                        <t>Possible Answers:</t>
5881                        <t>
5882                            <list>
5883                                <t>"OK" -
5884                                    <list>
5885                                        <t>on success</t>
5886                                    </list>
5887                                </t>
5888                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5889                                    <list>
5890                                        <t>in case the given instrument does not exists,
5891                                        or if an instrument with name equal to the name of the
5892                                        specified instrument already exists in the destination
5893                                        directory.</t>
5894                                    </list>
5895                                </t>
5896                            </list>
5897                        </t>
5898    
5899                        <t>Example:</t>
5900                        <t>
5901                            <list>
5902                                <t>C: "MOVE DB_INSTRUMENT '/Piano Collection/Bosendorfer 290' '/Piano Collection/Acoustic'"</t>
5903                                <t>S: "OK"</t>
5904                            </list>
5905                        </t>
5906                    </section>
5907    
5908                    <section title="Copying instruments" anchor="COPY DB_INSTRUMENT">
5909                        <t>The front-end can copy a specific instrument to another directory by
5910                        sending the following command:</t>
5911                        <t>
5912                            <list>
5913                                <t>COPY DB_INSTRUMENT &lt;instr&gt; &lt;dst&gt;</t>
5914                            </list>
5915                        </t>
5916                        <t>Where &lt;instr&gt; is the absolute path name of the instrument
5917                        to copy and &lt;dst&gt; is the directory where the instrument will
5918                        be copied to.</t>
5919    
5920                        <t>Possible Answers:</t>
5921                        <t>
5922                            <list>
5923                                <t>"OK" -
5924                                    <list>
5925                                        <t>on success</t>
5926                                    </list>
5927                                </t>
5928                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5929                                    <list>
5930                                        <t>in case the given instrument does not exists,
5931                                        or if an instrument with name equal to the name of the
5932                                        specified instrument already exists in the destination
5933                                        directory.</t>
5934                                    </list>
5935                                </t>
5936                            </list>
5937                        </t>
5938    
5939                        <t>Example:</t>
5940                        <t>
5941                            <list>
5942                                <t>C: "COPY DB_INSTRUMENT '/Piano Collection/Bosendorfer 290' '/Acoustic/Pianos/'"</t>
5943                                <t>S: "OK"</t>
5944                            </list>
5945                        </t>
5946                    </section>
5947    
5948                    <section title="Changing the description of instrument" anchor="SET DB_INSTRUMENT DESCRIPTION">
5949                        <t>The front-end can alter the description of a specific
5950                        instrument by sending the following command:</t>
5951                        <t>
5952                            <list>
5953                                <t>SET DB_INSTRUMENT DESCRIPTION &lt;instr&gt; &lt;desc&gt;</t>
5954                            </list>
5955                        </t>
5956                        <t>Where &lt;instr&gt; is the absolute path name of the instrument and
5957                        &lt;desc&gt; is the new description for the instrument
5958                        (encapsulated into apostrophes, supporting escape sequences as described in chapter
5959                        "<xref target="character_set">Character Set and Escape Sequences</xref>").</t>
5960    
5961                        <t>Possible Answers:</t>
5962                        <t>
5963                            <list>
5964                                <t>"OK" -
5965                                    <list>
5966                                        <t>on success</t>
5967                                    </list>
5968                                </t>
5969                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5970                                    <list>
5971                                        <t>in case the given instrument does not exists.</t>
5972                                    </list>
5973                                </t>
5974                            </list>
5975                        </t>
5976    
5977                        <t>Example:</t>
5978                        <t>
5979                            <list>
5980                                <t>C: "SET DB_INSTRUMENT DESCRIPTION '/Piano Collection/Acoustic/Bosendorfer 290' 'No comment :)'"</t>
5981                                <t>S: "OK"</t>
5982                            </list>
5983                        </t>
5984                    </section>
5985    
5986                    <section title="Finding instruments" anchor="FIND DB_INSTRUMENTS">
5987                        <t>The front-end can search for instruments
5988                        in specific directory by sending the following command:</t>
5989                        <t>
5990                            <list>
5991                                <t>FIND DB_INSTRUMENTS [NON_RECURSIVE] &lt;dir&gt; &lt;criteria-list&gt;</t>
5992                            </list>
5993                        </t>
5994                        <t>Where &lt;dir&gt; should be replaced by the absolute path
5995                        name of the directory to search in. If NON_RECURSIVE is specified, the
5996                        directories located in subdirectories of the specified directory will not
5997                        be searched. &lt;criteria-list&gt; is a list of search criterias
5998                        in form of "key1=val1 key2=val2 ...". The following criterias are
5999                        allowed:</t>
6000                        <t>
6001                          <t>NAME='&lt;search-string&gt;'
6002                              <list>
6003                                  <t>Restricts the search to instruments, which names
6004                                  satisfy the supplied search string (encapsulated into apostrophes,
6005                                  supporting escape sequences as described in chapter
6006                                  "<xref target="character_set">Character Set and Escape Sequences</xref>").</t>
6007                              </list>
6008                          </t>
6009    
6010                          <t>SIZE=[&lt;min&gt;]..[&lt;max&gt;]
6011                              <list>
6012                                  <t>Restricts the search to instruments, which
6013                                  size is in the specified range. If &lt;min&gt; is omitted,
6014                                  the search results are restricted to instruments with size less then
6015                                  or equal to &lt;max&gt;. If &lt;max&gt; is omitted, the
6016                                  search is restricted to instruments with size greater then
6017                                  or equal to &lt;min&gt;.</t>
6018                              </list>
6019                          </t>
6020    
6021                          <t>CREATED='[&lt;date-after&gt;]..[&lt;date-before&gt;]'
6022                              <list>
6023                                  <t>Restricts the search to instruments, which creation
6024                                  date satisfies the specified period, where &lt;date-after&gt;
6025                                  and &lt;date-before&gt; are in "YYYY-MM-DD HH:MM:SS" format.
6026                                  If &lt;date-after&gt; is omitted the search is restricted to
6027                                  instruments created before &lt;date-before&gt;. If
6028                                  &lt;date-before&gt; is omitted, the search is restricted
6029                                  to instruments created after &lt;date-after&gt;.</t>
6030                              </list>
6031                          </t>
6032    
6033                          <t>MODIFIED='[&lt;date-after&gt;]..[&lt;date-before&gt;]'
6034                              <list>
6035                                  <t>Restricts the search to instruments, which
6036                                  date of last modification satisfies the specified period, where
6037                                  &lt;date-after&gt; and &lt;date-before&gt; are in "YYYY-MM-DD HH:MM:SS"
6038                                  format. If &lt;date-after&gt; is omitted the search is restricted to
6039                                  instruments, which are last modified before &lt;date-before&gt;. If
6040                                  &lt;date-before&gt; is omitted, the search is restricted to instruments,
6041                                  which are last modified after &lt;date-after&gt;.</t>
6042                              </list>
6043                          </t>
6044    
6045                          <t>DESCRIPTION='&lt;search-string&gt;'
6046                              <list>
6047                                  <t>Restricts the search to instruments with description
6048                                  that satisfies the supplied search string (encapsulated into apostrophes,
6049                                  supporting escape sequences as described in chapter
6050                                  "<xref target="character_set">Character Set and Escape Sequences</xref>").</t>
6051                              </list>
6052                          </t>
6053    
6054                          <t>PRODUCT='&lt;search-string&gt;'
6055                              <list>
6056                                  <t>Restricts the search to instruments with product info
6057                                  that satisfies the supplied search string (encapsulated into apostrophes,
6058                                  supporting escape sequences as described in chapter
6059                                  "<xref target="character_set">Character Set and Escape Sequences</xref>").</t>
6060                              </list>
6061                          </t>
6062    
6063                          <t>ARTISTS='&lt;search-string&gt;'
6064                              <list>
6065                                  <t>Restricts the search to instruments with artists info
6066                                  that satisfies the supplied search string (encapsulated into apostrophes,
6067                                  supporting escape sequences as described in chapter
6068                                  "<xref target="character_set">Character Set and Escape Sequences</xref>").</t>
6069                              </list>
6070                          </t>
6071    
6072                          <t>KEYWORDS='&lt;search-string&gt;'
6073                              <list>
6074                                  <t>Restricts the search to instruments with keyword list
6075                                  that satisfies the supplied search string (encapsulated into apostrophes,
6076                                  supporting escape sequences as described in chapter
6077                                  "<xref target="character_set">Character Set and Escape Sequences</xref>").</t>
6078                              </list>
6079                          </t>
6080    
6081                          <t>IS_DRUM=true | false
6082                              <list>
6083                                  <t>Either true or false. Restricts the search to
6084                                  drum kits or chromatic instruments.</t>
6085                              </list>
6086                          </t>
6087    
6088                          <t>FORMAT_FAMILIES='&lt;format-list&gt;'
6089                              <list>
6090                                  <t>Restricts the search to instruments of the supplied format families,
6091                                  where &lt;format-list&gt; is a comma separated list of format families.</t>
6092                              </list>
6093                          </t>
6094                        </t>
6095    
6096                        <t>Where &lt;search-string&gt; is either a regular expression, or a
6097                        word list separated with spaces for OR search and with '+' for AND search.</t>
6098    
6099                        <t>Possible Answers:</t>
6100                        <t>
6101                            <list>
6102                                <t>A comma separated list with the absolute path names (encapsulated into
6103                                apostrophes) of all instruments in the specified directory that satisfy
6104                                the supplied search criterias.</t>
6105                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6106                                    <list>
6107                                        <t>if the given directory does not exist.</t>
6108                                    </list>
6109                                </t>
6110                            </list>
6111                        </t>
6112                        <t>Example:</t>
6113                        <t>
6114                            <list>
6115                                <t>C: "FIND DB_INSTRUMENTS '/Piano Collection' NAME='bosendorfer+290'"</t>
6116                                <t>S: "'/Piano Collection/Bosendorfer 290'"</t>
6117                            </list>
6118                        </t>
6119                        <t>
6120                            <list>
6121                                <t>C: "FIND DB_INSTRUMENTS '/Piano Collection' CREATED='2007-04-01 09:30:13..'"</t>
6122                                <t>S: "'/Piano Collection/Bosendorfer 290','/Piano Collection/Steinway D'"</t>
6123                            </list>
6124                        </t>
6125                    </section>
6126    
6127                    <section title="Getting job status information" anchor="GET DB_INSTRUMENTS_JOB INFO">
6128                        <t>The front-end can ask for the current status of a
6129                        particular database instruments job by sending the following command:</t>
6130                        <t>
6131                            <list>
6132                                <t>GET DB_INSTRUMENTS_JOB INFO &lt;job-id&gt;</t>
6133                            </list>
6134                        </t>
6135                        <t>Where &lt;job-id&gt; should be replaced by the numerical ID
6136                        of the job the front-end is interested in.</t>
6137    
6138                        <t>Possible Answers:</t>
6139                        <t>
6140                            <list>
6141                                <t>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
6142                                Each answer line begins with the settings category name
6143                                followed by a colon and then a space character &lt;SP&gt; and finally
6144                                the info character string to that setting category. At the
6145                                moment the following categories are defined:</t>
6146    
6147                                <t>
6148                                    <list>
6149                                        <t>FILES_TOTAL -
6150                                            <list>
6151                                                <t>The total number of files scheduled for scanning</t>
6152                                            </list>
6153                                        </t>
6154                                        <t>FILES_SCANNED -
6155                                            <list>
6156                                                <t>The current number of scanned files</t>
6157                                            </list>
6158                                        </t>
6159                                        <t>SCANNING -
6160                                            <list>
6161                                                <t>The absolute path name of the file which is currently
6162                                                being scanned</t>
6163                                            </list>
6164                                        </t>
6165                                        <t>STATUS -
6166                                            <list>
6167                                                <t>An integer value between 0 and 100 indicating the
6168                                                scanning progress percentage of the file which is
6169                                                currently being scanned</t>
6170                                            </list>
6171                                        </t>
6172                                    </list>
6173                                </t>
6174                            </list>
6175                        </t>
6176                        <t>The mentioned fields above don't have to be in particular order.</t>
6177    
6178                        <t>Example:</t>
6179                        <t>
6180                            <list>
6181                                <t>C: "GET DB_INSTRUMENTS_JOB INFO 2"</t>
6182                                <t>S: "FILES_TOTAL: 12"</t>
6183                                <t>&nbsp;&nbsp;&nbsp;"FILES_SCANNED: 7"</t>
6184                                <t>&nbsp;&nbsp;&nbsp;"SCANNING: /home/me/gigs/Bosendorfer 290.gig"</t>
6185                                <t>&nbsp;&nbsp;&nbsp;"STATUS: 42"</t>
6186                                <t>&nbsp;&nbsp;&nbsp;"."</t>
6187                            </list>
6188                        </t>
6189                    </section>
6190    
6191                    <section title="Formatting the instruments database" anchor="FORMAT INSTRUMENTS_DB">
6192                        <t>The front-end can remove all instruments and directories and re-create
6193                        the instruments database structure (e.g., in case of a database corruption)
6194                        by sending the following command:</t>
6195                        <t>
6196                            <list>
6197                                <t>FORMAT INSTRUMENTS_DB</t>
6198                            </list>
6199                        </t>
6200    
6201                        <t>Possible Answers:</t>
6202                        <t>
6203                            <list>
6204                                <t>"OK" -
6205                                    <list>
6206                                        <t>on success</t>
6207                                    </list>
6208                                </t>
6209                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6210                                    <list>
6211                                        <t>If the formatting of the instruments database
6212                                        failed.</t>
6213                                    </list>
6214                                </t>
6215                            </list>
6216                        </t>
6217                    </section>
6218    
6219                    <section title="Checking for lost instrument files" anchor="FIND LOST DB_INSTRUMENT_FILES">
6220                        <t>The front-end can retrieve the list of all instrument files in the instruments database
6221                        that don't exist in the filesystem by sending the following command:</t>
6222                        <t>
6223                            <list>
6224                                <t>FIND LOST DB_INSTRUMENT_FILES</t>
6225                            </list>
6226                        </t>
6227    
6228                        <t>Possible Answers:</t>
6229                        <t>
6230                            <list>
6231                                <t>A comma separated list with the absolute path names
6232                                (encapsulated into apostrophes) of all lost instrument files.</t>
6233                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6234                                    <list>
6235                                        <t>in case it failed, providing an appropriate error code and error message.</t>
6236                                    </list>
6237                                </t>
6238                            </list>
6239                        </t>
6240                        <t>Example:</t>
6241                        <t>
6242                            <list>
6243                                <t>C: "FIND LOST DB_INSTRUMENT_FILES"</t>
6244                                <t>S: "'/gigs/Bosendorfer 290.gig','/gigs/Steinway D.gig','/gigs/Free Piano.gig'"</t>
6245                            </list>
6246                        </t>
6247                    </section>
6248    
6249                    <section title="Replacing an instrument file" anchor="SET DB_INSTRUMENT FILE_PATH">
6250                        <t>The front-end can substitute all occurrences of an instrument file
6251                        in the instruments database with a new one by sending the following command:</t>
6252                        <t>
6253                            <list>
6254                                <t>SET DB_INSTRUMENT FILE_PATH &lt;old_path&gt; &lt;new_path&gt;</t>
6255                            </list>
6256                        </t>
6257                        <t>Where &lt;old_path&gt; is the absolute path name of the instrument file
6258                        to substitute with &lt;new_path&gt;.</t>
6259    
6260                        <t>Possible Answers:</t>
6261                        <t>
6262                            <list>
6263                                <t>"OK" -
6264                                    <list>
6265                                        <t>on success</t>
6266                                    </list>
6267                                </t>
6268                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6269                                    <list>
6270                                        <t>in case it failed, providing an appropriate error code and error message.</t>
6271                                    </list>
6272                                </t>
6273                            </list>
6274                        </t>
6275    
6276                        <t>Example:</t>
6277                        <t>
6278                            <list>
6279                                <t>C: "SET DB_INSTRUMENT FILE_PATH '/gigs/Bosendorfer 290.gig' '/gigs/pianos/Bosendorfer 290.gig'"</t>
6280                                <t>S: "OK"</t>
6281                            </list>
6282                        </t>
6283                    </section>
6284    
6285                </section>
6286    
6287    
6288    
6289                <section title="Editing Instruments" anchor="editing_instruments">
6290                    <t>The sampler allows to edit instruments while playing with the
6291                    sampler by spawning an external (3rd party) instrument editor
6292                    application for a given instrument. The 3rd party instrument
6293                    editor applications have to place a respective plugin DLL file
6294                    into the sampler's plugins directory. The sampler will
6295                    automatically try to load all plugin DLLs in that directory on
6296                    startup and only on startup!</t>
6297                    <t>At the moment there is only one command for this feature set,
6298                    but this will most probably change in future.</t>
6299    
6300                    <section title="Opening an appropriate instrument editor application" anchor="EDIT INSTRUMENT">
6301                        <t>The front-end can request to open an appropriate instrument
6302                        editor application by sending the following command:</t>
6303                        <t>
6304                            <list>
6305                                <t>EDIT CHANNEL INSTRUMENT &lt;sampler-channel&gt;</t>
6306                            </list>
6307                        </t>
6308                        <t>Where &lt;sampler-channel&gt; should be replaced by the
6309                        number of the sampler channel as given by the
6310                        <xref target="ADD CHANNEL">"ADD CHANNEL"</xref>
6311                        or <xref target="LIST CHANNELS">"LIST CHANNELS"</xref>
6312                        command.</t>
6313    
6314                        <t>The sampler will try to ask all registered instrument
6315                        editors (or to be more specific: their sampler plugins)
6316                        whether they are capable to handle the instrument on the
6317                        given sampler channel. The sampler will simply use the first
6318                        instrument editor application which replied with a positive
6319                        answer and spawn that instrument editor application within
6320                        the sampler's process and provide that application access
6321                        to the instrument's data structures, so both applications
6322                        can share and access the same instruments data at the same
6323                        time, thus allowing to immediately hear changes with the
6324                        sampler made by the instrument editor.</t>
6325    
6326                        <t>Note: consequently instrument editors are always spawned
6327                        locally on the same machine where the sampler is running
6328                        on!</t>
6329    
6330                        <t>Possible Answers:</t>
6331                        <t>
6332                            <list>
6333                                <t>"OK" -
6334                                    <list>
6335                                        <t>when an appropriate instrument editor was
6336                                        launched</t>
6337                                    </list>
6338                                </t>
6339                                <t>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
6340                                    <list>
6341                                        <t>when an appropriate instrument editor was
6342                                        launched, but there are noteworthy issues</t>
6343                                    </list>
6344                                </t>
6345                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6346                                    <list>
6347                                        <t>when an appropriate instrument editor
6348                                        could not be launched</t>
6349                                    </list>
6350                                </t>
6351                            </list>
6352                        </t>
6353    
6354                        <t>Examples:</t>
6355                        <t>
6356                            <list>
6357                                <t>C: "EDIT CHANNEL INSTRUMENT 0"</t>
6358                                <t>S: "OK"</t>
6359                            </list>
6360                        </t>
6361                    </section>
6362                </section>
6363    
6364                <section title="Managing Files" anchor="file_management">
6365                    <t>You can query detailed informations about files located
6366                    at the same system where the sampler instance is running on.
6367                    Using this command set allows to retrieve file informations
6368                    even remotely from another machine.</t>
6369    
6370                    <section title="Retrieving amount of instruments of a file" anchor="GET FILE INSTRUMENTS">
6371                        <t>The front-end can retrieve the amount of instruments
6372                        within a given instrument file by sending the
6373                        following command:</t>
6374                        <t>
6375                            <list>
6376                                <t>GET FILE INSTRUMENTS &lt;filename&gt;</t>
6377                            </list>
6378                        </t>
6379                        <t>Where &lt;filename&gt; is the name of the instrument
6380                        file (encapsulated into apostrophes, supporting escape
6381                        sequences as described in chapter
6382                        "<xref target="character_set">Character Set and Escape
6383                            Sequences</xref>").</t>
6384    
6385                        <t>The sampler will try to ask all sampler engines,
6386                        whether they support the given file and ask the first
6387                        engine with a positive answer for the amount of
6388                        instruments.</t>
6389    
6390                        <t>Possible Answers:</t>
6391                        <t>
6392                            <list>
6393                                <t>On success, the sampler will answer by
6394                                   returning the amount of instruments.
6395                                </t>
6396                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6397                                    <list>
6398                                        <t>if the file could not be handled</t>
6399                                    </list>
6400                                </t>
6401                            </list>
6402                        </t>
6403    
6404                        <t>Examples:</t>
6405                        <t>
6406                            <list>
6407                                <t>C: "GET FILE INSTRUMENTS 'D:/Sounds/Foo.gig'"</t>
6408                                <t>S: "10"</t>
6409                            </list>
6410                        </t>
6411                    </section>
6412    
6413                    <section title="Retrieving all instruments of a file" anchor="LIST FILE INSTRUMENTS">
6414                        <t>The front-end can retrieve a list of all instruments
6415                        within a given instrument file by sending the
6416                        following command:</t>
6417                        <t>
6418                            <list>
6419                                <t>LIST FILE INSTRUMENTS &lt;filename&gt;</t>
6420                            </list>
6421                        </t>
6422                        <t>Where &lt;filename&gt; is the name of the instrument
6423                        file (encapsulated into apostrophes, supporting escape
6424                        sequences as described in chapter
6425                        "<xref target="character_set">Character Set and Escape
6426                            Sequences</xref>").</t>
6427    
6428                        <t>The sampler will try to ask all sampler engines,
6429                        whether they support the given file and ask the first
6430                        engine with a positive answer for a list of IDs for the
6431                        instruments in the given file.</t>
6432    
6433                        <t>Possible Answers:</t>
6434                        <t>
6435                            <list>
6436                                <t>On success, the sampler will answer by
6437                                   returning a comma separated list of
6438                                   instrument IDs.
6439                                </t>
6440                                <t>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6441                                    <list>
6442                                        <t>if the file could not be handled</t>
6443                                    </list>
6444                                </t>
6445                            </list>
6446                        </t>
6447    
6448                        <t>Examples:</t>
6449                        <t>
6450                            <list>
6451                                <t>C: "LIST FILE INSTRUMENTS 'D:/Sounds/Foo.gig'"</t>
6452                                <t>S: "0,1,2,3,4,5,6,7,8,9"</t>
6453                            </list>
6454                        </t>
6455                    </section>
6456    
6457                    <section title="Retrieving informations about one instrument in a file" anchor="GET FILE INSTRUMENT INFO">
6458                        <t>The front-end can retrieve detailed informations
6459                        about a specific instrument within a given instrument
6460                        file by sending the following command:</t>
6461                        <t>
6462                            <list>
6463                                <t>GET FILE INSTRUMENT INFO &lt;filename&gt;
6464                                &lt;instr-id&gt;</t>
6465                            </list>
6466                        </t>
6467                        <t>Where &lt;filename&gt; is the name of the instrument
6468                        file (encapsulated into apostrophes, supporting escape
6469                        sequences as described in chapter
6470                        "<xref target="character_set">Character Set and Escape
6471                            Sequences</xref>") and &lt;instr-id&gt; is the numeric
6472                        instrument ID as returned by the
6473                        <xref target="LIST FILE INSTRUMENTS">
6474                        "LIST FILE INSTRUMENTS"</xref> command.</t>
6475    
6476                        <t>The sampler will try to ask all sampler engines,
6477                        whether they support the given file and ask the first
6478                        engine with a positive answer for informations about the
6479                        specific instrument in the given file.</t>
6480    
6481                        <t>Possible Answers:</t>
6482                        <t>
6483                            <list>
6484                                <t>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
6485                                Each answer line begins with the settings category name
6486                                followed by a colon and then a space character &lt;SP&gt; and finally
6487                                the info character string to that setting category. At the
6488                                moment the following categories are defined:</t>
6489    
6490                                <t>
6491                                    <list>
6492                                        <t>NAME -
6493                                            <list>
6494                                                <t>name of the instrument as
6495                                                stored in the instrument file</t>
6496                                            </list>
6497                                        </t>
6498                                        <t>FORMAT_FAMILY -
6499                                            <list>
6500                                                <t>name of the sampler format
6501                                                of the given instrument</t>
6502                                            </list>
6503                                        </t>
6504                                        <t>FORMAT_VERSION -
6505                                            <list>
6506                                                <t>version of the sampler format
6507                                                the instrumen is stored as</t>
6508                                            </list>
6509                                        </t>
6510                                        <t>PRODUCT -
6511                                            <list>
6512                                                <t>official product name of the
6513                                                instrument as stored in the file
6514                                                </t>
6515                                            </list>
6516                                        </t>
6517                                        <t>ARTISTS -
6518                                            <list>
6519                                                <t>artists / sample library
6520                                                vendor of the instrument</t>
6521                                            </list>
6522                                        </t>
6523                                        <t>KEY_BINDINGS -
6524                                            <list>
6525                                                <t>comma separated list of integer values representing
6526                                                   the instrument's key mapping in the range between 0 .. 127,
6527                                                   reflecting the analog meaning of the MIDI specification.</t>
6528                                            </list>
6529                                        </t>
6530                                        <t>KEYSWITCH_BINDINGS -
6531                                            <list>
6532                                                <t>comma separated list of integer values representing
6533                                                   the instrument's keyswitch mapping in the range between 0 .. 127,
6534                                                   reflecting the analog meaning of the MIDI specification.</t>
6535                                            </list>
6536                                        </t>
6537                                    </list>
6538                                </t>
6539                            </list>
6540                        </t>
6541                        <t>The mentioned fields above don't have to be in particular order.</t>
6542    
6543                        <t>Example:</t>
6544                        <t>
6545                            <list>
6546                                <t>C: "GET FILE INSTRUMENT INFO 'D:/Sounds/Foo.gig' 0"</t>
6547                                <t>S: "NAME: Lunatic Loops"</t>
6548                                <t>&nbsp;&nbsp;&nbsp;"FORMAT_FAMILY: GIG"</t>
6549                                <t>&nbsp;&nbsp;&nbsp;"FORMAT_VERSION: 3"</t>
6550                                <t>&nbsp;&nbsp;&nbsp;"PRODUCT: The Backbone Bongo Beats"</t>
6551                                <t>&nbsp;&nbsp;&nbsp;"ARTISTS: Jimmy the Fish"</t>
6552                                <t>&nbsp;&nbsp;&nbsp;"."</t>
6553                            </list>
6554                        </t>
6555                    </section>
6556              </section>              </section>
6557          </section>          </section>
6558    
6559          <section title="Command Syntax" anchor="command_syntax">          <section title="Command Syntax" anchor="command_syntax">
6560              <t>TODO: will soon automatically included from src/network/lscp.y,              <t>The grammar of the control protocol as descibed in <xref target="control_commands"/>
6561              meanwhile have a look at that file to get the exact definition of              is defined below using Backus-Naur Form (BNF as described in <xref target="RFC2234"/>)
6562              the command syntax.</t>              where applicable.
6563                </t>
6564                <!--
6565                    This section is automatically generated by scripts/update_grammar.pl
6566                    from src/network/lscp.y (yacc input file). Do not modify this section
6567                    manually !
6568                -->
6569                <!-- GRAMMAR_BNF_BEGIN - do NOT delete or modify this line !!! -->
6570    
6571    <t>input =
6572            <list>
6573                    <t>line LF
6574                    </t>
6575                    <t>/ line CR LF
6576                    </t>
6577            </list>
6578    </t>
6579    <t>line =
6580            <list>
6581                    <t>/* epsilon (empty line ignored) */
6582                    </t>
6583                    <t>/ comment
6584                    </t>
6585                    <t>/ command
6586                    </t>
6587                    <t>/ error
6588                    </t>
6589            </list>
6590    </t>
6591    <t>comment =
6592            <list>
6593                    <t>'#'
6594                    </t>
6595                    <t>/ comment '#'
6596                    </t>
6597                    <t>/ comment SP
6598                    </t>
6599                    <t>/ comment number
6600                    </t>
6601                    <t>/ comment string
6602                    </t>
6603            </list>
6604    </t>
6605    <t>command =
6606            <list>
6607                    <t>ADD SP add_instruction
6608                    </t>
6609                    <t>/ MAP SP map_instruction
6610                    </t>
6611                    <t>/ UNMAP SP unmap_instruction
6612                    </t>
6613                    <t>/ GET SP get_instruction
6614                    </t>
6615                    <t>/ CREATE SP create_instruction
6616                    </t>
6617                    <t>/ DESTROY SP destroy_instruction
6618                    </t>
6619                    <t>/ LIST SP list_instruction
6620                    </t>
6621                    <t>/ LOAD SP load_instruction
6622                    </t>
6623                    <t>/ REMOVE SP remove_instruction
6624                    </t>
6625                    <t>/ SET SP set_instruction
6626                    </t>
6627                    <t>/ SUBSCRIBE SP subscribe_event
6628                    </t>
6629                    <t>/ UNSUBSCRIBE SP unsubscribe_event
6630                    </t>
6631                    <t>/ RESET SP reset_instruction
6632                    </t>
6633                    <t>/ CLEAR SP clear_instruction
6634                    </t>
6635                    <t>/ FIND SP find_instruction
6636                    </t>
6637                    <t>/ MOVE SP move_instruction
6638                    </t>
6639                    <t>/ COPY SP copy_instruction
6640                    </t>
6641                    <t>/ EDIT SP edit_instruction
6642                    </t>
6643                    <t>/ FORMAT SP format_instruction
6644                    </t>
6645                    <t>/ SEND SP send_instruction
6646                    </t>
6647                    <t>/ APPEND SP append_instruction
6648                    </t>
6649                    <t>/ INSERT SP insert_instruction
6650                    </t>
6651                    <t>/ RESET
6652                    </t>
6653                    <t>/ QUIT
6654                    </t>
6655            </list>
6656    </t>
6657    <t>add_instruction =
6658            <list>
6659                    <t>CHANNEL
6660                    </t>
6661                    <t>/ DB_INSTRUMENT_DIRECTORY SP db_path
6662                    </t>
6663                    <t>/ DB_INSTRUMENTS SP NON_MODAL SP scan_mode SP db_path SP filename
6664                    </t>
6665                    <t>/ DB_INSTRUMENTS SP NON_MODAL SP scan_mode SP FILE_AS_DIR SP db_path SP filename
6666                    </t>
6667                    <t>/ DB_INSTRUMENTS SP scan_mode SP db_path SP filename
6668                    </t>
6669                    <t>/ DB_INSTRUMENTS SP scan_mode SP FILE_AS_DIR SP db_path SP filename
6670                    </t>
6671                    <t>/ DB_INSTRUMENTS SP NON_MODAL SP db_path SP filename
6672                    </t>
6673                    <t>/ DB_INSTRUMENTS SP NON_MODAL SP db_path SP filename SP instrument_index
6674                    </t>
6675                    <t>/ DB_INSTRUMENTS SP db_path SP filename
6676                    </t>
6677                    <t>/ DB_INSTRUMENTS SP db_path SP filename SP instrument_index
6678                    </t>
6679                    <t>/ MIDI_INSTRUMENT_MAP
6680                    </t>
6681                    <t>/ MIDI_INSTRUMENT_MAP SP map_name
6682                    </t>
6683                    <t>/ SEND_EFFECT_CHAIN SP device_index
6684                    </t>
6685            </list>
6686    </t>
6687    <t>subscribe_event =
6688            <list>
6689                    <t>AUDIO_OUTPUT_DEVICE_COUNT
6690                    </t>
6691                    <t>/ AUDIO_OUTPUT_DEVICE_INFO
6692                    </t>
6693                    <t>/ MIDI_INPUT_DEVICE_COUNT
6694                    </t>
6695                    <t>/ MIDI_INPUT_DEVICE_INFO
6696                    </t>
6697                    <t>/ CHANNEL_COUNT
6698                    </t>
6699                    <t>/ CHANNEL_MIDI
6700                    </t>
6701                    <t>/ DEVICE_MIDI
6702                    </t>
6703                    <t>/ VOICE_COUNT
6704                    </t>
6705                    <t>/ STREAM_COUNT
6706                    </t>
6707                    <t>/ BUFFER_FILL
6708                    </t>
6709                    <t>/ CHANNEL_INFO
6710                    </t>
6711                    <t>/ FX_SEND_COUNT
6712                    </t>
6713                    <t>/ FX_SEND_INFO
6714                    </t>
6715                    <t>/ MIDI_INSTRUMENT_MAP_COUNT
6716                    </t>
6717                    <t>/ MIDI_INSTRUMENT_MAP_INFO
6718                    </t>
6719                    <t>/ MIDI_INSTRUMENT_COUNT
6720                    </t>
6721                    <t>/ MIDI_INSTRUMENT_INFO
6722                    </t>
6723                    <t>/ DB_INSTRUMENT_DIRECTORY_COUNT
6724                    </t>
6725                    <t>/ DB_INSTRUMENT_DIRECTORY_INFO
6726                    </t>
6727                    <t>/ DB_INSTRUMENT_COUNT
6728                    </t>
6729                    <t>/ DB_INSTRUMENT_INFO
6730                    </t>
6731                    <t>/ DB_INSTRUMENTS_JOB_INFO
6732                    </t>
6733                    <t>/ MISCELLANEOUS
6734                    </t>
6735                    <t>/ TOTAL_STREAM_COUNT
6736                    </t>
6737                    <t>/ TOTAL_VOICE_COUNT
6738                    </t>
6739                    <t>/ GLOBAL_INFO
6740                    </t>
6741            </list>
6742    </t>
6743    <t>unsubscribe_event =
6744            <list>
6745                    <t>AUDIO_OUTPUT_DEVICE_COUNT
6746                    </t>
6747                    <t>/ AUDIO_OUTPUT_DEVICE_INFO
6748                    </t>
6749                    <t>/ MIDI_INPUT_DEVICE_COUNT
6750                    </t>
6751                    <t>/ MIDI_INPUT_DEVICE_INFO
6752                    </t>
6753                    <t>/ CHANNEL_COUNT
6754                    </t>
6755                    <t>/ CHANNEL_MIDI
6756                    </t>
6757                    <t>/ DEVICE_MIDI
6758                    </t>
6759                    <t>/ VOICE_COUNT
6760                    </t>
6761                    <t>/ STREAM_COUNT
6762                    </t>
6763                    <t>/ BUFFER_FILL
6764                    </t>
6765                    <t>/ CHANNEL_INFO
6766                    </t>
6767                    <t>/ FX_SEND_COUNT
6768                    </t>
6769                    <t>/ FX_SEND_INFO
6770                    </t>
6771                    <t>/ MIDI_INSTRUMENT_MAP_COUNT
6772                    </t>
6773                    <t>/ MIDI_INSTRUMENT_MAP_INFO
6774                    </t>
6775                    <t>/ MIDI_INSTRUMENT_COUNT
6776                    </t>
6777                    <t>/ MIDI_INSTRUMENT_INFO
6778                    </t>
6779                    <t>/ DB_INSTRUMENT_DIRECTORY_COUNT
6780                    </t>
6781                    <t>/ DB_INSTRUMENT_DIRECTORY_INFO
6782                    </t>
6783                    <t>/ DB_INSTRUMENT_COUNT
6784                    </t>
6785                    <t>/ DB_INSTRUMENT_INFO
6786                    </t>
6787                    <t>/ DB_INSTRUMENTS_JOB_INFO
6788                    </t>
6789                    <t>/ MISCELLANEOUS
6790                    </t>
6791                    <t>/ TOTAL_STREAM_COUNT
6792                    </t>
6793                    <t>/ TOTAL_VOICE_COUNT
6794                    </t>
6795                    <t>/ GLOBAL_INFO
6796                    </t>
6797            </list>
6798    </t>
6799    <t>map_instruction =
6800            <list>
6801                    <t>MIDI_INSTRUMENT SP modal_arg midi_map SP midi_bank SP midi_prog SP engine_name SP filename SP instrument_index SP volume_value
6802                    </t>
6803                    <t>/ MIDI_INSTRUMENT SP modal_arg midi_map SP midi_bank SP midi_prog SP engine_name SP filename SP instrument_index SP volume_value SP instr_load_mode
6804                    </t>
6805                    <t>/ MIDI_INSTRUMENT SP modal_arg midi_map SP midi_bank SP midi_prog SP engine_name SP filename SP instrument_index SP volume_value SP entry_name
6806                    </t>
6807                    <t>/ MIDI_INSTRUMENT SP modal_arg midi_map SP midi_bank SP midi_prog SP engine_name SP filename SP instrument_index SP volume_value SP instr_load_mode SP entry_name
6808                    </t>
6809            </list>
6810    </t>
6811    <t>unmap_instruction =
6812            <list>
6813                    <t>MIDI_INSTRUMENT SP midi_map SP midi_bank SP midi_prog
6814                    </t>
6815            </list>
6816    </t>
6817    <t>remove_instruction =
6818            <list>
6819                    <t>CHANNEL SP sampler_channel
6820                    </t>
6821                    <t>/ MIDI_INSTRUMENT_MAP SP midi_map
6822                    </t>
6823                    <t>/ MIDI_INSTRUMENT_MAP SP ALL
6824                    </t>
6825                    <t>/ SEND_EFFECT_CHAIN SP device_index SP effect_chain
6826                    </t>
6827                    <t>/ SEND_EFFECT_CHAIN SP EFFECT SP device_index SP effect_chain SP chain_pos
6828                    </t>
6829                    <t>/ FX_SEND SP SEND_EFFECT SP sampler_channel SP fx_send_id
6830                    </t>
6831                    <t>/ DB_INSTRUMENT_DIRECTORY SP FORCE SP db_path
6832                    </t>
6833                    <t>/ DB_INSTRUMENT_DIRECTORY SP db_path
6834                    </t>
6835                    <t>/ DB_INSTRUMENT SP db_path
6836                    </t>
6837            </list>
6838    </t>
6839    <t>get_instruction =
6840            <list>
6841                    <t>AVAILABLE_ENGINES
6842                    </t>
6843                    <t>/ AVAILABLE_EFFECTS
6844                    </t>
6845                    <t>/ EFFECT_INSTANCES
6846                    </t>
6847                    <t>/ EFFECT SP INFO SP effect_index
6848                    </t>
6849                    <t>/ EFFECT_INSTANCE SP INFO SP effect_instance
6850                    </t>
6851                    <t>/ EFFECT_INSTANCE_INPUT_CONTROL SP INFO SP effect_instance SP input_control
6852                    </t>
6853                    <t>/ SEND_EFFECT_CHAINS SP device_index
6854                    </t>
6855                    <t>/ SEND_EFFECT_CHAIN SP INFO SP device_index SP effect_chain
6856                    </t>
6857                    <t>/ AVAILABLE_MIDI_INPUT_DRIVERS
6858                    </t>
6859                    <t>/ MIDI_INPUT_DRIVER SP INFO SP string
6860                    </t>
6861                    <t>/ MIDI_INPUT_DRIVER_PARAMETER SP INFO SP string SP string
6862                    </t>
6863                    <t>/ MIDI_INPUT_DRIVER_PARAMETER SP INFO SP string SP string SP key_val_list
6864                    </t>
6865                    <t>/ AVAILABLE_AUDIO_OUTPUT_DRIVERS
6866                    </t>
6867                    <t>/ AUDIO_OUTPUT_DRIVER SP INFO SP string
6868                    </t>
6869                    <t>/ AUDIO_OUTPUT_DRIVER_PARAMETER SP INFO SP string SP string
6870                    </t>
6871                    <t>/ AUDIO_OUTPUT_DRIVER_PARAMETER SP INFO SP string SP string SP key_val_list
6872                    </t>
6873                    <t>/ AUDIO_OUTPUT_DEVICES
6874                    </t>
6875                    <t>/ MIDI_INPUT_DEVICES
6876                    </t>
6877                    <t>/ AUDIO_OUTPUT_DEVICE SP INFO SP number
6878                    </t>
6879                    <t>/ MIDI_INPUT_DEVICE SP INFO SP number
6880                    </t>
6881                    <t>/ MIDI_INPUT_PORT SP INFO SP number SP number
6882                    </t>
6883                    <t>/ MIDI_INPUT_PORT_PARAMETER SP INFO SP number SP number SP string
6884                    </t>
6885                    <t>/ AUDIO_OUTPUT_CHANNEL SP INFO SP number SP number
6886                    </t>
6887                    <t>/ AUDIO_OUTPUT_CHANNEL_PARAMETER SP INFO SP number SP number SP string
6888                    </t>
6889                    <t>/ CHANNELS
6890                    </t>
6891                    <t>/ CHANNEL SP INFO SP sampler_channel
6892                    </t>
6893                    <t>/ CHANNEL SP BUFFER_FILL SP buffer_size_type SP sampler_channel
6894                    </t>
6895                    <t>/ CHANNEL SP STREAM_COUNT SP sampler_channel
6896                    </t>
6897                    <t>/ CHANNEL SP VOICE_COUNT SP sampler_channel
6898                    </t>
6899                    <t>/ ENGINE SP INFO SP engine_name
6900                    </t>
6901                    <t>/ SERVER SP INFO
6902                    </t>
6903                    <t>/ TOTAL_STREAM_COUNT
6904                    </t>
6905                    <t>/ TOTAL_VOICE_COUNT
6906                    </t>
6907                    <t>/ TOTAL_VOICE_COUNT_MAX
6908                    </t>
6909                    <t>/ MIDI_INSTRUMENTS SP midi_map
6910                    </t>
6911                    <t>/ MIDI_INSTRUMENTS SP ALL
6912                    </t>
6913                    <t>/ MIDI_INSTRUMENT SP INFO SP midi_map SP midi_bank SP midi_prog
6914                    </t>
6915                    <t>/ MIDI_INSTRUMENT_MAPS
6916                    </t>
6917                    <t>/ MIDI_INSTRUMENT_MAP SP INFO SP midi_map
6918                    </t>
6919                    <t>/ FX_SENDS SP sampler_channel
6920                    </t>
6921                    <t>/ FX_SEND SP INFO SP sampler_channel SP fx_send_id
6922                    </t>
6923                    <t>/ DB_INSTRUMENT_DIRECTORIES SP RECURSIVE SP db_path
6924                    </t>
6925                    <t>/ DB_INSTRUMENT_DIRECTORIES SP db_path
6926                    </t>
6927                    <t>/ DB_INSTRUMENT_DIRECTORY SP INFO SP db_path
6928                    </t>
6929                    <t>/ DB_INSTRUMENTS SP RECURSIVE SP db_path
6930                    </t>
6931                    <t>/ DB_INSTRUMENTS SP db_path
6932                    </t>
6933                    <t>/ DB_INSTRUMENT SP INFO SP db_path
6934                    </t>
6935                    <t>/ DB_INSTRUMENTS_JOB SP INFO SP number
6936                    </t>
6937                    <t>/ VOLUME
6938                    </t>
6939                    <t>/ VOICES
6940                    </t>
6941                    <t>/ STREAMS
6942                    </t>
6943                    <t>/ FILE SP INSTRUMENTS SP filename
6944                    </t>
6945                    <t>/ FILE SP INSTRUMENT SP INFO SP filename SP instrument_index
6946                    </t>
6947            </list>
6948    </t>
6949    <t>set_instruction =
6950            <list>
6951                    <t>AUDIO_OUTPUT_DEVICE_PARAMETER SP number SP string '=' param_val_list
6952                    </t>
6953                    <t>/ AUDIO_OUTPUT_CHANNEL_PARAMETER SP number SP number SP string '=' param_val_list
6954                    </t>
6955                    <t>/ MIDI_INPUT_DEVICE_PARAMETER SP number SP string '=' param_val_list
6956                    </t>
6957                    <t>/ MIDI_INPUT_PORT_PARAMETER SP number SP number SP string '=' NONE
6958                    </t>
6959                    <t>/ MIDI_INPUT_PORT_PARAMETER SP number SP number SP string '=' param_val_list
6960                    </t>
6961                    <t>/ EFFECT_INSTANCE_INPUT_CONTROL SP VALUE SP effect_instance SP input_control SP control_value
6962                    </t>
6963                    <t>/ CHANNEL SP set_chan_instruction
6964                    </t>
6965                    <t>/ MIDI_INSTRUMENT_MAP SP NAME SP midi_map SP map_name
6966                    </t>
6967                    <t>/ FX_SEND SP NAME SP sampler_channel SP fx_send_id SP fx_send_name
6968                    </t>
6969                    <t>/ FX_SEND SP AUDIO_OUTPUT_CHANNEL SP sampler_channel SP fx_send_id SP audio_channel_index SP audio_channel_index
6970                    </t>
6971                    <t>/ FX_SEND SP MIDI_CONTROLLER SP sampler_channel SP fx_send_id SP midi_ctrl
6972                    </t>
6973                    <t>/ FX_SEND SP LEVEL SP sampler_channel SP fx_send_id SP volume_value
6974                    </t>
6975                    <t>/ FX_SEND SP SEND_EFFECT SP sampler_channel SP fx_send_id SP effect_chain SP chain_pos
6976                    </t>
6977                    <t>/ DB_INSTRUMENT_DIRECTORY SP NAME SP db_path SP stringval_escaped
6978                    </t>
6979                    <t>/ DB_INSTRUMENT_DIRECTORY SP DESCRIPTION SP db_path SP stringval_escaped
6980                    </t>
6981                    <t>/ DB_INSTRUMENT SP NAME SP db_path SP stringval_escaped
6982                    </t>
6983                    <t>/ DB_INSTRUMENT SP DESCRIPTION SP db_path SP stringval_escaped
6984                    </t>
6985                    <t>/ DB_INSTRUMENT SP FILE_PATH SP filename SP filename
6986                    </t>
6987                    <t>/ ECHO SP boolean
6988                    </t>
6989                    <t>/ VOLUME SP volume_value
6990                    </t>
6991                    <t>/ VOICES SP number
6992                    </t>
6993                    <t>/ STREAMS SP number
6994                    </t>
6995            </list>
6996    </t>
6997    <t>create_instruction =
6998            <list>
6999                    <t>AUDIO_OUTPUT_DEVICE SP string SP key_val_list
7000                    </t>
7001                    <t>/ AUDIO_OUTPUT_DEVICE SP string
7002                    </t>
7003                    <t>/ MIDI_INPUT_DEVICE SP string SP key_val_list
7004                    </t>
7005                    <t>/ MIDI_INPUT_DEVICE SP string
7006                    </t>
7007                    <t>/ FX_SEND SP sampler_channel SP midi_ctrl
7008                    </t>
7009                    <t>/ FX_SEND SP sampler_channel SP midi_ctrl SP fx_send_name
7010                    </t>
7011                    <t>/ EFFECT_INSTANCE SP effect_index
7012                    </t>
7013                    <t>/ EFFECT_INSTANCE SP effect_system SP module SP effect_name
7014                    </t>
7015            </list>
7016    </t>
7017    <t>reset_instruction =
7018            <list>
7019                    <t>CHANNEL SP sampler_channel
7020                    </t>
7021            </list>
7022    </t>
7023    <t>clear_instruction =
7024            <list>
7025                    <t>MIDI_INSTRUMENTS SP midi_map
7026                    </t>
7027                    <t>/ MIDI_INSTRUMENTS SP ALL
7028                    </t>
7029            </list>
7030    </t>
7031    <t>find_instruction =
7032            <list>
7033                    <t>DB_INSTRUMENTS SP NON_RECURSIVE SP db_path SP query_val_list
7034                    </t>
7035                    <t>/ DB_INSTRUMENTS SP db_path SP query_val_list
7036                    </t>
7037                    <t>/ DB_INSTRUMENT_DIRECTORIES SP NON_RECURSIVE SP db_path SP query_val_list
7038                    </t>
7039                    <t>/ DB_INSTRUMENT_DIRECTORIES SP db_path SP query_val_list
7040                    </t>
7041                    <t>/ LOST SP DB_INSTRUMENT_FILES
7042                    </t>
7043            </list>
7044    </t>
7045    <t>move_instruction =
7046            <list>
7047                    <t>DB_INSTRUMENT_DIRECTORY SP db_path SP db_path
7048                    </t>
7049                    <t>/ DB_INSTRUMENT SP db_path SP db_path
7050                    </t>
7051            </list>
7052    </t>
7053    <t>copy_instruction =
7054            <list>
7055                    <t>DB_INSTRUMENT_DIRECTORY SP db_path SP db_path
7056                    </t>
7057                    <t>/ DB_INSTRUMENT SP db_path SP db_path
7058                    </t>
7059            </list>
7060    </t>
7061    <t>destroy_instruction =
7062            <list>
7063                    <t>AUDIO_OUTPUT_DEVICE SP number
7064                    </t>
7065                    <t>/ MIDI_INPUT_DEVICE SP number
7066                    </t>
7067                    <t>/ FX_SEND SP sampler_channel SP fx_send_id
7068                    </t>
7069                    <t>/ EFFECT_INSTANCE SP number
7070                    </t>
7071            </list>
7072    </t>
7073    <t>load_instruction =
7074            <list>
7075                    <t>INSTRUMENT SP load_instr_args
7076                    </t>
7077                    <t>/ ENGINE SP load_engine_args
7078                    </t>
7079            </list>
7080    </t>
7081    <t>append_instruction =
7082            <list>
7083                    <t>SEND_EFFECT_CHAIN SP EFFECT SP device_index SP effect_chain SP effect_instance
7084                    </t>
7085            </list>
7086    </t>
7087    <t>insert_instruction =
7088            <list>
7089                    <t>SEND_EFFECT_CHAIN SP EFFECT SP device_index SP effect_chain SP chain_pos SP effect_instance
7090                    </t>
7091            </list>
7092    </t>
7093    <t>set_chan_instruction =
7094            <list>
7095                    <t>AUDIO_OUTPUT_DEVICE SP sampler_channel SP device_index
7096                    </t>
7097                    <t>/ AUDIO_OUTPUT_CHANNEL SP sampler_channel SP audio_channel_index SP audio_channel_index
7098                    </t>
7099                    <t>/ AUDIO_OUTPUT_TYPE SP sampler_channel SP audio_output_type_name
7100                    </t>
7101                    <t>/ MIDI_INPUT SP sampler_channel SP device_index SP midi_input_port_index SP midi_input_channel_index
7102                    </t>
7103                    <t>/ MIDI_INPUT_DEVICE SP sampler_channel SP device_index
7104                    </t>
7105                    <t>/ MIDI_INPUT_PORT SP sampler_channel SP midi_input_port_index
7106                    </t>
7107                    <t>/ MIDI_INPUT_CHANNEL SP sampler_channel SP midi_input_channel_index
7108                    </t>
7109                    <t>/ MIDI_INPUT_TYPE SP sampler_channel SP midi_input_type_name
7110                    </t>
7111                    <t>/ VOLUME SP sampler_channel SP volume_value
7112                    </t>
7113                    <t>/ MUTE SP sampler_channel SP boolean
7114                    </t>
7115                    <t>/ SOLO SP sampler_channel SP boolean
7116                    </t>
7117                    <t>/ MIDI_INSTRUMENT_MAP SP sampler_channel SP midi_map
7118                    </t>
7119                    <t>/ MIDI_INSTRUMENT_MAP SP sampler_channel SP NONE
7120                    </t>
7121                    <t>/ MIDI_INSTRUMENT_MAP SP sampler_channel SP DEFAULT
7122                    </t>
7123            </list>
7124    </t>
7125    <t>edit_instruction =
7126            <list>
7127                    <t>CHANNEL SP INSTRUMENT SP sampler_channel
7128                    </t>
7129            </list>
7130    </t>
7131    <t>format_instruction =
7132            <list>
7133                    <t>INSTRUMENTS_DB
7134                    </t>
7135            </list>
7136    </t>
7137    <t>modal_arg =
7138            <list>
7139                    <t>/* epsilon (empty argument) */
7140                    </t>
7141                    <t>/ NON_MODAL SP
7142                    </t>
7143            </list>
7144    </t>
7145    <t>key_val_list =
7146            <list>
7147                    <t>string '=' param_val_list
7148                    </t>
7149                    <t>/ key_val_list SP string '=' param_val_list
7150                    </t>
7151            </list>
7152    </t>
7153    <t>buffer_size_type =
7154            <list>
7155                    <t>BYTES
7156                    </t>
7157                    <t>/ PERCENTAGE
7158                    </t>
7159            </list>
7160    </t>
7161    <t>list_instruction =
7162            <list>
7163                    <t>AUDIO_OUTPUT_DEVICES
7164                    </t>
7165                    <t>/ MIDI_INPUT_DEVICES
7166                    </t>
7167                    <t>/ CHANNELS
7168                    </t>
7169                    <t>/ AVAILABLE_ENGINES
7170                    </t>
7171                    <t>/ AVAILABLE_EFFECTS
7172                    </t>
7173                    <t>/ EFFECT_INSTANCES
7174                    </t>
7175                    <t>/ SEND_EFFECT_CHAINS SP number
7176                    </t>
7177                    <t>/ AVAILABLE_MIDI_INPUT_DRIVERS
7178                    </t>
7179                    <t>/ AVAILABLE_AUDIO_OUTPUT_DRIVERS
7180                    </t>
7181                    <t>/ MIDI_INSTRUMENTS SP midi_map
7182                    </t>
7183                    <t>/ MIDI_INSTRUMENTS SP ALL
7184                    </t>
7185                    <t>/ MIDI_INSTRUMENT_MAPS
7186                    </t>
7187                    <t>/ FX_SENDS SP sampler_channel
7188                    </t>
7189                    <t>/ DB_INSTRUMENT_DIRECTORIES SP RECURSIVE SP db_path
7190                    </t>
7191                    <t>/ DB_INSTRUMENT_DIRECTORIES SP db_path
7192                    </t>
7193                    <t>/ DB_INSTRUMENTS SP RECURSIVE SP db_path
7194                    </t>
7195                    <t>/ DB_INSTRUMENTS SP db_path
7196                    </t>
7197                    <t>/ FILE SP INSTRUMENTS SP filename
7198                    </t>
7199            </list>
7200    </t>
7201    <t>send_instruction =
7202            <list>
7203                    <t>CHANNEL SP MIDI_DATA SP string SP sampler_channel SP number SP number
7204                    </t>
7205            </list>
7206    </t>
7207    <t>load_instr_args =
7208            <list>
7209                    <t>filename SP instrument_index SP sampler_channel
7210                    </t>
7211                    <t>/ NON_MODAL SP filename SP instrument_index SP sampler_channel
7212                    </t>
7213            </list>
7214    </t>
7215    <t>load_engine_args =
7216            <list>
7217                    <t>engine_name SP sampler_channel
7218                    </t>
7219            </list>
7220    </t>
7221    <t>instr_load_mode =
7222            <list>
7223                    <t>ON_DEMAND
7224                    </t>
7225                    <t>/ ON_DEMAND_HOLD
7226                    </t>
7227                    <t>/ PERSISTENT
7228                    </t>
7229            </list>
7230    </t>
7231    <t>effect_instance =
7232            <list>
7233                    <t>number
7234                    </t>
7235            </list>
7236    </t>
7237    <t>device_index =
7238            <list>
7239                    <t>number
7240                    </t>
7241            </list>
7242    </t>
7243    <t>audio_channel_index =
7244            <list>
7245                    <t>number
7246                    </t>
7247            </list>
7248    </t>
7249    <t>audio_output_type_name =
7250            <list>
7251                    <t>string
7252                    </t>
7253            </list>
7254    </t>
7255    <t>midi_input_port_index =
7256            <list>
7257                    <t>number
7258                    </t>
7259            </list>
7260    </t>
7261    <t>midi_input_channel_index =
7262            <list>
7263                    <t>number
7264                    </t>
7265                    <t>/ ALL
7266                    </t>
7267            </list>
7268    </t>
7269    <t>midi_input_type_name =
7270            <list>
7271                    <t>string
7272                    </t>
7273            </list>
7274    </t>
7275    <t>midi_map =
7276            <list>
7277                    <t>number
7278                    </t>
7279            </list>
7280    </t>
7281    <t>midi_bank =
7282            <list>
7283                    <t>number
7284                    </t>
7285            </list>
7286    </t>
7287    <t>midi_prog =
7288            <list>
7289                    <t>number
7290                    </t>
7291            </list>
7292    </t>
7293    <t>midi_ctrl =
7294            <list>
7295                    <t>number
7296                    </t>
7297            </list>
7298    </t>
7299    <t>volume_value =
7300            <list>
7301                    <t>dotnum
7302                    </t>
7303                    <t>/ number
7304                    </t>
7305            </list>
7306    </t>
7307    <t>control_value =
7308            <list>
7309                    <t>real
7310                    </t>
7311            </list>
7312    </t>
7313    <t>sampler_channel =
7314            <list>
7315                    <t>number
7316                    </t>
7317            </list>
7318    </t>
7319    <t>instrument_index =
7320            <list>
7321                    <t>number
7322                    </t>
7323            </list>
7324    </t>
7325    <t>fx_send_id =
7326            <list>
7327                    <t>number
7328                    </t>
7329            </list>
7330    </t>
7331    <t>engine_name =
7332            <list>
7333                    <t>string
7334                    </t>
7335            </list>
7336    </t>
7337    <t>filename =
7338            <list>
7339                    <t>path
7340                    </t>
7341            </list>
7342    </t>
7343    <t>db_path =
7344            <list>
7345                    <t>path
7346                    </t>
7347            </list>
7348    </t>
7349    <t>map_name =
7350            <list>
7351                    <t>stringval_escaped
7352                    </t>
7353            </list>
7354    </t>
7355    <t>entry_name =
7356            <list>
7357                    <t>stringval_escaped
7358                    </t>
7359            </list>
7360    </t>
7361    <t>fx_send_name =
7362            <list>
7363                    <t>stringval_escaped
7364                    </t>
7365            </list>
7366    </t>
7367    <t>effect_name =
7368            <list>
7369                    <t>stringval_escaped
7370                    </t>
7371            </list>
7372    </t>
7373    <t>effect_index =
7374            <list>
7375                    <t>number
7376                    </t>
7377            </list>
7378    </t>
7379    <t>effect_chain =
7380            <list>
7381                    <t>number
7382                    </t>
7383            </list>
7384    </t>
7385    <t>chain_pos =
7386            <list>
7387                    <t>number
7388                    </t>
7389            </list>
7390    </t>
7391    <t>input_control =
7392            <list>
7393                    <t>number
7394                    </t>
7395            </list>
7396    </t>
7397    <t>param_val_list =
7398            <list>
7399                    <t>param_val
7400                    </t>
7401                    <t>/ param_val_list','param_val
7402                    </t>
7403            </list>
7404    </t>
7405    
7406    <t>param_val =
7407            <list>
7408                    <t>string
7409                    </t>
7410                    <t>/ stringval
7411                    </t>
7412                    <t>/ number
7413                    </t>
7414                    <t>/ dotnum
7415                    </t>
7416            </list>
7417    </t>
7418    <t>query_val_list =
7419            <list>
7420                    <t>string '=' query_val
7421                    </t>
7422                    <t>/ query_val_list SP string '=' query_val
7423                    </t>
7424            </list>
7425    </t>
7426    <t>query_val =
7427            <list>
7428                    <t>text_escaped
7429                    </t>
7430                    <t>/ stringval_escaped
7431                    </t>
7432            </list>
7433    </t>
7434    <t>scan_mode =
7435            <list>
7436                    <t>RECURSIVE
7437                    </t>
7438                    <t>/ NON_RECURSIVE
7439                    </t>
7440                    <t>/ FLAT
7441                    </t>
7442            </list>
7443    </t>
7444    <t>effect_system =
7445            <list>
7446                    <t>string
7447                    </t>
7448            </list>
7449    </t>
7450    <t>module =
7451            <list>
7452                    <t>filename
7453                    </t>
7454            </list>
7455    </t>
7456    
7457                <!-- GRAMMAR_BNF_END - do NOT delete or modify this line !!! -->
7458    
7459                <section title="Character Set and Escape Sequences" anchor="character_set">
7460                    <t>Older versions of this protocol up to and including v1.1 only
7461                    supported the standard ASCII character set (ASCII code 0 - 127)
7462                    <xref target="RFC20"/>, all younger versions of this protocol
7463                    however support the Extended ASCII character set (ASCII code
7464                    0 - 255). The same group of younger protocols also support
7465                    escape sequences, but only for certain, explicitly declared
7466                    parts of the protocol. The supported escape sequences are
7467                    defined as follows:</t>
7468                    <texttable>
7469                        <ttcol>ASCII Character Sequence</ttcol>
7470                        <ttcol>Translated into (Name)</ttcol>
7471                        <c>\n</c> <c>new line</c>
7472                        <c>\r</c> <c>carriage return</c>
7473                        <c>\f</c> <c>form feed</c>
7474                        <c>\t</c> <c>horizontal tab</c>
7475                        <c>\v</c> <c>vertical tab</c>
7476                        <c>\'</c> <c>apostrophe</c>
7477                        <c>\"</c> <c>quotation mark</c>
7478                        <c>\\</c> <c>backslash</c>
7479                        <c>\OOO</c> <c>three digit octal ASCII code of the character</c>
7480                        <c>\xHH</c> <c>two digit hex ASCII code of the character</c>
7481                    </texttable>
7482                    <t>Notice: due to the transition of certain parts of the
7483                    protocol which now support escape sequences, a slight backward
7484                    incompatibility to protocols version v1.1 and younger has been
7485                    introduced. The only difference is that in parts of the protocol
7486                    where escape characters are now supported, a backslash characters
7487                    MUST be escaped as well (that is as double backslash), whereas
7488                    in the old versions a single backslash was sufficient.</t>
7489    
7490                    <t>The following LSCP commands support escape sequences as part
7491                    of their filename / path based arguments and / or may contain
7492                    a filename / path with escape sequences in their response:
7493                    <list>
7494                        <t><xref target="LOAD INSTRUMENT">"LOAD INSTRUMENT"</xref></t>
7495                        <t><xref target="GET CHANNEL INFO">"GET CHANNEL INFO"</xref></t>
7496                        <t><xref target="MAP MIDI_INSTRUMENT">"MAP MIDI_INSTRUMENT"</xref></t>
7497                        <t><xref target="GET MIDI_INSTRUMENT INFO">"GET MIDI_INSTRUMENT INFO"</xref></t>
7498                        <t><xref target="ADD DB_INSTRUMENT_DIRECTORY">"ADD DB_INSTRUMENT_DIRECTORY"</xref></t>
7499                        <t><xref target="ADD DB_INSTRUMENTS">"ADD DB_INSTRUMENTS"</xref></t>
7500                        <t><xref target="REMOVE DB_INSTRUMENT_DIRECTORY">"REMOVE DB_INSTRUMENT_DIRECTORY"</xref></t>
7501                        <t><xref target="REMOVE DB_INSTRUMENT">"REMOVE DB_INSTRUMENT"</xref></t>
7502                        <t><xref target="GET DB_INSTRUMENT_DIRECTORIES">"GET DB_INSTRUMENT_DIRECTORIES"</xref></t>
7503                        <t><xref target="LIST DB_INSTRUMENT_DIRECTORIES">"LIST DB_INSTRUMENT_DIRECTORIES"</xref></t>
7504                        <t><xref target="GET DB_INSTRUMENT_DIRECTORY INFO">"GET DB_INSTRUMENT_DIRECTORY INFO"</xref></t>
7505                        <t><xref target="GET DB_INSTRUMENTS">"GET DB_INSTRUMENTS"</xref></t>
7506                        <t><xref target="LIST DB_INSTRUMENTS">"LIST DB_INSTRUMENTS"</xref></t>
7507                        <t><xref target="GET DB_INSTRUMENT INFO">"GET DB_INSTRUMENT INFO"</xref></t>
7508                        <t><xref target="SET DB_INSTRUMENT_DIRECTORY NAME">"SET DB_INSTRUMENT_DIRECTORY NAME"</xref></t>
7509                        <t><xref target="SET DB_INSTRUMENT_DIRECTORY DESCRIPTION">"SET DB_INSTRUMENT_DIRECTORY DESCRIPTION"</xref></t>
7510                        <t><xref target="SET DB_INSTRUMENT NAME">"SET DB_INSTRUMENT NAME"</xref></t>
7511                        <t><xref target="SET DB_INSTRUMENT DESCRIPTION">"SET DB_INSTRUMENT DESCRIPTION"</xref></t>
7512                        <t><xref target="FIND DB_INSTRUMENTS">"FIND DB_INSTRUMENTS"</xref></t>
7513                        <t><xref target="FIND DB_INSTRUMENT_DIRECTORIES">"FIND DB_INSTRUMENT_DIRECTORIES"</xref></t>
7514                        <t><xref target="MOVE DB_INSTRUMENT">"MOVE DB_INSTRUMENT"</xref></t>
7515                        <t><xref target="MOVE DB_INSTRUMENT_DIRECTORY">"MOVE DB_INSTRUMENT_DIRECTORY"</xref></t>
7516                        <t><xref target="COPY DB_INSTRUMENT">"COPY DB_INSTRUMENT"</xref></t>
7517                        <t><xref target="COPY DB_INSTRUMENT_DIRECTORY">"COPY DB_INSTRUMENT_DIRECTORY"</xref></t>
7518                        <t><xref target="FIND LOST DB_INSTRUMENT_FILES">"FIND LOST DB_INSTRUMENT_FILES"</xref></t>
7519                        <t><xref target="SET DB_INSTRUMENT FILE_PATH">"SET DB_INSTRUMENT FILE_PATH"</xref></t>
7520                        <t><xref target="GET FILE INSTRUMENTS">"GET FILE INSTRUMENTS"</xref></t>
7521                        <t><xref target="LIST FILE INSTRUMENTS">"LIST FILE INSTRUMENTS"</xref></t>
7522                        <t><xref target="GET FILE INSTRUMENT INFO">"GET FILE INSTRUMENT INFO"</xref></t>
7523                    </list>
7524                    Note that the forward slash character ('/') has a special meaning in
7525                    filename / path based arguments: it acts as separator of the nodes in
7526                    the path, thus if a directory- or filename includes a forward slash
7527                    (not intended as path node separator), you MUST escape that slash
7528                    either with the respective hex escape sequence ("\x2f") or with the
7529                    respective octal escape sequence ("\057").
7530                    </t>
7531    
7532                    <t>
7533                    Note for Windows: file path arguments in LSCP are expected
7534                    to use forward slashes as directory node separator similar
7535                    to Unix based operating systems. In contrast to Unix however
7536                    a Windows typical drive character is expected to be
7537                    prefixed to the path. That is an original Windows file path
7538                    like "D:\Sounds\My.gig" would become in LSCP:
7539                    "D:/Sounds/My.gig".
7540                    </t>
7541    
7542                    <t>
7543                    The following LSCP commands even support escape sequences as
7544                    part of at least one of their text-based arguments (i.e. entity name,
7545                    description) and / or may contain escape sequences in at least one of
7546                    their text-based fields in their response:
7547                    <list>
7548                        <t><xref target="GET SERVER INFO">"GET SERVER INFO"</xref></t>
7549                        <t><xref target="GET ENGINE INFO">"GET ENGINE INFO"</xref></t>
7550                        <t><xref target="GET CHANNEL INFO">"GET CHANNEL INFO"</xref></t>
7551                        <t><xref target="CREATE FX_SEND">"CREATE FX_SEND"</xref></t>
7552                        <t><xref target="GET FX_SEND INFO">"GET FX_SEND INFO"</xref></t>
7553                        <t><xref target="SET FX_SEND NAME">"SET FX_SEND NAME"</xref></t>
7554                        <t><xref target="GET MIDI_INSTRUMENT INFO">"GET MIDI_INSTRUMENT INFO"</xref></t>
7555                        <t><xref target="GET MIDI_INSTRUMENT_MAP INFO">"GET MIDI_INSTRUMENT_MAP INFO"</xref></t>
7556                        <t><xref target="ADD MIDI_INSTRUMENT_MAP">"ADD MIDI_INSTRUMENT_MAP"</xref></t>
7557                        <t><xref target="MAP MIDI_INSTRUMENT">"MAP MIDI_INSTRUMENT"</xref></t>
7558                        <t><xref target="SET MIDI_INSTRUMENT_MAP NAME">"SET MIDI_INSTRUMENT_MAP NAME"</xref></t>
7559                        <t><xref target="GET DB_INSTRUMENT_DIRECTORY INFO">"GET DB_INSTRUMENT_DIRECTORY INFO"</xref></t>
7560                        <t><xref target="SET DB_INSTRUMENT_DIRECTORY NAME">"SET DB_INSTRUMENT_DIRECTORY NAME"</xref></t>
7561                        <t><xref target="SET DB_INSTRUMENT_DIRECTORY DESCRIPTION">"SET DB_INSTRUMENT_DIRECTORY DESCRIPTION"</xref></t>
7562                        <t><xref target="FIND DB_INSTRUMENT_DIRECTORIES">"FIND DB_INSTRUMENT_DIRECTORIES"</xref></t>
7563                        <t><xref target="GET DB_INSTRUMENT INFO">"GET DB_INSTRUMENT INFO"</xref></t>
7564                        <t><xref target="SET DB_INSTRUMENT NAME">"SET DB_INSTRUMENT NAME"</xref></t>
7565                        <t><xref target="SET DB_INSTRUMENT DESCRIPTION">"SET DB_INSTRUMENT DESCRIPTION"</xref></t>
7566                        <t><xref target="FIND DB_INSTRUMENTS">"FIND DB_INSTRUMENTS"</xref></t>
7567                    </list>
7568                    Please note that these lists are manually maintained. If you
7569                    find a command that also supports escape sequences we forgot to
7570                    mention here, please report it!
7571                    </t>
7572                </section>
7573          </section>          </section>
7574    
7575          <section title="Events" anchor="events">          <section title="Events" anchor="events">
7576              <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>
7577    
7578              <section title="Number of sampler channels changed" anchor="SUBSCRIBE CHANNEL">              <section title="Number of audio output devices changed" anchor="SUBSCRIBE AUDIO_OUTPUT_DEVICE_COUNT">
7579                    <t>Client may want to be notified when the total number of audio output devices on the
7580                    back-end changes by issuing the following command:</t>
7581                    <t>
7582                        <list>
7583                            <t>SUBSCRIBE AUDIO_OUTPUT_DEVICE_COUNT</t>
7584                        </list>
7585                    </t>
7586                    <t>Server will start sending the following notification messages:</t>
7587                    <t>
7588                        <list>
7589                            <t>"NOTIFY:AUDIO_OUTPUT_DEVICE_COUNT:&lt;devices&gt;"</t>
7590                        </list>
7591                    </t>
7592                    <t>where &lt;devices&gt; will be replaced by the new number
7593                    of audio output devices.</t>
7594                </section>
7595    
7596                <section title="Audio output device's settings changed" anchor="SUBSCRIBE AUDIO_OUTPUT_DEVICE_INFO">
7597                    <t>Client may want to be notified when changes were made to audio output devices on the
7598                    back-end by issuing the following command:</t>
7599                    <t>
7600                        <list>
7601                            <t>SUBSCRIBE AUDIO_OUTPUT_DEVICE_INFO</t>
7602                        </list>
7603                    </t>
7604                    <t>Server will start sending the following notification messages:</t>
7605                    <t>
7606                        <list>
7607                            <t>"NOTIFY:AUDIO_OUTPUT_DEVICE_INFO:&lt;device-id&gt;"</t>
7608                        </list>
7609                    </t>
7610                    <t>where &lt;device-id&gt; will be replaced by the numerical ID of the audio output device,
7611                    which settings has been changed. The front-end will have to send
7612                    the respective command to actually get the audio output device info. Because these messages
7613                    will be triggered by LSCP commands issued by other clients rather than real
7614                    time events happening on the server, it is believed that an empty notification
7615                    message is sufficient here.</t>
7616                </section>
7617    
7618                <section title="Number of MIDI input devices changed" anchor="SUBSCRIBE MIDI_INPUT_DEVICE_COUNT">
7619                    <t>Client may want to be notified when the total number of MIDI input devices on the
7620                    back-end changes by issuing the following command:</t>
7621                    <t>
7622                        <list>
7623                            <t>SUBSCRIBE MIDI_INPUT_DEVICE_COUNT</t>
7624                        </list>
7625                    </t>
7626                    <t>Server will start sending the following notification messages:</t>
7627                    <t>
7628                        <list>
7629                            <t>"NOTIFY:MIDI_INPUT_DEVICE_COUNT:&lt;devices&gt;"</t>
7630                        </list>
7631                    </t>
7632                    <t>where &lt;devices&gt; will be replaced by the new number
7633                    of MIDI input devices.</t>
7634                </section>
7635    
7636                <section title="MIDI input device's settings changed" anchor="SUBSCRIBE MIDI_INPUT_DEVICE_INFO">
7637                    <t>Client may want to be notified when changes were made to MIDI input devices on the
7638                    back-end by issuing the following command:</t>
7639                    <t>
7640                        <list>
7641                            <t>SUBSCRIBE MIDI_INPUT_DEVICE_INFO</t>
7642                        </list>
7643                    </t>
7644                    <t>Server will start sending the following notification messages:</t>
7645                    <t>
7646                        <list>
7647                            <t>"NOTIFY:MIDI_INPUT_DEVICE_INFO:&lt;device-id&gt;"</t>
7648                        </list>
7649                    </t>
7650                    <t>where &lt;device-id&gt; will be replaced by the numerical ID of the MIDI input device,
7651                    which settings has been changed. The front-end will have to send
7652                    the respective command to actually get the MIDI input device info. Because these messages
7653                    will be triggered by LSCP commands issued by other clients rather than real
7654                    time events happening on the server, it is believed that an empty notification
7655                    message is sufficient here.</t>
7656                </section>
7657    
7658                <section title="Number of sampler channels changed" anchor="SUBSCRIBE CHANNEL_COUNT">
7659                  <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
7660                  back-end changes by issuing the following command:</t>                  back-end changes by issuing the following command:</t>
7661                  <t>                  <t>
# Line 3324  Schoenebeck'> Line 7673  Schoenebeck'>
7673                  of sampler channels.</t>                  of sampler channels.</t>
7674              </section>              </section>
7675    
7676                <section title="MIDI data on a sampler channel arrived" anchor="SUBSCRIBE CHANNEL_MIDI">
7677                    <t>Client may want to be notified when MIDI data arrive on sampler channels on
7678                    back-end side, by issuing the following command:</t>
7679                    <t>
7680                        <list>
7681                            <t>SUBSCRIBE CHANNEL_MIDI</t>
7682                        </list>
7683                    </t>
7684                    <t>Server will start sending one of the the following notification messages:</t>
7685                    <t>
7686                        <list>
7687                            <t>"NOTIFY:CHANNEL_MIDI:&lt;channel-id&gt; NOTE_ON  &lt;note&gt; &lt;velocity&gt;"</t>
7688                            <t>"NOTIFY:CHANNEL_MIDI:&lt;channel-id&gt; NOTE_OFF &lt;note&gt; &lt;velocity&gt;"</t>
7689                        </list>
7690                    </t>
7691                    <t>where &lt;channel-id&gt; will be replaced by the ID of the sampler channel where the MIDI
7692                    data arrived. &lt;note&gt; and &lt;velocity&gt; are integer values in the range between
7693                    0 .. 127, reflecting the analog meaning of the MIDI specification.
7694                    </t>
7695                    <t>CAUTION: no guarantee whatsoever will be made that MIDI events are actually all
7696                    delivered by this mechanism! With other words: events could be lost at any time!
7697                    This restriction was made to keep the RT-safeness of the backend's MIDI and audio
7698                    thread unaffected by this feature.</t>
7699                </section>
7700    
7701                <section title="MIDI data on a MIDI input device arrived" anchor="SUBSCRIBE DEVICE_MIDI">
7702                        <t>Client may want to be notified when MIDI data arrive on MIDI input devices by issuing the following command:</t>
7703                        <t>
7704                                <list>
7705                                        <t>SUBSCRIBE DEVICE_MIDI</t>
7706                                </list>
7707                        </t>
7708                        <t>Server will start sending one of the the following notification messages:</t>
7709                        <t>
7710                                <list>
7711                                        <t>"NOTIFY:DEVICE_MIDI:&lt;device-id&gt; &lt;port-id&gt; NOTE_ON &lt;note&gt; &lt;velocity&gt;"</t>
7712                                        <t>"NOTIFY:DEVICE_MIDI:&lt;device-id&gt; &lt;port-id&gt; NOTE_OFF &lt;note&gt; &lt;velocity&gt;"</t>
7713                                </list>
7714                        </t>
7715                        <t>where &lt;device-id&gt; &lt;port-id&gt; will be replaced
7716                           by the IDs of the respective MIDI input device and the device's MIDI port where the MIDI
7717                           data arrived. &lt;note&gt; and &lt;velocity&gt; are integer values in the range between
7718                           0 .. 127, reflecting the analog meaning of the MIDI specification.
7719                        </t>
7720                        <t>CAUTION: no guarantee whatsoever will be made that MIDI events are actually all
7721                           delivered by this mechanism! With other words: events could be lost at any time!
7722                           This restriction was made to keep the RT-safeness of the backend's MIDI and audio
7723                           thread unaffected by this feature.</t>
7724                </section>
7725    
7726              <section title="Number of active voices changed" anchor="SUBSCRIBE VOICE_COUNT">              <section title="Number of active voices changed" anchor="SUBSCRIBE VOICE_COUNT">
7727                  <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
7728                  back-end changes by issuing the following command:</t>                  back-end changes by issuing the following command:</t>
# Line 3335  Schoenebeck'> Line 7734  Schoenebeck'>
7734                  <t>Server will start sending the following notification messages:</t>                  <t>Server will start sending the following notification messages:</t>
7735                  <t>                  <t>
7736                      <list>                      <list>
7737                          <t>"NOTIFY:VOICE_COUNT:&lt;sampler-channel&gt; &lt;voices&gt;</t>                          <t>"NOTIFY:VOICE_COUNT:&lt;sampler-channel&gt; &lt;voices&gt;"</t>
7738                      </list>                      </list>
7739                  </t>                  </t>
7740                  <t>where &lt;sampler-channel&gt; will be replaced by the sampler channel the                  <t>where &lt;sampler-channel&gt; will be replaced by the sampler channel the
# Line 3383  Schoenebeck'> Line 7782  Schoenebeck'>
7782                  "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>
7783              </section>              </section>
7784    
7785              <section title="Channel information changed" anchor="SUBSCRIBE INFO">              <section title="Channel information changed" anchor="SUBSCRIBE CHANNEL_INFO">
7786                  <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
7787                  back-end by issuing the following command:</t>                  back-end by issuing the following command:</t>
7788                  <t>                  <t>
# Line 3405  Schoenebeck'> Line 7804  Schoenebeck'>
7804                  message is sufficient here.</t>                  message is sufficient here.</t>
7805              </section>              </section>
7806    
7807                <section title="Number of effect sends changed" anchor="SUBSCRIBE FX_SEND_COUNT">
7808                    <t>Client may want to be notified when the number of effect sends on
7809                    a particular sampler channel is changed by issuing the following command:</t>
7810                    <t>
7811                        <list>
7812                            <t>SUBSCRIBE FX_SEND_COUNT</t>
7813                        </list>
7814                    </t>
7815                    <t>Server will start sending the following notification messages:</t>
7816                    <t>
7817                        <list>
7818                            <t>"NOTIFY:FX_SEND_COUNT:&lt;channel-id&gt; &lt;fx-sends&gt;"</t>
7819                        </list>
7820                    </t>
7821                    <t>where &lt;channel-id&gt; will be replaced by the numerical ID of the sampler
7822                    channel, on which the effect sends number is changed and &lt;fx-sends&gt; will
7823                    be replaced by the new number of effect sends on that channel.</t>
7824                </section>
7825    
7826                <section title="Effect send information changed" anchor="SUBSCRIBE FX_SEND_INFO">
7827                    <t>Client may want to be notified when changes were made to effect sends on a
7828                    a particular sampler channel by issuing the following command:</t>
7829                    <t>
7830                        <list>
7831                            <t>SUBSCRIBE FX_SEND_INFO</t>
7832                        </list>
7833                    </t>
7834                    <t>Server will start sending the following notification messages:</t>
7835                    <t>
7836                        <list>
7837                            <t>"NOTIFY:FX_SEND_INFO:&lt;channel-id&gt; &lt;fx-send-id&gt;"</t>
7838                        </list>
7839                    </t>
7840                    <t>where &lt;channel-id&gt; will be replaced by the numerical ID of the sampler
7841                    channel, on which an effect send entity is changed and &lt;fx-send-id&gt; will
7842                    be replaced by the numerical ID of the changed effect send.</t>
7843                </section>
7844    
7845                <section title="Total number of active voices changed" anchor="SUBSCRIBE TOTAL_VOICE_COUNT">
7846                    <t>Client may want to be notified when the total number of voices on the
7847                    back-end changes by issuing the following command:</t>
7848                    <t>
7849                        <list>
7850                            <t>SUBSCRIBE TOTAL_VOICE_COUNT</t>
7851                        </list>
7852                    </t>
7853                    <t>Server will start sending the following notification messages:</t>
7854                    <t>
7855                        <list>
7856                            <t>"NOTIFY:TOTAL_VOICE_COUNT:&lt;voices&gt;"</t>
7857                        </list>
7858                    </t>
7859                    <t>where &lt;voices&gt; will be replaced by the new number of
7860                    all currently active voices.</t>
7861                </section>
7862    
7863                <section title="Total number of active disk streams changed" anchor="SUBSCRIBE TOTAL_STREAM_COUNT">
7864                    <t>Client may want to be notified when the total number of disk streams on the
7865                    back-end changes by issuing the following command:</t>
7866                    <t>
7867                        <list>
7868                            <t>SUBSCRIBE TOTAL_STREAM_COUNT</t>
7869                        </list>
7870                    </t>
7871                    <t>Server will start sending the following notification messages:</t>
7872                    <t>
7873                        <list>
7874                            <t>"NOTIFY:TOTAL_STREAM_COUNT:&lt;streams&gt;"</t>
7875                        </list>
7876                    </t>
7877                    <t>where &lt;streams&gt; will be replaced by the new number of
7878                    all currently active disk streams.</t>
7879                </section>
7880    
7881                <section title="Number of MIDI instrument maps changed" anchor="SUBSCRIBE MIDI_INSTRUMENT_MAP_COUNT">
7882                    <t>Client may want to be notified when the number of MIDI instrument maps on the
7883                    back-end changes by issuing the following command:</t>
7884                    <t>
7885                        <list>
7886                            <t>SUBSCRIBE MIDI_INSTRUMENT_MAP_COUNT</t>
7887                        </list>
7888                    </t>
7889                    <t>Server will start sending the following notification messages:</t>
7890                    <t>
7891                        <list>
7892                            <t>"NOTIFY:MIDI_INSTRUMENT_MAP_COUNT:&lt;maps&gt;"</t>
7893                        </list>
7894                    </t>
7895                    <t>where &lt;maps&gt; will be replaced by the new number
7896                    of MIDI instrument maps.</t>
7897                </section>
7898    
7899                <section title="MIDI instrument map information changed" anchor="SUBSCRIBE MIDI_INSTRUMENT_MAP_INFO">
7900                    <t>Client may want to be notified when changes were made to MIDI instrument maps on the
7901                    back-end by issuing the following command:</t>
7902                    <t>
7903                        <list>
7904                            <t>SUBSCRIBE MIDI_INSTRUMENT_MAP_INFO</t>
7905                        </list>
7906                    </t>
7907                    <t>Server will start sending the following notification messages:</t>
7908                    <t>
7909                        <list>
7910                            <t>"NOTIFY:MIDI_INSTRUMENT_MAP_INFO:&lt;map-id&gt;"</t>
7911                        </list>
7912                    </t>
7913                    <t>where &lt;map-id&gt; will be replaced by the numerical ID of the MIDI instrument map,
7914                    for which information changes occurred. The front-end will have to send
7915                    the respective command to actually get the MIDI instrument map info. Because these messages
7916                    will be triggered by LSCP commands issued by other clients rather than real
7917                    time events happening on the server, it is believed that an empty notification
7918                    message is sufficient here.</t>
7919                </section>
7920    
7921                <section title="Number of MIDI instruments changed" anchor="SUBSCRIBE MIDI_INSTRUMENT_COUNT">
7922                    <t>Client may want to be notified when the number of MIDI instrument maps on the
7923                    back-end changes by issuing the following command:</t>
7924                    <t>
7925                        <list>
7926                            <t>SUBSCRIBE MIDI_INSTRUMENT_COUNT</t>
7927                        </list>
7928                    </t>
7929                    <t>Server will start sending the following notification messages:</t>
7930                    <t>
7931                        <list>
7932                            <t>"NOTIFY:MIDI_INSTRUMENT_COUNT:&lt;map-id&gt; &lt;instruments&gt;"</t>
7933                        </list>
7934                    </t>
7935                    <t>where &lt;map-id&gt; is the numerical ID of the MIDI instrument map, in which
7936                    the nuber of instruments has changed and &lt;instruments&gt; will be replaced by
7937                    the new number of MIDI instruments in the specified map.</t>
7938                </section>
7939    
7940                <section title="MIDI instrument information changed" anchor="SUBSCRIBE MIDI_INSTRUMENT_INFO">
7941                    <t>Client may want to be notified when changes were made to MIDI instruments on the
7942                    back-end by issuing the following command:</t>
7943                    <t>
7944                        <list>
7945                            <t>SUBSCRIBE MIDI_INSTRUMENT_INFO</t>
7946                        </list>
7947                    </t>
7948                    <t>Server will start sending the following notification messages:</t>
7949                    <t>
7950                        <list>
7951                            <t>"NOTIFY:MIDI_INSTRUMENT_INFO:&lt;map-id&gt; &lt;bank&gt; &lt;program&gt;"</t>
7952                        </list>
7953                    </t>
7954                    <t>where &lt;map-id&gt; will be replaced by the numerical ID of the MIDI instrument map,
7955                    in which a MIDI instrument is changed. &lt;bank&gt; and &lt;program&gt; specifies
7956                    the location of the changed MIDI instrument in the map. The front-end will have to send
7957                    the respective command to actually get the MIDI instrument info. Because these messages
7958                    will be triggered by LSCP commands issued by other clients rather than real
7959                    time events happening on the server, it is believed that an empty notification
7960                    message is sufficient here.</t>
7961                </section>
7962    
7963                <section title="Global settings changed" anchor="SUBSCRIBE GLOBAL_INFO">
7964                    <t>Client may want to be notified when changes to the global settings
7965                    of the sampler were made by issuing the following command:</t>
7966                    <t>
7967                        <list>
7968                            <t>SUBSCRIBE GLOBAL_INFO</t>
7969                        </list>
7970                    </t>
7971                    <t>Server will start sending the following types of notification messages:</t>
7972                    <t>
7973                        <list>
7974                            <t>"NOTIFY:GLOBAL_INFO:VOLUME &lt;volume&gt;" - Notifies that the
7975                            golbal volume of the sampler is changed, where &lt;volume&gt; will be
7976                            replaced by the optional dotted floating point value, reflecting the
7977                            new global volume parameter.</t>
7978                        </list>
7979                        <list>
7980                            <t>"NOTIFY:GLOBAL_INFO:VOICES &lt;max-voices&gt;" - Notifies that the
7981                            golbal limit of the sampler for maximum voices is changed, where
7982                            &lt;max-voices&gt; will be an integer value, reflecting the
7983                            new global voice limit parameter.</t>
7984                        </list>
7985                        <list>
7986                            <t>"NOTIFY:GLOBAL_INFO:STREAMS &lt;max-streams&gt;" - Notifies that the
7987                            golbal limit of the sampler for maximum disk streams is changed, where
7988                            &lt;max-streams&gt; will be an integer value, reflecting the
7989                            new global disk streams limit parameter.</t>
7990                        </list>
7991                    </t>
7992                </section>
7993    
7994                <section title="Number of database instrument directories changed" anchor="SUBSCRIBE DB_INSTRUMENT_DIRECTORY_COUNT">
7995                    <t>Client may want to be notified when the number of instrument
7996                    directories in a particular directory in the instruments database
7997                    is changed by issuing the following command:</t>
7998                    <t>
7999                        <list>
8000                            <t>SUBSCRIBE DB_INSTRUMENT_DIRECTORY_COUNT</t>
8001                        </list>
8002                    </t>
8003                    <t>Server will start sending the following notification messages:</t>
8004                    <t>
8005                        <list>
8006                            <t>"NOTIFY:DB_INSTRUMENT_DIRECTORY_COUNT:&lt;dir-path&gt;"</t>
8007                        </list>
8008                    </t>
8009                    <t>where &lt;dir-path&gt; will be replaced by the absolute path
8010                    name of the directory in the instruments database,
8011                    in which the number of directories is changed.</t>
8012                    <t>Note that when a non-empty directory is removed, this event
8013                    is not sent for the subdirectories in that directory.</t>
8014                </section>
8015    
8016                <section title="Database instrument directory information changed" anchor="SUBSCRIBE DB_INSTRUMENT_DIRECTORY_INFO">
8017                    <t>Client may want to be notified when changes were made to directories
8018                    in the instruments database by issuing the following command:</t>
8019                    <t>
8020                        <list>
8021                            <t>SUBSCRIBE DB_INSTRUMENT_DIRECTORY_INFO</t>
8022                        </list>
8023                    </t>
8024                    <t>Server will start sending the following notification messages:</t>
8025                    <t>
8026                        <list>
8027                            <t>"NOTIFY:DB_INSTRUMENT_DIRECTORY_INFO:&lt;dir-path&gt;"</t>
8028                        </list>
8029                    </t>
8030                    <t>where &lt;dir-path&gt; will be replaced by the absolute path name
8031                    of the directory, for which information changes occurred. The front-end will have to send
8032                    the respective command to actually get the updated directory info. Because these messages
8033                    will be triggered by LSCP commands issued by other clients rather than real
8034                    time events happening on the server, it is believed that an empty notification
8035                    message is sufficient here.</t>
8036                    <t>
8037                        <list>
8038                            <t>"NOTIFY:DB_INSTRUMENT_DIRECTORY_INFO:NAME &lt;old-dir-path&gt; &lt;new-name&gt;"</t>
8039                        </list>
8040                    </t>
8041                    <t>where &lt;old-dir-path&gt; is the old absolute path name of the directory
8042                    (encapsulated into apostrophes), which name is changes and &lt;new-name&gt; is
8043                    the new name of the directory, encapsulated into apostrophes.</t>
8044                </section>
8045    
8046                <section title="Number of database instruments changed" anchor="SUBSCRIBE DB_INSTRUMENT_COUNT">
8047                    <t>Client may want to be notified when the number of instruments
8048                    in a particular directory in the instruments database
8049                    is changed by issuing the following command:</t>
8050                    <t>
8051                        <list>
8052                            <t>SUBSCRIBE DB_INSTRUMENT_COUNT</t>
8053                        </list>
8054                    </t>
8055                    <t>Server will start sending the following notification messages:</t>
8056                    <t>
8057                        <list>
8058                            <t>"NOTIFY:DB_INSTRUMENT_COUNT:&lt;dir-path&gt;"</t>
8059                        </list>
8060                    </t>
8061                    <t>where &lt;dir-path&gt; will be replaced by the absolute path
8062                    name of the directory in the instruments database,
8063                    in which the number of instruments is changed.</t>
8064                    <t>Note that when a non-empty directory is removed, this event
8065                    is not sent for the instruments in that directory.</t>
8066                </section>
8067    
8068                <section title="Database instrument information changed" anchor="SUBSCRIBE DB_INSTRUMENT_INFO">
8069                    <t>Client may want to be notified when changes were made to instruments
8070                    in the instruments database by issuing the following command:</t>
8071                    <t>
8072                        <list>
8073                            <t>SUBSCRIBE DB_INSTRUMENT_INFO</t>
8074                        </list>
8075                    </t>
8076                    <t>Server will start sending the following notification messages:</t>
8077                    <t>
8078                        <list>
8079                            <t>"NOTIFY:DB_INSTRUMENT_INFO:&lt;instr-path&gt;"</t>
8080                        </list>
8081                    </t>
8082                    <t>where &lt;instr-path&gt; will be replaced by the absolute path name
8083                    of the instrument, which settings are changed. The front-end will have to send
8084                    the respective command to actually get the updated directory info. Because these messages
8085                    will be triggered by LSCP commands issued by other clients rather than real
8086                    time events happening on the server, it is believed that an empty notification
8087                    message is sufficient here.</t>
8088                    <t>
8089                        <list>
8090                            <t>"NOTIFY:DB_INSTRUMENT_INFO:NAME &lt;old-instr-path&gt; &lt;new-name&gt;"</t>
8091                        </list>
8092                    </t>
8093                    <t>where &lt;old-instr-path&gt; is the old absolute path name of the instrument
8094                    (encapsulated into apostrophes), which name is changes and &lt;new-name&gt; is
8095                    the new name of the instrument, encapsulated into apostrophes.</t>
8096                </section>
8097    
8098                <section title="Database job status information changed" anchor="SUBSCRIBE DB_INSTRUMENTS_JOB_INFO">
8099                    <t>Client may want to be notified when the status of particular database
8100                    instruments job is changed by issuing the following command:</t>
8101                    <t>
8102                        <list>
8103                            <t>SUBSCRIBE DB_INSTRUMENTS_JOB_INFO</t>
8104                        </list>
8105                    </t>
8106                    <t>Server will start sending the following notification messages:</t>
8107                    <t>
8108                        <list>
8109                            <t>"NOTIFY:DB_INSTRUMENTS_JOB_INFO:&lt;job-id&gt;"</t>
8110                        </list>
8111                    </t>
8112                    <t>where &lt;job-id&gt; will be replaced by the numerical ID of the job,
8113                    which status is changed. The front-end will have to send the respective
8114                    command to actually get the status info. Because these messages
8115                    will be triggered by LSCP commands issued by other clients rather than real
8116                    time events happening on the server, it is believed that an empty notification
8117                    message is sufficient here.</t>
8118                </section>
8119    
8120              <section title="Miscellaneous and debugging events" anchor="SUBSCRIBE MISCELLANEOUS">              <section title="Miscellaneous and debugging events" anchor="SUBSCRIBE MISCELLANEOUS">
8121                  <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
8122                  the server by issuing the following command:</t>                  the server by issuing the following command:</t>
# Line 3459  Schoenebeck'> Line 8171  Schoenebeck'>
8171                      <date year="1997"></date>                      <date year="1997"></date>
8172                  </front>                  </front>
8173                  <seriesInfo name="RFC" value="2119" />                  <seriesInfo name="RFC" value="2119" />
                 <seriesInfo name="STD" value="1" />  
8174              </reference>              </reference>
8175              <reference anchor="RFC793">              <reference anchor="RFC793">
8176                  <front>                  <front>
# Line 3470  Schoenebeck'> Line 8181  Schoenebeck'>
8181                      <date year="1981"></date>                      <date year="1981"></date>
8182                  </front>                  </front>
8183                  <seriesInfo name="RFC" value="793" />                  <seriesInfo name="RFC" value="793" />
8184                  <seriesInfo name="STD" value="1" />              </reference>
8185                <reference anchor="RFC2234">
8186                    <front>
8187                        <title>Augmented BNF for Syntax Specifications</title>
8188                        <author initials="D.H." surname="Crocker" fullname="David H. Crocker">
8189                            <organization>Internet Mail Consortium</organization>
8190                        </author>
8191                        <author initials="P." surname="Overell" fullname="Paul Overell">
8192                            <organization>Demon Internet Ltd</organization>
8193                        </author>
8194                        <date year="1997"></date>
8195                    </front>
8196                    <seriesInfo name="RFC" value="2234" />
8197                </reference>
8198                <reference anchor="RFC20">
8199                    <front>
8200                        <title>ASCII format for Network Interchange</title>
8201                        <author>
8202                            <organization>UCLA</organization>
8203                        </author>
8204                        <date year="1969"></date>
8205                    </front>
8206                    <seriesInfo name="RFC" value="20" />
8207              </reference>              </reference>
8208           </references>           </references>
8209      </back>      </back>

Legend:
Removed from v.571  
changed lines
  Added in v.2137

  ViewVC Help
Powered by ViewVC