/[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 1296 by iliev, Wed Aug 15 17:43:34 2007 UTC revision 2137 by schoenebeck, Mon Oct 4 12:20:23 2010 UTC
# Line 16  Line 16 
16       to an annoying "missing Normative/Informative References" error message -->       to an annoying "missing Normative/Informative References" error message -->
17  <?rfc strict="no" ?>  <?rfc strict="no" ?>
18    
19  <rfc category="std" ipr="full3978" docName="LSCP 1.2cvs">  <rfc category="std" ipr="full3978" docName="LSCP 1.5">
20      <front>      <front>
21          <title>LinuxSampler Control Protocol (draft)</title>          <title>LinuxSampler Control Protocol</title>
22          <author initials='C.S.' surname="Schoenebeck" fullname='C.          <author initials='C.S.' surname="Schoenebeck" fullname='C.
23  Schoenebeck'>  Schoenebeck'>
24              <organization>              <organization>
# Line 34  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="June" year="2007"/>          <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 2162  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 2443  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 2502  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 2527  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 2551  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 3255  Schoenebeck'> Line 3275  Schoenebeck'>
3275                      sampler channel on which the effect send should be created on, &lt;midi-ctrl&gt;                      sampler channel on which the effect send should be created on, &lt;midi-ctrl&gt;
3276                      is a number between 0..127 defining the MIDI controller which can alter the                      is a number between 0..127 defining the MIDI controller which can alter the
3277                      effect send level and &lt;name&gt; is an optional argument defining a name                      effect send level and &lt;name&gt; is an optional argument defining a name
3278                      for the effect send entity. The name does not have to be unique.</t>                      for the effect send entity. The name does not have to be unique, but MUST be
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                      <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                      are automatically routed to the last audio channels of the sampler channel's
# Line 3445  Schoenebeck'> Line 3467  Schoenebeck'>
3467                                  <list>                                  <list>
3468                                      <t>NAME -                                      <t>NAME -
3469                                          <list>                                          <list>
3470                                              <t>name of the effect send entity</t>                                              <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>                                          </list>
3474                                      </t>                                      </t>
3475                                      <t>MIDI_CONTROLLER -                                      <t>MIDI_CONTROLLER -
# Line 3508  Schoenebeck'> Line 3532  Schoenebeck'>
3532                      as returned by the <xref target="CREATE FX_SEND">"CREATE FX_SEND"</xref>                      as returned by the <xref target="CREATE FX_SEND">"CREATE FX_SEND"</xref>
3533                      or <xref target="LIST FX_SENDS">"LIST FX_SENDS"</xref> command and                      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                      &lt;name&gt; is the new name of the effect send entity, which
3535                      does not have to be unique.</t>                      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>                      <t>Possible Answers:</t>
3541                      <t>                      <t>
# Line 3691  Schoenebeck'> Line 3718  Schoenebeck'>
3718                      </t>                      </t>
3719                  </section>                  </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 3912  Schoenebeck'> Line 4004  Schoenebeck'>
4004                      </t>                      </t>
4005                  </section>                  </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 3959  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 4045  Schoenebeck'> Line 4157  Schoenebeck'>
4157                          </list>                          </list>
4158                      </t>                      </t>
4159                  </section>                  </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>              </section>
4298    
4299    
# Line 4075  Schoenebeck'> Line 4324  Schoenebeck'>
4324                  cause the sampler to switch to the respective instrument as                  cause the sampler to switch to the respective instrument as
4325                  reflected by the current MIDI instrument map.</t>                  reflected by the current MIDI instrument map.</t>
4326    
4327                  <section title="Create a new MIDI instrument map" anchor="ADD MIDI_INSTRUMENT MAP">                  <section title="Create a new MIDI instrument map" anchor="ADD MIDI_INSTRUMENT_MAP">
4328                      <t>The front-end can add a new MIDI instrument map by sending                      <t>The front-end can add a new MIDI instrument map by sending
4329                      the following command:</t>                      the following command:</t>
4330                      <t>                      <t>
# Line 4085  Schoenebeck'> Line 4334  Schoenebeck'>
4334                      </t>                      </t>
4335                      <t>Where &lt;name&gt; is an optional argument allowing to                      <t>Where &lt;name&gt; is an optional argument allowing to
4336                      assign a custom name to the new map. MIDI instrument Map                      assign a custom name to the new map. MIDI instrument Map
4337                      names do not have to be unique.</t>                      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>                      <t>Possible Answers:</t>
4343                      <t>                      <t>
# Line 4256  Schoenebeck'> Line 4508  Schoenebeck'>
4508                                      <t>NAME -                                      <t>NAME -
4509                                          <list>                                          <list>
4510                                              <t>custom name of the given map,                                              <t>custom name of the given map,
4511                                              which does not have to be unique</t>                                              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>                                          </list>
4515                                      </t>                                      </t>
4516                                      <t>DEFAULT -                                      <t>DEFAULT -
# Line 4292  Schoenebeck'> Line 4546  Schoenebeck'>
4546                      </t>                      </t>
4547                      <t>Where &lt;map&gt; is the numerical ID of the map and                      <t>Where &lt;map&gt; is the numerical ID of the map and
4548                      &lt;name&gt; the new custom name of the map, which does not                      &lt;name&gt; the new custom name of the map, which does not
4549                      have to be unique.</t>                      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>                      <t>Possible Answers:</t>
4555                      <t>                      <t>
# Line 4423  Schoenebeck'> Line 4680  Schoenebeck'>
4680                      load modes of entries, the frontend should retrieve the actual                      load modes of entries, the frontend should retrieve the actual
4681                      mode by i.e. sending                      mode by i.e. sending
4682                      <xref target="GET MIDI_INSTRUMENT INFO">"GET MIDI_INSTRUMENT INFO"</xref>                      <xref target="GET MIDI_INSTRUMENT INFO">"GET MIDI_INSTRUMENT INFO"</xref>
4683                      command(s). Finally the OPTIONAL &lt;name&gt; argument allows to                      command(s). Finally the OPTIONAL &lt;name&gt; argument allows to set a custom name
4684                      set a custom name (encapsulated into apostrophes) for the mapping                      (encapsulated into apostrophes, supporting escape sequences as described in chapter
4685                      entry, useful for frontends for displaying an appropriate name for                      "<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                      mapped instruments (using
4688                      <xref target="GET MIDI_INSTRUMENT INFO">"GET MIDI_INSTRUMENT INFO"</xref>).                      <xref target="GET MIDI_INSTRUMENT INFO">"GET MIDI_INSTRUMENT INFO"</xref>).
4689                      </t>                      </t>
# Line 4649  Schoenebeck'> Line 4907  Schoenebeck'>
4907                                      name for this mapped instrument. It can be set and                                      name for this mapped instrument. It can be set and
4908                                      changed with the                                      changed with the
4909                                      <xref target="MAP MIDI_INSTRUMENT">"MAP MIDI_INSTRUMENT"</xref>                                      <xref target="MAP MIDI_INSTRUMENT">"MAP MIDI_INSTRUMENT"</xref>
4910                                      command and does not have to be unique.</t>                                      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>                                  </list>
4914                              </t>                              </t>
4915                              <t>"ENGINE_NAME" -                              <t>"ENGINE_NAME" -
# Line 4660  Schoenebeck'> Line 4920  Schoenebeck'>
4920                              </t>                              </t>
4921                              <t>"INSTRUMENT_FILE" -                              <t>"INSTRUMENT_FILE" -
4922                                  <list>                                  <list>
4923                                      <t>File name of the instrument.</t>                                      <t>File name of the instrument
4924                                        (note that this path may contain
4925                                        <xref target="character_set">escape sequences</xref>).</t>
4926                                  </list>                                  </list>
4927                              </t>                              </t>
4928                              <t>"INSTRUMENT_NR" -                              <t>"INSTRUMENT_NR" -
# Line 4672  Schoenebeck'> Line 4934  Schoenebeck'>
4934                                  <list>                                  <list>
4935                                      <t>Name of the loaded instrument as reflected by its file.                                      <t>Name of the loaded instrument as reflected by its file.
4936                                      In contrast to the "NAME" field, the "INSTRUMENT_NAME" field                                      In contrast to the "NAME" field, the "INSTRUMENT_NAME" field
4937                                      cannot be changed.</t>                                      cannot be changed (note that this character string may contain
4938                                        <xref target="character_set">escape sequences</xref>).</t>
4939                                  </list>                                  </list>
4940                              </t>                              </t>
4941                              <t>"LOAD_MODE" -                              <t>"LOAD_MODE" -
# Line 4760  Schoenebeck'> Line 5023  Schoenebeck'>
5023              <section title="Managing Instruments Database" anchor="Managing Instruments Database">              <section title="Managing Instruments Database" anchor="Managing Instruments Database">
5024                  <t>The following commands describe how to use and manage                  <t>The following commands describe how to use and manage
5025                  the instruments database.</t>                  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">                  <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                      <t>The front-end can add a new instrument directory to the
# Line 4937  Schoenebeck'> Line 5212  Schoenebeck'>
5212                                  <list>                                  <list>
5213                                      <t>DESCRIPTION -                                      <t>DESCRIPTION -
5214                                          <list>                                          <list>
5215                                              <t>A brief description of the directory content</t>                                              <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>                                          </list>
5219                                      </t>                                      </t>
5220                                      <t>CREATED -                                      <t>CREATED -
# Line 5101  Schoenebeck'> Line 5378  Schoenebeck'>
5378                          </list>                          </list>
5379                      </t>                      </t>
5380                      <t>Where &lt;dir&gt; is the absolute path name of the directory and                      <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.</t>                      &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>                      <t>Possible Answers:</t>
5386                      <t>                      <t>
# Line 5146  Schoenebeck'> Line 5425  Schoenebeck'>
5425                        <t>NAME='&lt;search-string&gt;'                        <t>NAME='&lt;search-string&gt;'
5426                            <list>                            <list>
5427                                <t>Restricts the search to directories, which names                                <t>Restricts the search to directories, which names
5428                                satisfy the supplied search string.</t>                                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>                            </list>
5432                        </t>                        </t>
5433    
# Line 5177  Schoenebeck'> Line 5458  Schoenebeck'>
5458                        <t>DESCRIPTION='&lt;search-string&gt;'                        <t>DESCRIPTION='&lt;search-string&gt;'
5459                            <list>                            <list>
5460                                <t>Restricts the search to directories with description                                <t>Restricts the search to directories with description
5461                                that satisfies the supplied search string.</t>                                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>                            </list>
5466                        </t>                        </t>
5467                      </t>                      </t>
# Line 5218  Schoenebeck'> Line 5502  Schoenebeck'>
5502                      to the instruments database by sending the following command:</t>                      to the instruments database by sending the following command:</t>
5503                      <t>                      <t>
5504                          <list>                          <list>
5505                              <t>ADD DB_INSTRUMENTS [NON_MODAL] [&lt;mode&gt;] &lt;db_dir&gt; &lt;file_path&gt; [&lt;instr_index&gt;]</t>                              <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>                          </list>
5507                      </t>                      </t>
5508                      <t>Where &lt;db_dir&gt; is the absolute path name of a directory                      <t>Where &lt;db_dir&gt; is the absolute path name of a directory
# Line 5263  Schoenebeck'> Line 5547  Schoenebeck'>
5547                          </list>                          </list>
5548                      </t>                      </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                   <t>The difference between regular and NON_MODAL versions of the command
5555                      is that the regular command returns when the scanning is finished                      is that the regular command returns when the scanning is finished
5556                      while NON_MODAL version returns immediately and a background process is launched.                      while NON_MODAL version returns immediately and a background process is launched.
# Line 5438  Schoenebeck'> Line 5726  Schoenebeck'>
5726                                  <list>                                  <list>
5727                                      <t>INSTRUMENT_FILE -                                      <t>INSTRUMENT_FILE -
5728                                          <list>                                          <list>
5729                                              <t>File name of the instrument.</t>                                              <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>                                          </list>
5733                                      </t>                                      </t>
5734                                      <t>INSTRUMENT_NR -                                      <t>INSTRUMENT_NR -
# Line 5477  Schoenebeck'> Line 5767  Schoenebeck'>
5767                                      </t>                                      </t>
5768                                      <t>DESCRIPTION -                                      <t>DESCRIPTION -
5769                                          <list>                                          <list>
5770                                              <t>A brief description of the instrument</t>                                              <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>                                          </list>
5774                                      </t>                                      </t>
5775                                      <t>IS_DRUM -                                      <t>IS_DRUM -
# Line 5488  Schoenebeck'> Line 5780  Schoenebeck'>
5780                                      </t>                                      </t>
5781                                      <t>PRODUCT -                                      <t>PRODUCT -
5782                                          <list>                                          <list>
5783                                              <t>The product title of the instrument</t>                                              <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>                                          </list>
5787                                      </t>                                      </t>
5788                                      <t>ARTISTS -                                      <t>ARTISTS -
5789                                          <list>                                          <list>
5790                                              <t>Lists the artist names</t>                                              <t>Lists the artist names.
5791                                                Note that the character string may contain
5792                                                <xref target="character_set">escape sequences</xref>.</t>
5793                                          </list>                                          </list>
5794                                      </t>                                      </t>
5795                                      <t>KEYWORDS -                                      <t>KEYWORDS -
5796                                          <list>                                          <list>
5797                                              <t>Provides a list of keywords that refer to the instrument.                                              <t>Provides a list of keywords that refer to the instrument.
5798                                              Keywords are separated with semicolon and blank.</t>                                              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>                                          </list>
5802                                      </t>                                      </t>
5803                                  </list>                                  </list>
# Line 5656  Schoenebeck'> Line 5954  Schoenebeck'>
5954                          </list>                          </list>
5955                      </t>                      </t>
5956                      <t>Where &lt;instr&gt; is the absolute path name of the instrument and                      <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.</t>                      &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>                      <t>Possible Answers:</t>
5962                      <t>                      <t>
# Line 5701  Schoenebeck'> Line 6001  Schoenebeck'>
6001                        <t>NAME='&lt;search-string&gt;'                        <t>NAME='&lt;search-string&gt;'
6002                            <list>                            <list>
6003                                <t>Restricts the search to instruments, which names                                <t>Restricts the search to instruments, which names
6004                                satisfy the supplied search string.</t>                                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>                            </list>
6008                        </t>                        </t>
6009    
# Line 5743  Schoenebeck'> Line 6045  Schoenebeck'>
6045                        <t>DESCRIPTION='&lt;search-string&gt;'                        <t>DESCRIPTION='&lt;search-string&gt;'
6046                            <list>                            <list>
6047                                <t>Restricts the search to instruments with description                                <t>Restricts the search to instruments with description
6048                                that satisfies the supplied search string.</t>                                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>                            </list>
6052                        </t>                        </t>
6053    
6054                        <t>PRODUCT='&lt;search-string&gt;'                        <t>PRODUCT='&lt;search-string&gt;'
6055                            <list>                            <list>
6056                                <t>Restricts the search to instruments with product info                                <t>Restricts the search to instruments with product info
6057                                that satisfies the supplied search string.</t>                                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>                            </list>
6061                        </t>                        </t>
6062    
6063                        <t>ARTISTS='&lt;search-string&gt;'                        <t>ARTISTS='&lt;search-string&gt;'
6064                            <list>                            <list>
6065                                <t>Restricts the search to instruments with artists info                                <t>Restricts the search to instruments with artists info
6066                                that satisfies the supplied search string.</t>                                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>                            </list>
6070                        </t>                        </t>
6071    
6072                        <t>KEYWORDS='&lt;search-string&gt;'                        <t>KEYWORDS='&lt;search-string&gt;'
6073                            <list>                            <list>
6074                                <t>Restricts the search to instruments with keyword list                                <t>Restricts the search to instruments with keyword list
6075                                that satisfies the supplied search string.</t>                                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>                            </list>
6079                        </t>                        </t>
6080    
# Line 5878  Schoenebeck'> Line 6188  Schoenebeck'>
6188                      </t>                      </t>
6189                  </section>                  </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>              </section>
6286    
         </section>  
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>
6557            </section>
6558    
6559          <section title="Command Syntax" anchor="command_syntax">          <section title="Command Syntax" anchor="command_syntax">
6560              <t>The grammar of the control protocol as descibed in <xref target="control_commands"/>              <t>The grammar of the control protocol as descibed in <xref target="control_commands"/>
6561              is defined below using Backus-Naur Form (BNF as described in <xref target="RFC2234"/>)              is defined below using Backus-Naur Form (BNF as described in <xref target="RFC2234"/>)
# Line 5967  Schoenebeck'> Line 6640  Schoenebeck'>
6640                  </t>                  </t>
6641                  <t>/ EDIT SP edit_instruction                  <t>/ EDIT SP edit_instruction
6642                  </t>                  </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                  <t>/ RESET
6652                  </t>                  </t>
6653                  <t>/ QUIT                  <t>/ QUIT
# Line 5977  Schoenebeck'> Line 6658  Schoenebeck'>
6658          <list>          <list>
6659                  <t>CHANNEL                  <t>CHANNEL
6660                  </t>                  </t>
6661                  <t>/ DB_INSTRUMENT_DIRECTORY SP pathname                  <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>                  </t>
6667                  <t>/ DB_INSTRUMENTS SP NON_MODAL SP scan_mode SP pathname SP pathname                  <t>/ DB_INSTRUMENTS SP scan_mode SP db_path SP filename
6668                  </t>                  </t>
6669                  <t>/ DB_INSTRUMENTS SP scan_mode SP pathname SP pathname                  <t>/ DB_INSTRUMENTS SP scan_mode SP FILE_AS_DIR SP db_path SP filename
6670                  </t>                  </t>
6671                  <t>/ DB_INSTRUMENTS SP NON_MODAL SP pathname SP pathname                  <t>/ DB_INSTRUMENTS SP NON_MODAL SP db_path SP filename
6672                  </t>                  </t>
6673                  <t>/ DB_INSTRUMENTS SP NON_MODAL SP pathname SP pathname SP instrument_index                  <t>/ DB_INSTRUMENTS SP NON_MODAL SP db_path SP filename SP instrument_index
6674                  </t>                  </t>
6675                  <t>/ DB_INSTRUMENTS SP pathname SP pathname                  <t>/ DB_INSTRUMENTS SP db_path SP filename
6676                  </t>                  </t>
6677                  <t>/ DB_INSTRUMENTS SP pathname SP pathname SP instrument_index                  <t>/ DB_INSTRUMENTS SP db_path SP filename SP instrument_index
6678                  </t>                  </t>
6679                  <t>/ MIDI_INSTRUMENT_MAP                  <t>/ MIDI_INSTRUMENT_MAP
6680                  </t>                  </t>
6681                  <t>/ MIDI_INSTRUMENT_MAP SP map_name                  <t>/ MIDI_INSTRUMENT_MAP SP map_name
6682                  </t>                  </t>
6683                    <t>/ SEND_EFFECT_CHAIN SP device_index
6684                    </t>
6685          </list>          </list>
6686  </t>  </t>
6687  <t>subscribe_event =  <t>subscribe_event =
# Line 6009  Schoenebeck'> Line 6696  Schoenebeck'>
6696                  </t>                  </t>
6697                  <t>/ CHANNEL_COUNT                  <t>/ CHANNEL_COUNT
6698                  </t>                  </t>
6699                    <t>/ CHANNEL_MIDI
6700                    </t>
6701                    <t>/ DEVICE_MIDI
6702                    </t>
6703                  <t>/ VOICE_COUNT                  <t>/ VOICE_COUNT
6704                  </t>                  </t>
6705                  <t>/ STREAM_COUNT                  <t>/ STREAM_COUNT
# Line 6041  Schoenebeck'> Line 6732  Schoenebeck'>
6732                  </t>                  </t>
6733                  <t>/ MISCELLANEOUS                  <t>/ MISCELLANEOUS
6734                  </t>                  </t>
6735                    <t>/ TOTAL_STREAM_COUNT
6736                    </t>
6737                  <t>/ TOTAL_VOICE_COUNT                  <t>/ TOTAL_VOICE_COUNT
6738                  </t>                  </t>
6739                  <t>/ GLOBAL_INFO                  <t>/ GLOBAL_INFO
# Line 6059  Schoenebeck'> Line 6752  Schoenebeck'>
6752                  </t>                  </t>
6753                  <t>/ CHANNEL_COUNT                  <t>/ CHANNEL_COUNT
6754                  </t>                  </t>
6755                    <t>/ CHANNEL_MIDI
6756                    </t>
6757                    <t>/ DEVICE_MIDI
6758                    </t>
6759                  <t>/ VOICE_COUNT                  <t>/ VOICE_COUNT
6760                  </t>                  </t>
6761                  <t>/ STREAM_COUNT                  <t>/ STREAM_COUNT
# Line 6091  Schoenebeck'> Line 6788  Schoenebeck'>
6788                  </t>                  </t>
6789                  <t>/ MISCELLANEOUS                  <t>/ MISCELLANEOUS
6790                  </t>                  </t>
6791                    <t>/ TOTAL_STREAM_COUNT
6792                    </t>
6793                  <t>/ TOTAL_VOICE_COUNT                  <t>/ TOTAL_VOICE_COUNT
6794                  </t>                  </t>
6795                  <t>/ GLOBAL_INFO                  <t>/ GLOBAL_INFO
# Line 6123  Schoenebeck'> Line 6822  Schoenebeck'>
6822                  </t>                  </t>
6823                  <t>/ MIDI_INSTRUMENT_MAP SP ALL                  <t>/ MIDI_INSTRUMENT_MAP SP ALL
6824                  </t>                  </t>
6825                  <t>/ DB_INSTRUMENT_DIRECTORY SP FORCE SP pathname                  <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>                  </t>
6829                  <t>/ DB_INSTRUMENT_DIRECTORY SP pathname                  <t>/ FX_SEND SP SEND_EFFECT SP sampler_channel SP fx_send_id
6830                  </t>                  </t>
6831                  <t>/ DB_INSTRUMENT SP pathname                  <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>                  </t>
6837          </list>          </list>
6838  </t>  </t>
# Line 6135  Schoenebeck'> Line 6840  Schoenebeck'>
6840          <list>          <list>
6841                  <t>AVAILABLE_ENGINES                  <t>AVAILABLE_ENGINES
6842                  </t>                  </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                  <t>/ AVAILABLE_MIDI_INPUT_DRIVERS
6858                  </t>                  </t>
6859                  <t>/ MIDI_INPUT_DRIVER SP INFO SP string                  <t>/ MIDI_INPUT_DRIVER SP INFO SP string
# Line 6181  Schoenebeck'> Line 6900  Schoenebeck'>
6900                  </t>                  </t>
6901                  <t>/ SERVER SP INFO                  <t>/ SERVER SP INFO
6902                  </t>                  </t>
6903                    <t>/ TOTAL_STREAM_COUNT
6904                    </t>
6905                  <t>/ TOTAL_VOICE_COUNT                  <t>/ TOTAL_VOICE_COUNT
6906                  </t>                  </t>
6907                  <t>/ TOTAL_VOICE_COUNT_MAX                  <t>/ TOTAL_VOICE_COUNT_MAX
# Line 6199  Schoenebeck'> Line 6920  Schoenebeck'>
6920                  </t>                  </t>
6921                  <t>/ FX_SEND SP INFO SP sampler_channel SP fx_send_id                  <t>/ FX_SEND SP INFO SP sampler_channel SP fx_send_id
6922                  </t>                  </t>
6923                  <t>/ DB_INSTRUMENT_DIRECTORIES SP RECURSIVE SP pathname                  <t>/ DB_INSTRUMENT_DIRECTORIES SP RECURSIVE SP db_path
6924                  </t>                  </t>
6925                  <t>/ DB_INSTRUMENT_DIRECTORIES SP pathname                  <t>/ DB_INSTRUMENT_DIRECTORIES SP db_path
6926                  </t>                  </t>
6927                  <t>/ DB_INSTRUMENT_DIRECTORY SP INFO SP pathname                  <t>/ DB_INSTRUMENT_DIRECTORY SP INFO SP db_path
6928                  </t>                  </t>
6929                  <t>/ DB_INSTRUMENTS SP RECURSIVE SP pathname                  <t>/ DB_INSTRUMENTS SP RECURSIVE SP db_path
6930                  </t>                  </t>
6931                  <t>/ DB_INSTRUMENTS SP pathname                  <t>/ DB_INSTRUMENTS SP db_path
6932                  </t>                  </t>
6933                  <t>/ DB_INSTRUMENT SP INFO SP pathname                  <t>/ DB_INSTRUMENT SP INFO SP db_path
6934                  </t>                  </t>
6935                  <t>/ DB_INSTRUMENTS_JOB SP INFO SP number                  <t>/ DB_INSTRUMENTS_JOB SP INFO SP number
6936                  </t>                  </t>
6937                  <t>/ VOLUME                  <t>/ VOLUME
6938                  </t>                  </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>          </list>
6948  </t>  </t>
6949  <t>set_instruction =  <t>set_instruction =
# Line 6229  Schoenebeck'> Line 6958  Schoenebeck'>
6958                  </t>                  </t>
6959                  <t>/ MIDI_INPUT_PORT_PARAMETER SP number SP number SP string '=' param_val_list                  <t>/ MIDI_INPUT_PORT_PARAMETER SP number SP number SP string '=' param_val_list
6960                  </t>                  </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                  <t>/ CHANNEL SP set_chan_instruction
6964                  </t>                  </t>
6965                  <t>/ MIDI_INSTRUMENT_MAP SP NAME SP midi_map SP map_name                  <t>/ MIDI_INSTRUMENT_MAP SP NAME SP midi_map SP map_name
# Line 6241  Schoenebeck'> Line 6972  Schoenebeck'>
6972                  </t>                  </t>
6973                  <t>/ FX_SEND SP LEVEL SP sampler_channel SP fx_send_id SP volume_value                  <t>/ FX_SEND SP LEVEL SP sampler_channel SP fx_send_id SP volume_value
6974                  </t>                  </t>
6975                  <t>/ DB_INSTRUMENT_DIRECTORY SP NAME SP pathname SP dirname                  <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>                  </t>
6981                  <t>/ DB_INSTRUMENT_DIRECTORY SP DESCRIPTION SP pathname SP stringval                  <t>/ DB_INSTRUMENT SP NAME SP db_path SP stringval_escaped
6982                  </t>                  </t>
6983                  <t>/ DB_INSTRUMENT SP NAME SP pathname SP dirname                  <t>/ DB_INSTRUMENT SP DESCRIPTION SP db_path SP stringval_escaped
6984                  </t>                  </t>
6985                  <t>/ DB_INSTRUMENT SP DESCRIPTION SP pathname SP stringval                  <t>/ DB_INSTRUMENT SP FILE_PATH SP filename SP filename
6986                  </t>                  </t>
6987                  <t>/ ECHO SP boolean                  <t>/ ECHO SP boolean
6988                  </t>                  </t>
6989                  <t>/ VOLUME SP volume_value                  <t>/ VOLUME SP volume_value
6990                  </t>                  </t>
6991                    <t>/ VOICES SP number
6992                    </t>
6993                    <t>/ STREAMS SP number
6994                    </t>
6995          </list>          </list>
6996  </t>  </t>
6997  <t>create_instruction =  <t>create_instruction =
# Line 6269  Schoenebeck'> Line 7008  Schoenebeck'>
7008                  </t>                  </t>
7009                  <t>/ FX_SEND SP sampler_channel SP midi_ctrl SP fx_send_name                  <t>/ FX_SEND SP sampler_channel SP midi_ctrl SP fx_send_name
7010                  </t>                  </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>          </list>
7016  </t>  </t>
7017  <t>reset_instruction =  <t>reset_instruction =
# Line 6287  Schoenebeck'> Line 7030  Schoenebeck'>
7030  </t>  </t>
7031  <t>find_instruction =  <t>find_instruction =
7032          <list>          <list>
7033                  <t>DB_INSTRUMENTS SP NON_RECURSIVE SP pathname SP query_val_list                  <t>DB_INSTRUMENTS SP NON_RECURSIVE SP db_path SP query_val_list
7034                  </t>                  </t>
7035                  <t>/ DB_INSTRUMENTS SP pathname SP query_val_list                  <t>/ DB_INSTRUMENTS SP db_path SP query_val_list
7036                  </t>                  </t>
7037                  <t>/ DB_INSTRUMENT_DIRECTORIES SP NON_RECURSIVE SP pathname SP query_val_list                  <t>/ DB_INSTRUMENT_DIRECTORIES SP NON_RECURSIVE SP db_path SP query_val_list
7038                  </t>                  </t>
7039                  <t>/ DB_INSTRUMENT_DIRECTORIES SP pathname SP query_val_list                  <t>/ DB_INSTRUMENT_DIRECTORIES SP db_path SP query_val_list
7040                    </t>
7041                    <t>/ LOST SP DB_INSTRUMENT_FILES
7042                  </t>                  </t>
7043          </list>          </list>
7044  </t>  </t>
7045  <t>move_instruction =  <t>move_instruction =
7046          <list>          <list>
7047                  <t>DB_INSTRUMENT_DIRECTORY SP pathname SP pathname                  <t>DB_INSTRUMENT_DIRECTORY SP db_path SP db_path
7048                  </t>                  </t>
7049                  <t>/ DB_INSTRUMENT SP pathname SP pathname                  <t>/ DB_INSTRUMENT SP db_path SP db_path
7050                  </t>                  </t>
7051          </list>          </list>
7052  </t>  </t>
7053  <t>copy_instruction =  <t>copy_instruction =
7054          <list>          <list>
7055                  <t>DB_INSTRUMENT_DIRECTORY SP pathname SP pathname                  <t>DB_INSTRUMENT_DIRECTORY SP db_path SP db_path
7056                  </t>                  </t>
7057                  <t>/ DB_INSTRUMENT SP pathname SP pathname                  <t>/ DB_INSTRUMENT SP db_path SP db_path
7058                  </t>                  </t>
7059          </list>          </list>
7060  </t>  </t>
# Line 6321  Schoenebeck'> Line 7066  Schoenebeck'>
7066                  </t>                  </t>
7067                  <t>/ FX_SEND SP sampler_channel SP fx_send_id                  <t>/ FX_SEND SP sampler_channel SP fx_send_id
7068                  </t>                  </t>
7069                    <t>/ EFFECT_INSTANCE SP number
7070                    </t>
7071          </list>          </list>
7072  </t>  </t>
7073  <t>load_instruction =  <t>load_instruction =
# Line 6331  Schoenebeck'> Line 7078  Schoenebeck'>
7078                  </t>                  </t>
7079          </list>          </list>
7080  </t>  </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 =  <t>set_chan_instruction =
7094          <list>          <list>
7095                  <t>AUDIO_OUTPUT_DEVICE SP sampler_channel SP device_index                  <t>AUDIO_OUTPUT_DEVICE SP sampler_channel SP device_index
# Line 6365  Schoenebeck'> Line 7124  Schoenebeck'>
7124  </t>  </t>
7125  <t>edit_instruction =  <t>edit_instruction =
7126          <list>          <list>
7127                  <t>INSTRUMENT SP sampler_channel                  <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>                  </t>
7135          </list>          </list>
7136  </t>  </t>
# Line 6403  Schoenebeck'> Line 7168  Schoenebeck'>
7168                  </t>                  </t>
7169                  <t>/ AVAILABLE_ENGINES                  <t>/ AVAILABLE_ENGINES
7170                  </t>                  </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                  <t>/ AVAILABLE_MIDI_INPUT_DRIVERS
7178                  </t>                  </t>
7179                  <t>/ AVAILABLE_AUDIO_OUTPUT_DRIVERS                  <t>/ AVAILABLE_AUDIO_OUTPUT_DRIVERS
# Line 6415  Schoenebeck'> Line 7186  Schoenebeck'>
7186                  </t>                  </t>
7187                  <t>/ FX_SENDS SP sampler_channel                  <t>/ FX_SENDS SP sampler_channel
7188                  </t>                  </t>
7189                  <t>/ DB_INSTRUMENT_DIRECTORIES SP RECURSIVE SP pathname                  <t>/ DB_INSTRUMENT_DIRECTORIES SP RECURSIVE SP db_path
7190                    </t>
7191                    <t>/ DB_INSTRUMENT_DIRECTORIES SP db_path
7192                  </t>                  </t>
7193                  <t>/ DB_INSTRUMENT_DIRECTORIES SP pathname                  <t>/ DB_INSTRUMENTS SP RECURSIVE SP db_path
7194                  </t>                  </t>
7195                  <t>/ DB_INSTRUMENTS SP RECURSIVE SP pathname                  <t>/ DB_INSTRUMENTS SP db_path
7196                  </t>                  </t>
7197                  <t>/ DB_INSTRUMENTS SP pathname                  <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>                  </t>
7205          </list>          </list>
7206  </t>  </t>
# Line 6449  Schoenebeck'> Line 7228  Schoenebeck'>
7228                  </t>                  </t>
7229          </list>          </list>
7230  </t>  </t>
7231    <t>effect_instance =
7232            <list>
7233                    <t>number
7234                    </t>
7235            </list>
7236    </t>
7237  <t>device_index =  <t>device_index =
7238          <list>          <list>
7239                  <t>number                  <t>number
# Line 6519  Schoenebeck'> Line 7304  Schoenebeck'>
7304                  </t>                  </t>
7305          </list>          </list>
7306  </t>  </t>
7307    <t>control_value =
7308            <list>
7309                    <t>real
7310                    </t>
7311            </list>
7312    </t>
7313  <t>sampler_channel =  <t>sampler_channel =
7314          <list>          <list>
7315                  <t>number                  <t>number
# Line 6543  Schoenebeck'> Line 7334  Schoenebeck'>
7334                  </t>                  </t>
7335          </list>          </list>
7336  </t>  </t>
7337  <t>pathname =  <t>filename =
7338          <list>          <list>
7339                  <t>stringval                  <t>path
7340                  </t>                  </t>
7341          </list>          </list>
7342  </t>  </t>
7343  <t>dirname =  <t>db_path =
7344          <list>          <list>
7345                  <t>stringval                  <t>path
7346                  </t>                  </t>
7347          </list>          </list>
7348  </t>  </t>
7349  <t>filename =  <t>map_name =
7350          <list>          <list>
7351                  <t>stringval_escaped                  <t>stringval_escaped
7352                  </t>                  </t>
7353          </list>          </list>
7354  </t>  </t>
7355  <t>map_name =  <t>entry_name =
7356          <list>          <list>
7357                  <t>stringval                  <t>stringval_escaped
7358                  </t>                  </t>
7359          </list>          </list>
7360  </t>  </t>
7361  <t>entry_name =  <t>fx_send_name =
7362          <list>          <list>
7363                  <t>stringval                  <t>stringval_escaped
7364                  </t>                  </t>
7365          </list>          </list>
7366  </t>  </t>
7367  <t>fx_send_name =  <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>          <list>
7381                  <t>stringval                  <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>                  </t>
7395          </list>          </list>
7396  </t>  </t>
# Line 6587  Schoenebeck'> Line 7402  Schoenebeck'>
7402                  </t>                  </t>
7403          </list>          </list>
7404  </t>  </t>
7405    
7406  <t>param_val =  <t>param_val =
7407          <list>          <list>
7408                  <t>string                  <t>string
# Line 6609  Schoenebeck'> Line 7425  Schoenebeck'>
7425  </t>  </t>
7426  <t>query_val =  <t>query_val =
7427          <list>          <list>
7428                  <t>string                  <t>text_escaped
7429                  </t>                  </t>
7430                  <t>/ stringval                  <t>/ stringval_escaped
7431                  </t>                  </t>
7432          </list>          </list>
7433  </t>  </t>
# Line 6625  Schoenebeck'> Line 7441  Schoenebeck'>
7441                  </t>                  </t>
7442          </list>          </list>
7443  </t>  </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 !!! -->              <!-- GRAMMAR_BNF_END - do NOT delete or modify this line !!! -->
7458    
# Line 6658  Schoenebeck'> Line 7486  Schoenebeck'>
7486                  where escape characters are now supported, a backslash characters                  where escape characters are now supported, a backslash characters
7487                  MUST be escaped as well (that is as double backslash), whereas                  MUST be escaped as well (that is as double backslash), whereas
7488                  in the old versions a single backslash was sufficient.</t>                  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>              </section>
7573          </section>          </section>
7574    
# Line 6762  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 6899  Schoenebeck'> Line 7860  Schoenebeck'>
7860                  all currently active voices.</t>                  all currently active voices.</t>
7861              </section>              </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">              <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                  <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>                  back-end changes by issuing the following command:</t>
# Line 6997  Schoenebeck'> Line 7976  Schoenebeck'>
7976                          replaced by the optional dotted floating point value, reflecting the                          replaced by the optional dotted floating point value, reflecting the
7977                          new global volume parameter.</t>                          new global volume parameter.</t>
7978                      </list>                      </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>                  </t>
7992              </section>              </section>
7993    

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

  ViewVC Help
Powered by ViewVC