/[svn]/web/trunk/www.linuxsampler.org/api/draft-linuxsampler-protocol.html
ViewVC logotype

Diff of /web/trunk/www.linuxsampler.org/api/draft-linuxsampler-protocol.html

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

revision 1006 by schoenebeck, Fri Dec 29 20:27:15 2006 UTC revision 2139 by schoenebeck, Mon Oct 4 22:17:58 2010 UTC
# Line 3  Line 3 
3  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
4  <meta name="description" content="LinuxSampler Control Protocol">  <meta name="description" content="LinuxSampler Control Protocol">
5  <meta name="keywords" content="LSCP">  <meta name="keywords" content="LSCP">
6  <meta name="generator" content="xml2rfc v1.31 (http://xml.resource.org/)">  <meta name="generator" content="xml2rfc v1.35 (http://xml.resource.org/)">
7  <style type='text/css'><!--  <style type='text/css'><!--
8          body {          body {
9                  font-family: verdana, charcoal, helvetica, arial, sans-serif;                  font-family: verdana, charcoal, helvetica, arial, sans-serif;
10                  font-size: small; color: #000; background-color: #FFF;                  font-size: small; color: #000; background-color: #FFF;
11                  margin: 2em;                  margin: 2em;
12          }          }
13          h1, h2, h3, h4, h5, h6 {          h1, h2, h3, h4, h5, h6 {
14                  font-family: helvetica, monaco, "MS Sans Serif", arial, sans-serif;                  font-family: helvetica, monaco, "MS Sans Serif", arial, sans-serif;
15                  font-weight: bold; font-style: normal;                  font-weight: bold; font-style: normal;
16          }          }
17          h1 { color: #900; background-color: transparent; text-align: right; }          h1 { color: #900; background-color: transparent; text-align: right; }
18          h3 { color: #333; background-color: transparent; }          h3 { color: #333; background-color: transparent; }
19    
20          td.RFCbug {          td.RFCbug {
21                  font-size: x-small; text-decoration: none;                  font-size: x-small; text-decoration: none;
22                  width: 30px; height: 30px; padding-top: 2px;                  width: 30px; height: 30px; padding-top: 2px;
23                  text-align: justify; vertical-align: middle;                  text-align: justify; vertical-align: middle;
24                  background-color: #000;                  background-color: #000;
25          }          }
26          td.RFCbug span.RFC {          td.RFCbug span.RFC {
27                  font-family: monaco, charcoal, geneva, "MS Sans Serif", helvetica, verdana, sans-serif;                  font-family: monaco, charcoal, geneva, "MS Sans Serif", helvetica, verdana, sans-serif;
28                  font-weight: bold; color: #666;                  font-weight: bold; color: #666;
29          }          }
30          td.RFCbug span.hotText {          td.RFCbug span.hotText {
31                  font-family: charcoal, monaco, geneva, "MS Sans Serif", helvetica, verdana, sans-serif;                  font-family: charcoal, monaco, geneva, "MS Sans Serif", helvetica, verdana, sans-serif;
32                  font-weight: normal; text-align: center; color: #FFF;                  font-weight: normal; text-align: center; color: #FFF;
33          }          }
34    
35          table.TOCbug { width: 30px; height: 15px; }          table.TOCbug { width: 30px; height: 15px; }
36          td.TOCbug {          td.TOCbug {
37                  text-align: center; width: 30px; height: 15px;                  text-align: center; width: 30px; height: 15px;
38                  color: #FFF; background-color: #900;                  color: #FFF; background-color: #900;
39          }          }
40          td.TOCbug a {          td.TOCbug a {
41                  font-family: monaco, charcoal, geneva, "MS Sans Serif", helvetica, sans-serif;                  font-family: monaco, charcoal, geneva, "MS Sans Serif", helvetica, sans-serif;
42                  font-weight: bold; font-size: x-small; text-decoration: none;                  font-weight: bold; font-size: x-small; text-decoration: none;
43                  color: #FFF; background-color: transparent;                  color: #FFF; background-color: transparent;
44          }          }
45    
46          td.header {          td.header {
47                  font-family: arial, helvetica, sans-serif; font-size: x-small;                  font-family: arial, helvetica, sans-serif; font-size: x-small;
48                  vertical-align: top; width: 33%;                  vertical-align: top; width: 33%;
49                  color: #FFF; background-color: #666;                  color: #FFF; background-color: #666;
50          }          }
51          td.author { font-weight: bold; font-size: x-small; margin-left: 4em; }          td.author { font-weight: bold; font-size: x-small; margin-left: 4em; }
52          td.author-text { font-size: x-small; }          td.author-text { font-size: x-small; }
53    
54          /* info code from SantaKlauss at http://www.madaboutstyle.com/tooltip2.html */          /* info code from SantaKlauss at http://www.madaboutstyle.com/tooltip2.html */
55          a.info {          a.info {
56                  /* This is the key. */                  /* This is the key. */
57                  position: relative;                  position: relative;
58                  z-index: 24;                  z-index: 24;
59                  text-decoration: none;                  text-decoration: none;
60          }          }
61          a.info:hover {          a.info:hover {
62                  z-index: 25;                  z-index: 25;
63                  color: #FFF; background-color: #900;                  color: #FFF; background-color: #900;
64          }          }
65          a.info span { display: none; }          a.info span { display: none; }
66          a.info:hover span.info {          a.info:hover span.info {
67                  /* The span will display just on :hover state. */                  /* The span will display just on :hover state. */
68                  display: block;                  display: block;
69                  position: absolute;                  position: absolute;
70                  font-size: smaller;                  font-size: smaller;
71                  top: 2em; left: -5em; width: 15em;                  top: 2em; left: -5em; width: 15em;
72                  padding: 2px; border: 1px solid #333;                  padding: 2px; border: 1px solid #333;
73                  color: #900; background-color: #EEE;                  color: #900; background-color: #EEE;
74                  text-align: left;                  text-align: left;
75          }          }
76    
77          a { font-weight: bold; }          a { font-weight: bold; }
78          a:link    { color: #900; background-color: transparent; }          a:link    { color: #900; background-color: transparent; }
79          a:visited { color: #633; background-color: transparent; }          a:visited { color: #633; background-color: transparent; }
80          a:active  { color: #633; background-color: transparent; }          a:active  { color: #633; background-color: transparent; }
81    
82          p { margin-left: 2em; margin-right: 2em; }          p { margin-left: 2em; margin-right: 2em; }
83          p.copyright { font-size: x-small; }          p.copyright { font-size: x-small; }
84          p.toc { font-size: small; font-weight: bold; margin-left: 3em; }          p.toc { font-size: small; font-weight: bold; margin-left: 3em; }
85          table.toc { margin: 0 0 0 3em; padding: 0; border: 0; vertical-align: text-top; }          table.toc { margin: 0 0 0 3em; padding: 0; border: 0; vertical-align: text-top; }
86          td.toc { font-size: small; font-weight: bold; vertical-align: text-top; }          td.toc { font-size: small; font-weight: bold; vertical-align: text-top; }
87    
88          ol.text { margin-left: 2em; margin-right: 2em; }          ol.text { margin-left: 2em; margin-right: 2em; }
89          ul.text { margin-left: 2em; margin-right: 2em; }          ul.text { margin-left: 2em; margin-right: 2em; }
90          li      { margin-left: 3em; }          li      { margin-left: 3em; }
91    
92          /* RFC-2629 <spanx>s and <artwork>s. */          /* RFC-2629 <spanx>s and <artwork>s. */
93          em     { font-style: italic; }          em     { font-style: italic; }
94          strong { font-weight: bold; }          strong { font-weight: bold; }
95          dfn    { font-weight: bold; font-style: normal; }          dfn    { font-weight: bold; font-style: normal; }
96          cite   { font-weight: normal; font-style: normal; }          cite   { font-weight: normal; font-style: normal; }
97          tt     { color: #036; }          tt     { color: #036; }
98          tt, pre, pre dfn, pre em, pre cite, pre span {          tt, pre, pre dfn, pre em, pre cite, pre span {
99                  font-family: "Courier New", Courier, monospace; font-size: small;                  font-family: "Courier New", Courier, monospace; font-size: small;
100          }          }
101          pre {          pre {
102                  text-align: left; padding: 4px;                  text-align: left; padding: 4px;
103                  color: #000; background-color: #CCC;                  color: #000; background-color: #CCC;
104          }          }
105          pre dfn  { color: #900; }          pre dfn  { color: #900; }
106          pre em   { color: #66F; background-color: #FFC; font-weight: normal; }          pre em   { color: #66F; background-color: #FFC; font-weight: normal; }
107          pre .key { color: #33C; font-weight: bold; }          pre .key { color: #33C; font-weight: bold; }
108          pre .id  { color: #900; }          pre .id  { color: #900; }
109          pre .str { color: #000; background-color: #CFF; }          pre .str { color: #000; background-color: #CFF; }
110          pre .val { color: #066; }          pre .val { color: #066; }
111          pre .rep { color: #909; }          pre .rep { color: #909; }
112          pre .oth { color: #000; background-color: #FCF; }          pre .oth { color: #000; background-color: #FCF; }
113          pre .err { background-color: #FCC; }          pre .err { background-color: #FCC; }
114    
115          /* RFC-2629 <texttable>s. */          /* RFC-2629 <texttable>s. */
116          table.full, table.headers, table.none {          table.all, table.full, table.headers, table.none {
117                  font-size: small; text-align: center; border-width: 2px;                  font-size: small; text-align: center; border-width: 2px;
118                  vertical-align: top; border-collapse: collapse;                  vertical-align: top; border-collapse: collapse;
119          }          }
120          table.full { border-style: solid; border-color: black; }          table.all, table.full { border-style: solid; border-color: black; }
121          table.headers, table.none { border-style: none; }          table.headers, table.none { border-style: none; }
122          th {          th {
123                  font-weight: bold; border-color: black;                  font-weight: bold; border-color: black;
124                  border-width: 2px 2px 3px 2px;                  border-width: 2px 2px 3px 2px;
125          }          }
126          table.full th { border-style: solid; }          table.all th, table.full th { border-style: solid; }
127          table.headers th { border-style: none none solid none; }          table.headers th { border-style: none none solid none; }
128          table.none th { border-style: none; }          table.none th { border-style: none; }
129          table.full td {          table.all td {
130                  border-style: solid; border-color: #333;                  border-style: solid; border-color: #333;
131                  border-width: 1px 2px;                  border-width: 1px 2px;
132          }          }
133          table.headers td, table.none td { border-style: none; }          table.full td, table.headers td, table.none td { border-style: none; }
134    
135          hr { height: 1px; }          hr { height: 1px; }
136          hr.insert {          hr.insert {
137                  width: 80%; border-style: none; border-width: 0;                  width: 80%; border-style: none; border-width: 0;
138                  color: #CCC; background-color: #CCC;                  color: #CCC; background-color: #CCC;
139          }          }
140  --></style>  --></style>
141  </head>  </head>
142  <body>  <body>
# Line 145  Line 145 
145  <tr><td class="header">LinuxSampler Developers</td><td class="header">C. Schoenebeck</td></tr>  <tr><td class="header">LinuxSampler Developers</td><td class="header">C. Schoenebeck</td></tr>
146  <tr><td class="header">Internet-Draft</td><td class="header">Interessengemeinschaft Software</td></tr>  <tr><td class="header">Internet-Draft</td><td class="header">Interessengemeinschaft Software</td></tr>
147  <tr><td class="header">Intended status: Standards Track</td><td class="header">Engineering e. V.</td></tr>  <tr><td class="header">Intended status: Standards Track</td><td class="header">Engineering e. V.</td></tr>
148  <tr><td class="header">Expires: July 2, 2007</td><td class="header">December 29, 2006</td></tr>  <tr><td class="header">Expires: April 8, 2011</td><td class="header">October 5, 2010</td></tr>
149  </table></td></tr></table>  </table></td></tr></table>
150  <h1><br />LinuxSampler Control Protocol<br />LSCP 1.2</h1>  <h1><br />LinuxSampler Control Protocol<br />LSCP 1.5</h1>
151    
152    <h3>Abstract</h3>
153    
154    <p>The LinuxSampler Control Protocol (LSCP) is an
155                application-level protocol primarily intended for local and
156                remote controlling the LinuxSampler backend application, which is a
157                sophisticated server-like console application essentially playing
158                back audio samples and manipulating the samples in real time to
159                certain extent.
160    </p>
161  <h3>Status of this Memo</h3>  <h3>Status of this Memo</h3>
162  <p>  <p>
163  By submitting this Internet-Draft,  By submitting this Internet-Draft,
# Line 158  and any of which he or she becomes aware Line 167  and any of which he or she becomes aware
167  in accordance with Section&nbsp;6 of BCP&nbsp;79.</p>  in accordance with Section&nbsp;6 of BCP&nbsp;79.</p>
168  <p>  <p>
169  Internet-Drafts are working documents of the Internet Engineering  Internet-Drafts are working documents of the Internet Engineering
170  Task Force (IETF), its areas, and its working groups.  Task Force (IETF).  Note that other groups may also distribute
171  Note that other groups may also distribute working documents as  working documents as Internet-Drafts.  The list of current
172  Internet-Drafts.</p>  Internet-Drafts is at http://datatracker.ietf.org/drafts/current/.</p>
173  <p>  <p>
174  Internet-Drafts are draft documents valid for a maximum of six months  Internet-Drafts are draft documents valid for a maximum of six months
175  and may be updated, replaced, or obsoleted by other documents at any time.  and may be updated, replaced, or obsoleted by other documents at any time.
176  It is inappropriate to use Internet-Drafts as reference material or to cite  It is inappropriate to use Internet-Drafts as reference material or to cite
177  them other than as &ldquo;work in progress.&rdquo;</p>  them other than as &ldquo;work in progress.&rdquo;</p>
178  <p>  <p>
179  The list of current Internet-Drafts can be accessed at  This Internet-Draft will expire on April 8, 2011.</p>
180  <a href='http://www.ietf.org/ietf/1id-abstracts.txt'>http://www.ietf.org/ietf/1id-abstracts.txt</a>.</p>  <a name="toc"></a><br /><hr />
 <p>  
 The list of Internet-Draft Shadow Directories can be accessed at  
 <a href='http://www.ietf.org/shadow.html'>http://www.ietf.org/shadow.html</a>.</p>  
 <p>  
 This Internet-Draft will expire on July 2, 2007.</p>  
   
 <h3>Copyright Notice</h3>  
 <p>  
 Copyright &copy; The Internet Society (2006).</p>  
   
 <h3>Abstract</h3>  
   
 <p>The LinuxSampler Control Protocol (LSCP) is an  
             application-level protocol primarily intended for local and  
             remote controlling the LinuxSampler backend application, which is a  
             sophisticated server-like console application essentially playing  
             back audio samples and manipulating the samples in real time to  
             certain extent.  
 </p><a name="toc"></a><br /><hr />  
181  <h3>Table of Contents</h3>  <h3>Table of Contents</h3>
182  <p class="toc">  <p class="toc">
183  <a href="#anchor1">1.</a>&nbsp;  <a href="#anchor1">1.</a>&nbsp;
# Line 328  Getting amount of effect sends on a samp Line 318  Getting amount of effect sends on a samp
318  Listing all effect sends on a sampler channel<br />  Listing all effect sends on a sampler channel<br />
319  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET FX_SEND INFO">6.4.29.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET FX_SEND INFO">6.4.29.</a>&nbsp;
320  Getting effect send information<br />  Getting effect send information<br />
321  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET FX_SEND AUDIO_OUTPUT_CHANNEL">6.4.30.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET FX_SEND NAME">6.4.30.</a>&nbsp;
322    Changing effect send's name<br />
323    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET FX_SEND AUDIO_OUTPUT_CHANNEL">6.4.31.</a>&nbsp;
324  Altering effect send's audio routing<br />  Altering effect send's audio routing<br />
325  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#RESET CHANNEL">6.4.31.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET FX_SEND SEND_EFFECT">6.4.32.</a>&nbsp;
326    Assigning destination effect to an effect send<br />
327    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#REMOVE FX_SEND SEND_EFFECT">6.4.33.</a>&nbsp;
328    Removing destination effect from an effect send<br />
329    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET FX_SEND MIDI_CONTROLLER">6.4.34.</a>&nbsp;
330    Altering effect send's MIDI controller<br />
331    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET FX_SEND LEVEL">6.4.35.</a>&nbsp;
332    Altering effect send's send level<br />
333    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SEND CHANNEL MIDI_DATA">6.4.36.</a>&nbsp;
334    Sending MIDI messages to sampler channel<br />
335    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#RESET CHANNEL">6.4.37.</a>&nbsp;
336  Resetting a sampler channel<br />  Resetting a sampler channel<br />
337  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#anchor12">6.5.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#anchor12">6.5.</a>&nbsp;
338  Controlling connection<br />  Controlling connection<br />
# Line 348  Global commands<br /> Line 350  Global commands<br />
350  Current number of active voices<br />  Current number of active voices<br />
351  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET TOTAL_VOICE_COUNT_MAX">6.6.2.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET TOTAL_VOICE_COUNT_MAX">6.6.2.</a>&nbsp;
352  Maximum amount of active voices<br />  Maximum amount of active voices<br />
353  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#RESET">6.6.3.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET TOTAL_STREAM_COUNT">6.6.3.</a>&nbsp;
354    Current number of active disk streams<br />
355    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#RESET">6.6.4.</a>&nbsp;
356  Reset sampler<br />  Reset sampler<br />
357  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET SERVER INFO">6.6.4.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET SERVER INFO">6.6.5.</a>&nbsp;
358  General sampler informations<br />  General sampler informations<br />
359  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET VOLUME">6.6.5.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET VOLUME">6.6.6.</a>&nbsp;
360  Getting global volume attenuation<br />  Getting global volume attenuation<br />
361  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET VOLUME">6.6.6.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET VOLUME">6.6.7.</a>&nbsp;
362  Setting global volume attenuation<br />  Setting global volume attenuation<br />
363    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET VOICES">6.6.8.</a>&nbsp;
364    Getting global voice limit<br />
365    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET VOICES">6.6.9.</a>&nbsp;
366    Setting global voice limit<br />
367    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET STREAMS">6.6.10.</a>&nbsp;
368    Getting global disk stream limit<br />
369    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET STREAMS">6.6.11.</a>&nbsp;
370    Setting global disk stream limit<br />
371  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#MIDI Instrument Mapping">6.7.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#MIDI Instrument Mapping">6.7.</a>&nbsp;
372  MIDI Instrument Mapping<br />  MIDI Instrument Mapping<br />
373  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#ADD MIDI_INSTRUMENT MAP">6.7.1.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#ADD MIDI_INSTRUMENT_MAP">6.7.1.</a>&nbsp;
374  Create a new MIDI instrument map<br />  Create a new MIDI instrument map<br />
375  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#REMOVE MIDI_INSTRUMENT_MAP">6.7.2.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#REMOVE MIDI_INSTRUMENT_MAP">6.7.2.</a>&nbsp;
376  Delete one particular or all MIDI instrument maps<br />  Delete one particular or all MIDI instrument maps<br />
# Line 382  Remove an entry from the MIDI instrument Line 394  Remove an entry from the MIDI instrument
394  Get current settings of MIDI instrument map entry<br />  Get current settings of MIDI instrument map entry<br />
395  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#CLEAR MIDI_INSTRUMENTS">6.7.12.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#CLEAR MIDI_INSTRUMENTS">6.7.12.</a>&nbsp;
396  Clear MIDI instrument map<br />  Clear MIDI instrument map<br />
397    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#Managing Instruments Database">6.8.</a>&nbsp;
398    Managing Instruments Database<br />
399    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#ADD DB_INSTRUMENT_DIRECTORY">6.8.1.</a>&nbsp;
400    Creating a new instrument directory<br />
401    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#REMOVE DB_INSTRUMENT_DIRECTORY">6.8.2.</a>&nbsp;
402    Deleting an instrument directory<br />
403    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET DB_INSTRUMENT_DIRECTORIES">6.8.3.</a>&nbsp;
404    Getting amount of instrument directories<br />
405    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#LIST DB_INSTRUMENT_DIRECTORIES">6.8.4.</a>&nbsp;
406    Listing all directories in specific directory<br />
407    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET DB_INSTRUMENT_DIRECTORY INFO">6.8.5.</a>&nbsp;
408    Getting instrument directory information<br />
409    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET DB_INSTRUMENT_DIRECTORY NAME">6.8.6.</a>&nbsp;
410    Renaming an instrument directory<br />
411    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#MOVE DB_INSTRUMENT_DIRECTORY">6.8.7.</a>&nbsp;
412    Moving an instrument directory<br />
413    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#COPY DB_INSTRUMENT_DIRECTORY">6.8.8.</a>&nbsp;
414    Copying instrument directories<br />
415    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET DB_INSTRUMENT_DIRECTORY DESCRIPTION">6.8.9.</a>&nbsp;
416    Changing the description of directory<br />
417    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#FIND DB_INSTRUMENT_DIRECTORIES">6.8.10.</a>&nbsp;
418    Finding directories<br />
419    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#ADD DB_INSTRUMENTS">6.8.11.</a>&nbsp;
420    Adding instruments to the instruments database<br />
421    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#REMOVE DB_INSTRUMENT">6.8.12.</a>&nbsp;
422    Removing an instrument<br />
423    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET DB_INSTRUMENTS">6.8.13.</a>&nbsp;
424    Getting amount of instruments<br />
425    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#LIST DB_INSTRUMENTS">6.8.14.</a>&nbsp;
426    Listing all instruments in specific directory<br />
427    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET DB_INSTRUMENT INFO">6.8.15.</a>&nbsp;
428    Getting instrument information<br />
429    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET DB_INSTRUMENT NAME">6.8.16.</a>&nbsp;
430    Renaming an instrument<br />
431    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#MOVE DB_INSTRUMENT">6.8.17.</a>&nbsp;
432    Moving an instrument<br />
433    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#COPY DB_INSTRUMENT">6.8.18.</a>&nbsp;
434    Copying instruments<br />
435    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET DB_INSTRUMENT DESCRIPTION">6.8.19.</a>&nbsp;
436    Changing the description of instrument<br />
437    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#FIND DB_INSTRUMENTS">6.8.20.</a>&nbsp;
438    Finding instruments<br />
439    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET DB_INSTRUMENTS_JOB INFO">6.8.21.</a>&nbsp;
440    Getting job status information<br />
441    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#FORMAT INSTRUMENTS_DB">6.8.22.</a>&nbsp;
442    Formatting the instruments database<br />
443    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#FIND LOST DB_INSTRUMENT_FILES">6.8.23.</a>&nbsp;
444    Checking for lost instrument files<br />
445    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET DB_INSTRUMENT FILE_PATH">6.8.24.</a>&nbsp;
446    Replacing an instrument file<br />
447    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#editing_instruments">6.9.</a>&nbsp;
448    Editing Instruments<br />
449    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#EDIT INSTRUMENT">6.9.1.</a>&nbsp;
450    Opening an appropriate instrument editor application<br />
451    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#file_management">6.10.</a>&nbsp;
452    Managing Files<br />
453    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET FILE INSTRUMENTS">6.10.1.</a>&nbsp;
454    Retrieving amount of instruments of a file<br />
455    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#LIST FILE INSTRUMENTS">6.10.2.</a>&nbsp;
456    Retrieving all instruments of a file<br />
457    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET FILE INSTRUMENT INFO">6.10.3.</a>&nbsp;
458    Retrieving informations about one instrument in a file<br />
459    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#effects">6.11.</a>&nbsp;
460    Managing Effects<br />
461    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET AVAILABLE_EFFECTS">6.11.1.</a>&nbsp;
462    Retrieve amount of available effects<br />
463    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#LIST AVAILABLE_EFFECTS">6.11.2.</a>&nbsp;
464    Get list of available effects<br />
465    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET EFFECT INFO">6.11.3.</a>&nbsp;
466    Retrieving general information about an effect<br />
467    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#CREATE EFFECT_INSTANCE">6.11.4.</a>&nbsp;
468    Creating an instance of an effect by its portable ID<br />
469    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#CREATE EFFECT_INSTANCE (non-portable)">6.11.5.</a>&nbsp;
470    Creating an instance of an effect by its numerical ID<br />
471    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#DESTROY EFFECT_INSTANCE">6.11.6.</a>&nbsp;
472    Destroy an effect instance<br />
473    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET EFFECT_INSTANCES">6.11.7.</a>&nbsp;
474    Retrieve amount of effect instances<br />
475    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#LIST EFFECT_INSTANCES">6.11.8.</a>&nbsp;
476    Get list of effect instances<br />
477    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET EFFECT_INSTANCE INFO">6.11.9.</a>&nbsp;
478    Retrieving current information about an effect instance<br />
479    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET EFFECT_INSTANCE_INPUT_CONTROL INFO">6.11.10.</a>&nbsp;
480    Retrieving information about an effect parameter<br />
481    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET EFFECT_INSTANCE_INPUT_CONTROL VALUE">6.11.11.</a>&nbsp;
482    Altering an effect parameter<br />
483    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET SEND_EFFECT_CHAINS">6.11.12.</a>&nbsp;
484    Retrieve amount of send effect chains<br />
485    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#LIST SEND_EFFECT_CHAINS">6.11.13.</a>&nbsp;
486    Retrieve list of send effect chains<br />
487    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#ADD SEND_EFFECT_CHAIN">6.11.14.</a>&nbsp;
488    Add send effect chain<br />
489    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#REMOVE SEND_EFFECT_CHAIN">6.11.15.</a>&nbsp;
490    Remove send effect chain<br />
491    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET SEND_EFFECT_CHAIN INFO">6.11.16.</a>&nbsp;
492    Retrieving information about a send effect chain<br />
493    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#APPEND SEND_EFFECT_CHAIN EFFECT">6.11.17.</a>&nbsp;
494    Append effect instance to a send effect chain<br />
495    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#INSERT SEND_EFFECT_CHAIN EFFECT">6.11.18.</a>&nbsp;
496    Insert effect instance to a send effect chain<br />
497    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#REMOVE SEND_EFFECT_CHAIN EFFECT">6.11.19.</a>&nbsp;
498    Remove effect instance from send effect chain<br />
499  <a href="#command_syntax">7.</a>&nbsp;  <a href="#command_syntax">7.</a>&nbsp;
500  Command Syntax<br />  Command Syntax<br />
501    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#character_set">7.1.</a>&nbsp;
502    Character Set and Escape Sequences<br />
503  <a href="#events">8.</a>&nbsp;  <a href="#events">8.</a>&nbsp;
504  Events<br />  Events<br />
505  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE AUDIO_OUTPUT_DEVICE_COUNT">8.1.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE AUDIO_OUTPUT_DEVICE_COUNT">8.1.</a>&nbsp;
# Line 396  Number of MIDI input devices changed<br Line 512  Number of MIDI input devices changed<br
512  MIDI input device's settings changed<br />  MIDI input device's settings changed<br />
513  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE CHANNEL_COUNT">8.5.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE CHANNEL_COUNT">8.5.</a>&nbsp;
514  Number of sampler channels changed<br />  Number of sampler channels changed<br />
515  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE VOICE_COUNT">8.6.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE CHANNEL_MIDI">8.6.</a>&nbsp;
516    MIDI data on a sampler channel arrived<br />
517    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE DEVICE_MIDI">8.7.</a>&nbsp;
518    MIDI data on a MIDI input device arrived<br />
519    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE VOICE_COUNT">8.8.</a>&nbsp;
520  Number of active voices changed<br />  Number of active voices changed<br />
521  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE STREAM_COUNT">8.7.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE STREAM_COUNT">8.9.</a>&nbsp;
522  Number of active disk streams changed<br />  Number of active disk streams changed<br />
523  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE BUFFER_FILL">8.8.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE BUFFER_FILL">8.10.</a>&nbsp;
524  Disk stream buffer fill state changed<br />  Disk stream buffer fill state changed<br />
525  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE CHANNEL_INFO">8.9.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE CHANNEL_INFO">8.11.</a>&nbsp;
526  Channel information changed<br />  Channel information changed<br />
527  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE TOTAL_VOICE_COUNT">8.10.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE FX_SEND_COUNT">8.12.</a>&nbsp;
528    Number of effect sends changed<br />
529    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE FX_SEND_INFO">8.13.</a>&nbsp;
530    Effect send information changed<br />
531    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE TOTAL_VOICE_COUNT">8.14.</a>&nbsp;
532  Total number of active voices changed<br />  Total number of active voices changed<br />
533  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE MIDI_INSTRUMENT_MAP_COUNT">8.11.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE TOTAL_STREAM_COUNT">8.15.</a>&nbsp;
534    Total number of active disk streams changed<br />
535    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE MIDI_INSTRUMENT_MAP_COUNT">8.16.</a>&nbsp;
536  Number of MIDI instrument maps changed<br />  Number of MIDI instrument maps changed<br />
537  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE MIDI_INSTRUMENT_MAP_INFO">8.12.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE MIDI_INSTRUMENT_MAP_INFO">8.17.</a>&nbsp;
538  MIDI instrument map information changed<br />  MIDI instrument map information changed<br />
539  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE MIDI_INSTRUMENT_COUNT">8.13.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE MIDI_INSTRUMENT_COUNT">8.18.</a>&nbsp;
540  Number of MIDI instruments changed<br />  Number of MIDI instruments changed<br />
541  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE MIDI_INSTRUMENT_INFO">8.14.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE MIDI_INSTRUMENT_INFO">8.19.</a>&nbsp;
542  MIDI instrument information changed<br />  MIDI instrument information changed<br />
543  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE MISCELLANEOUS">8.15.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE GLOBAL_INFO">8.20.</a>&nbsp;
544    Global settings changed<br />
545    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE DB_INSTRUMENT_DIRECTORY_COUNT">8.21.</a>&nbsp;
546    Number of database instrument directories changed<br />
547    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE DB_INSTRUMENT_DIRECTORY_INFO">8.22.</a>&nbsp;
548    Database instrument directory information changed<br />
549    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE DB_INSTRUMENT_COUNT">8.23.</a>&nbsp;
550    Number of database instruments changed<br />
551    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE DB_INSTRUMENT_INFO">8.24.</a>&nbsp;
552    Database instrument information changed<br />
553    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE DB_INSTRUMENTS_JOB_INFO">8.25.</a>&nbsp;
554    Database job status information changed<br />
555    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE MISCELLANEOUS">8.26.</a>&nbsp;
556  Miscellaneous and debugging events<br />  Miscellaneous and debugging events<br />
557  <a href="#anchor14">9.</a>&nbsp;  <a href="#anchor14">9.</a>&nbsp;
558  Security Considerations<br />  Security Considerations<br />
# Line 446  Requirements notation</h3> Line 584  Requirements notation</h3>
584              (front-end) and server (LinuxSampler) respectively. Lines in              (front-end) and server (LinuxSampler) respectively. Lines in
585              examples must be interpreted as every line being CRLF              examples must be interpreted as every line being CRLF
586              terminated (carriage return character followed by line feed              terminated (carriage return character followed by line feed
587              character as defined in the ASCII standard), thus the following              character as defined in the ASCII standard <a class='info' href='#RFC20'>[RFC20]<span> (</span><span class='info'>UCLA, &ldquo;ASCII format for Network Interchange,&rdquo; 1969.</span><span>)</span></a>),
588              example:              thus the following example:
589  </p>  </p>
590  <p>  <p>
591                  </p>                  </p>
# Line 3233  Changing settings of MIDI input ports</h Line 3371  Changing settings of MIDI input ports</h
3371                      or <a class='info' href='#LIST MIDI_INPUT_DEVICES'>"LIST MIDI_INPUT_DEVICES"<span> (</span><span class='info'>Getting all created MIDI input device list</span><span>)</span></a>                      or <a class='info' href='#LIST MIDI_INPUT_DEVICES'>"LIST MIDI_INPUT_DEVICES"<span> (</span><span class='info'>Getting all created MIDI input device list</span><span>)</span></a>
3372                      command, &lt;port&gt; by the MIDI port number, &lt;key&gt; by the name of                      command, &lt;port&gt; by the MIDI port number, &lt;key&gt; by the name of
3373                      the parameter to change and &lt;value&gt; by the new value for this                      the parameter to change and &lt;value&gt; by the new value for this
3374                      parameter.                      parameter (encapsulated into apostrophes) or NONE (not encapsulated into apostrophes)
3375                        for specifying no value for parameters allowing a list of values.
3376  </p>  </p>
3377  <p>Possible Answers:  <p>Possible Answers:
3378  </p>  </p>
# Line 3274  Changing settings of MIDI input ports</h Line 3413  Changing settings of MIDI input ports</h
3413  <p>  <p>
3414                          </p>                          </p>
3415  <blockquote class="text">  <blockquote class="text">
3416    <p>C: "SET MIDI_INPUT_PORT_PARAMETER 0 0 ALSA_SEQ_BINDINGS='20:0'"
3417    </p>
3418    <p>S: "OK"
3419    </p>
3420    </blockquote><p>
3421                        
3422    </p>
3423  <p>  <p>
3424                            </p>
3425    <blockquote class="text">
3426    <p>C: "SET MIDI_INPUT_PORT_PARAMETER 0 0 ALSA_SEQ_BINDINGS=NONE"
3427    </p>
3428    <p>S: "OK"
3429  </p>  </p>
3430  </blockquote><p>  </blockquote><p>
3431                                            
# Line 3309  Loading an instrument</h3> Line 3460  Loading an instrument</h3>
3460                      number of the sampler channel the instrument should be assigned to.                      number of the sampler channel the instrument should be assigned to.
3461                      Each sampler channel can only have one instrument.                      Each sampler channel can only have one instrument.
3462  </p>  </p>
3463    <p>Notice: since LSCP 1.2 the &lt;filename&gt; argument supports
3464                        escape characters for special characters (see chapter
3465                        "<a class='info' href='#character_set'>Character Set and Escape Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>"
3466                        for details) and accordingly backslash characters in the filename
3467                        MUST now be escaped as well!
3468    </p>
3469  <p>The difference between regular and NON_MODAL versions of the command  <p>The difference between regular and NON_MODAL versions of the command
3470                      is that the regular command returns OK only after the instrument has been                      is that the regular command returns OK only after the instrument has been
3471                      fully loaded and the channel is ready to be used while NON_MODAL version                      fully loaded and the channel is ready to be used while NON_MODAL version
# Line 3356  Loading an instrument</h3> Line 3513  Loading an instrument</h3>
3513  </blockquote><p>  </blockquote><p>
3514                                            
3515  </p>  </p>
3516  <p>Example:  <p>Example (Unix):
3517  </p>  </p>
3518  <p>  <p>
3519                          </p>                          </p>
3520  <blockquote class="text">  <blockquote class="text">
3521    <p>C: LOAD INSTRUMENT '/home/joe/gigs/cello.gig' 0 0
3522    </p>
3523    <p>S: OK
3524    </p>
3525    </blockquote><p>
3526                        
3527    </p>
3528    <p>Example (Windows):
3529    </p>
3530  <p>  <p>
3531                            </p>
3532    <blockquote class="text">
3533    <p>C: LOAD INSTRUMENT 'D:/MySounds/cello.gig' 0 0
3534    </p>
3535    <p>S: OK
3536  </p>  </p>
3537  </blockquote><p>  </blockquote><p>
3538                                            
# Line 3776  Getting information about an engine</h3> Line 3947  Getting information about an engine</h3>
3947                                          </p>                                          </p>
3948  <blockquote class="text">  <blockquote class="text">
3949  <p>arbitrary description text about the engine  <p>arbitrary description text about the engine
3950                                                (note that the character string may contain
3951                                                <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>)
3952  </p>  </p>
3953  </blockquote>  </blockquote>
3954                                                                            
# Line 3861  Getting sampler channel information</h3> Line 4034  Getting sampler channel information</h3>
4034  <blockquote class="text">  <blockquote class="text">
4035  <p>numerical ID of the audio output device which is  <p>numerical ID of the audio output device which is
4036                                              currently connected to this sampler channel to output                                              currently connected to this sampler channel to output
4037                                              the audio signal, "NONE" if there's no device                                              the audio signal, "-1" if there's no device
4038                                              connected to this sampler channel                                              connected to this sampler channel
4039  </p>  </p>
4040  </blockquote>  </blockquote>
# Line 3895  Getting sampler channel information</h3> Line 4068  Getting sampler channel information</h3>
4068  <blockquote class="text">  <blockquote class="text">
4069  <p>the file name of the loaded instrument, "NONE" if  <p>the file name of the loaded instrument, "NONE" if
4070                                              there's no instrument yet loaded for this sampler                                              there's no instrument yet loaded for this sampler
4071                                              channel                                              channel (note: since LSCP 1.2 this path may contain
4072                                                <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>)
4073  </p>  </p>
4074  </blockquote>  </blockquote>
4075                                                                            
# Line 3903  Getting sampler channel information</h3> Line 4077  Getting sampler channel information</h3>
4077  <p>INSTRUMENT_NR -  <p>INSTRUMENT_NR -
4078                                          </p>                                          </p>
4079  <blockquote class="text">  <blockquote class="text">
4080  <p>the instrument index number of the loaded instrument  <p>the instrument index number of the loaded instrument,
4081                                                "-1" if there's no instrument loaded for this sampler
4082                                                channel
4083  </p>  </p>
4084  </blockquote>  </blockquote>
4085                                                                            
# Line 3912  Getting sampler channel information</h3> Line 4088  Getting sampler channel information</h3>
4088                                          </p>                                          </p>
4089  <blockquote class="text">  <blockquote class="text">
4090  <p>the instrument name of the loaded instrument  <p>the instrument name of the loaded instrument
4091                                                (note: since LSCP 1.2 this character string may contain
4092                                                <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>)
4093  </p>  </p>
4094  </blockquote>  </blockquote>
4095                                                                            
# Line 3919  Getting sampler channel information</h3> Line 4097  Getting sampler channel information</h3>
4097  <p>INSTRUMENT_STATUS -  <p>INSTRUMENT_STATUS -
4098                                          </p>                                          </p>
4099  <blockquote class="text">  <blockquote class="text">
4100  <p>integer values 0 to 100 indicating loading progress percentage for the instrument. Negative  <p>Integer values 0 to 100 indicating loading progress
4101                                              value indicates a loading exception. Value of 100 indicates that the instrument is fully                                              percentage for the instrument. Negative
4102                                                value indicates a loading exception (also returns "-1" in case no
4103                                                instrument was yet to be loaded on the sampler channel).
4104                                                Value of 100 indicates that the instrument is fully
4105                                              loaded.                                              loaded.
4106  </p>  </p>
4107  </blockquote>  </blockquote>
# Line 3931  Getting sampler channel information</h3> Line 4112  Getting sampler channel information</h3>
4112  <blockquote class="text">  <blockquote class="text">
4113  <p>numerical ID of the MIDI input device which is  <p>numerical ID of the MIDI input device which is
4114                                              currently connected to this sampler channel to deliver                                              currently connected to this sampler channel to deliver
4115                                              MIDI input commands, "NONE" if there's no device                                              MIDI input commands, "-1" if there's no device
4116                                              connected to this sampler channel                                              connected to this sampler channel
4117  </p>  </p>
4118  </blockquote>  </blockquote>
# Line 3940  Getting sampler channel information</h3> Line 4121  Getting sampler channel information</h3>
4121  <p>MIDI_INPUT_PORT -  <p>MIDI_INPUT_PORT -
4122                                          </p>                                          </p>
4123  <blockquote class="text">  <blockquote class="text">
4124  <p>port number of the MIDI input device  <p>port number of the MIDI input device (in case a
4125                                                MIDI device was already assigned to the sampler
4126                                                channel)
4127  </p>  </p>
4128  </blockquote>  </blockquote>
4129                                                                            
# Line 3958  Getting sampler channel information</h3> Line 4141  Getting sampler channel information</h3>
4141                                          </p>                                          </p>
4142  <blockquote class="text">  <blockquote class="text">
4143  <p>optionally dotted number for the channel volume factor  <p>optionally dotted number for the channel volume factor
4144                                              (where a value < 1.0 means attenuation and a value >                                              (where a value &lt; 1.0 means attenuation and a value >
4145                                              1.0 means amplification)                                              1.0 means amplification)
4146  </p>  </p>
4147  </blockquote>  </blockquote>
# Line 4987  Adding an effect send to a sampler chann Line 5170  Adding an effect send to a sampler chann
5170                      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;
5171                      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
5172                      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
5173                      for the effect send entity. The name does not have to be unique.                      for the effect send entity. The name does not have to be unique, but MUST be
5174                        encapsulated into apostrophes and supports escape sequences as described in chapter
5175                        "<a class='info' href='#character_set'>Character Set and Escape Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>".
5176  </p>  </p>
5177  <p>By default, that is as initial routing, the effect send's audio channels  <p>By default, that is as initial routing, the effect send's audio channels
5178                      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 5256  Getting effect send information</h3> Line 5441  Getting effect send information</h3>
5441                                          </p>                                          </p>
5442  <blockquote class="text">  <blockquote class="text">
5443  <p>name of the effect send entity  <p>name of the effect send entity
5444                                                (note that this character string may contain
5445                                                 <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>)
5446    </p>
5447    </blockquote>
5448                                        
5449    
5450    <p>MIDI_CONTROLLER -
5451                                            </p>
5452    <blockquote class="text">
5453    <p>a value between 0 and 127 reflecting the MIDI controller
5454                                                which is able to modify the effect send's send level
5455    </p>
5456    </blockquote>
5457                                        
5458    
5459    <p>LEVEL -
5460                                            </p>
5461    <blockquote class="text">
5462    <p>optionally dotted number reflecting the effect send's
5463                                                current send level (where a value &lt; 1.0 means attenuation
5464                                                and a value > 1.0 means amplification)
5465  </p>  </p>
5466  </blockquote>  </blockquote>
5467                                                                            
# Line 5271  Getting effect send information</h3> Line 5477  Getting effect send information</h3>
5477                                              channel 1 is routed to the channel 3 of the audio                                              channel 1 is routed to the channel 3 of the audio
5478                                              output device (see                                              output device (see
5479                                              <a class='info' href='#SET FX_SEND AUDIO_OUTPUT_CHANNEL'>"SET FX_SEND AUDIO_OUTPUT_CHANNEL"<span> (</span><span class='info'>Altering effect send's audio routing</span><span>)</span></a>                                              <a class='info' href='#SET FX_SEND AUDIO_OUTPUT_CHANNEL'>"SET FX_SEND AUDIO_OUTPUT_CHANNEL"<span> (</span><span class='info'>Altering effect send's audio routing</span><span>)</span></a>
5480                                              for details)                                              for details), if an internal send
5481                                                effect is assigned to the effect
5482                                                send, then this setting defines the
5483                                                audio channel routing to that
5484                                                effect instance respectively
5485    </p>
5486    </blockquote>
5487                                        
5488    
5489    <p>SEND_EFFECT -
5490                                            </p>
5491    <blockquote class="text">
5492    <p>destination send effect chain ID
5493                                                and destination effect chain
5494                                                position, separated by comma in the
5495                                                form "&lt;effect-chain&gt;,&lt;chain-pos&gt;"
5496                                                or "NONE" if there is no send effect
5497                                                assigned to the effect send
5498  </p>  </p>
5499  </blockquote>  </blockquote>
5500                                                                            
# Line 5293  Getting effect send information</h3> Line 5516  Getting effect send information</h3>
5516  </p>  </p>
5517  <p>S: "NAME: Reverb Send"  <p>S: "NAME: Reverb Send"
5518  </p>  </p>
5519    <p>&nbsp;&nbsp;&nbsp;"MIDI_CONTROLLER: 91"
5520    </p>
5521    <p>&nbsp;&nbsp;&nbsp;"LEVEL: 0.3"
5522    </p>
5523  <p>&nbsp;&nbsp;&nbsp;"AUDIO_OUTPUT_ROUTING: 2,3"  <p>&nbsp;&nbsp;&nbsp;"AUDIO_OUTPUT_ROUTING: 2,3"
5524  </p>  </p>
5525  <p>&nbsp;&nbsp;&nbsp;"."  <p>&nbsp;&nbsp;&nbsp;"."
# Line 5300  Getting effect send information</h3> Line 5527  Getting effect send information</h3>
5527  </blockquote><p>  </blockquote><p>
5528                                            
5529  </p>  </p>
5530  <a name="SET FX_SEND AUDIO_OUTPUT_CHANNEL"></a><br /><hr />  <a name="SET FX_SEND NAME"></a><br /><hr />
5531  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
5532  <a name="rfc.section.6.4.30"></a><h3>6.4.30.&nbsp;  <a name="rfc.section.6.4.30"></a><h3>6.4.30.&nbsp;
5533    Changing effect send's name</h3>
5534    
5535    <p>The front-end can alter the current name of an effect
5536                        send entity by sending the following command:
5537    </p>
5538    <p>
5539                            </p>
5540    <blockquote class="text">
5541    <p>SET FX_SEND NAME &lt;sampler-chan&gt; &lt;fx-send-id&gt; &lt;name&gt;
5542    </p>
5543    </blockquote><p>
5544                        
5545    </p>
5546    <p>Where &lt;sampler-chan&gt; is the sampler channel number
5547                        as returned by the <a class='info' href='#ADD CHANNEL'>"ADD CHANNEL"<span> (</span><span class='info'>Adding a new sampler channel</span><span>)</span></a>
5548                        or <a class='info' href='#LIST CHANNELS'>"LIST CHANNELS"<span> (</span><span class='info'>Getting all created sampler channel list</span><span>)</span></a> command,
5549                        &lt;fx-send-id&gt; reflects the numerical ID of the effect send entity
5550                        as returned by the <a class='info' href='#CREATE FX_SEND'>"CREATE FX_SEND"<span> (</span><span class='info'>Adding an effect send to a sampler channel</span><span>)</span></a>
5551                        or <a class='info' href='#LIST FX_SENDS'>"LIST FX_SENDS"<span> (</span><span class='info'>Listing all effect sends on a sampler channel</span><span>)</span></a> command and
5552                        &lt;name&gt; is the new name of the effect send entity, which
5553                        does not have to be unique (name MUST be encapsulated into apostrophes
5554                        and supports escape sequences as described in chapter
5555                        "<a class='info' href='#character_set'>Character Set and Escape Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>").
5556                        
5557    </p>
5558    <p>Possible Answers:
5559    </p>
5560    <p>
5561                            </p>
5562    <blockquote class="text">
5563    <p>"OK" -
5564                                    </p>
5565    <blockquote class="text">
5566    <p>on success
5567    </p>
5568    </blockquote>
5569                                
5570    
5571    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5572                                    </p>
5573    <blockquote class="text">
5574    <p>in case it failed, providing an appropriate error code and error message
5575    </p>
5576    </blockquote>
5577                                
5578    
5579    </blockquote><p>
5580                        
5581    </p>
5582    <p>Example:
5583    </p>
5584    <p>
5585                            </p>
5586    <blockquote class="text">
5587    <p>C: "SET FX_SEND NAME 0 0 'Fx Send 1'"
5588    </p>
5589    <p>S: "OK"
5590    </p>
5591    </blockquote><p>
5592                        
5593    </p>
5594    <a name="SET FX_SEND AUDIO_OUTPUT_CHANNEL"></a><br /><hr />
5595    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
5596    <a name="rfc.section.6.4.31"></a><h3>6.4.31.&nbsp;
5597  Altering effect send's audio routing</h3>  Altering effect send's audio routing</h3>
5598    
5599  <p>The front-end can alter the destination of an effect send's audio channel on a specific  <p>The front-end can alter the destination of an effect send's audio channel on a specific
# Line 5325  Altering effect send's audio routing</h3 Line 5616  Altering effect send's audio routing</h3
5616                      &lt;audio-src&gt; is the numerical ID of the effect send's audio channel                      &lt;audio-src&gt; is the numerical ID of the effect send's audio channel
5617                      which should be rerouted and &lt;audio-dst&gt; is the numerical ID of                      which should be rerouted and &lt;audio-dst&gt; is the numerical ID of
5618                      the audio channel of the selected audio output device where &lt;audio-src&gt;                      the audio channel of the selected audio output device where &lt;audio-src&gt;
5619                      should be routed to.                      should be routed to. If an internal send effect is assigned
5620                        to the effect send, then this setting defines the audio
5621                        channel routing to that effect instance respectively.
5622  </p>  </p>
5623  <p>Note that effect sends can only route audio to the same audio output  <p>Note that effect sends can only route audio to the same audio output
5624                      device as assigned to the effect send's sampler channel. Also note that an                      device as assigned to the effect send's sampler channel. Also note that an
# Line 5383  Altering effect send's audio routing</h3 Line 5676  Altering effect send's audio routing</h3
5676  </blockquote><p>  </blockquote><p>
5677                                            
5678  </p>  </p>
5679    <a name="SET FX_SEND SEND_EFFECT"></a><br /><hr />
5680    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
5681    <a name="rfc.section.6.4.32"></a><h3>6.4.32.&nbsp;
5682    Assigning destination effect to an effect send</h3>
5683    
5684    <p>The front-end can (re-)assign a destination effect to an
5685                        effect send by sending the following command:
5686    </p>
5687    <p>
5688                            </p>
5689    <blockquote class="text">
5690    <p>SET FX_SEND SEND_EFFECT &lt;sampler-chan&gt; &lt;fx-send-id&gt; &lt;effect-chain&gt; &lt;chain-pos&gt;
5691    </p>
5692    </blockquote><p>
5693                        
5694    </p>
5695    <p>Where &lt;sampler-chan&gt; is the sampler channel number
5696                        as returned by the <a class='info' href='#ADD CHANNEL'>"ADD CHANNEL"<span> (</span><span class='info'>Adding a new sampler channel</span><span>)</span></a>
5697                        or <a class='info' href='#LIST CHANNELS'>"LIST CHANNELS"<span> (</span><span class='info'>Getting all created sampler channel list</span><span>)</span></a> command,
5698                        &lt;fx-send-id&gt; reflects the numerical ID of the effect send entity
5699                        as returned by the <a class='info' href='#CREATE FX_SEND'>"CREATE FX_SEND"<span> (</span><span class='info'>Adding an effect send to a sampler channel</span><span>)</span></a>
5700                        or <a class='info' href='#LIST FX_SENDS'>"LIST FX_SENDS"<span> (</span><span class='info'>Listing all effect sends on a sampler channel</span><span>)</span></a> command,
5701                        &lt;effect-chain&gt; by the numerical ID of the destination
5702                        effect chain as returned by the
5703                        <a class='info' href='#ADD SEND_EFFECT_CHAIN'>"ADD SEND_EFFECT_CHAIN"<span> (</span><span class='info'>Add send effect chain</span><span>)</span></a>
5704                        or
5705                        <a class='info' href='#LIST SEND_EFFECT_CHAINS'>"LIST SEND_EFFECT_CHAINS"<span> (</span><span class='info'>Retrieve list of send effect chains</span><span>)</span></a>
5706                        command and &lt;chain-pos&gt; reflects the exact effect
5707                        chain position in the effect chain which hosts the actual
5708                        destination effect.
5709    </p>
5710    <p>Possible Answers:
5711    </p>
5712    <p>
5713                            </p>
5714    <blockquote class="text">
5715    <p>"OK" -
5716                                    </p>
5717    <blockquote class="text">
5718    <p>on success
5719    </p>
5720    </blockquote>
5721                                
5722    
5723    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5724                                    </p>
5725    <blockquote class="text">
5726    <p>in case it failed, providing an appropriate error code and error message
5727    </p>
5728    </blockquote>
5729                                
5730    
5731    </blockquote><p>
5732                        
5733    </p>
5734    <p>Example:
5735    </p>
5736    <p>
5737                            </p>
5738    <blockquote class="text">
5739    <p>C: "SET FX_SEND SEND_EFFECT 0 0 2 5"
5740    </p>
5741    <p>S: "OK"
5742    </p>
5743    </blockquote><p>
5744                        
5745    </p>
5746    <a name="REMOVE FX_SEND SEND_EFFECT"></a><br /><hr />
5747    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
5748    <a name="rfc.section.6.4.33"></a><h3>6.4.33.&nbsp;
5749    Removing destination effect from an effect send</h3>
5750    
5751    <p>The front-end can (re-)assign a destination effect to an
5752                        effect send by sending the following command:
5753    </p>
5754    <p>
5755                            </p>
5756    <blockquote class="text">
5757    <p>REMOVE FX_SEND SEND_EFFECT &lt;sampler-chan&gt; &lt;fx-send-id&gt;
5758    </p>
5759    </blockquote><p>
5760                        
5761    </p>
5762    <p>Where &lt;sampler-chan&gt; is the sampler channel number
5763                        as returned by the <a class='info' href='#ADD CHANNEL'>"ADD CHANNEL"<span> (</span><span class='info'>Adding a new sampler channel</span><span>)</span></a>
5764                        or <a class='info' href='#LIST CHANNELS'>"LIST CHANNELS"<span> (</span><span class='info'>Getting all created sampler channel list</span><span>)</span></a> command,
5765                        &lt;fx-send-id&gt; reflects the numerical ID of the effect send entity
5766                        as returned by the <a class='info' href='#CREATE FX_SEND'>"CREATE FX_SEND"<span> (</span><span class='info'>Adding an effect send to a sampler channel</span><span>)</span></a>
5767                        or <a class='info' href='#LIST FX_SENDS'>"LIST FX_SENDS"<span> (</span><span class='info'>Listing all effect sends on a sampler channel</span><span>)</span></a> command.
5768    </p>
5769    <p>After the destination effect has been removed from the
5770                        effect send, the audio signal of the effect send will be
5771                        routed directly to the audio output device, according to the
5772                        audio channel routing setting of the effect send.
5773                        
5774    </p>
5775    <p>Possible Answers:
5776    </p>
5777    <p>
5778                            </p>
5779    <blockquote class="text">
5780    <p>"OK" -
5781                                    </p>
5782    <blockquote class="text">
5783    <p>on success
5784    </p>
5785    </blockquote>
5786                                
5787    
5788    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5789                                    </p>
5790    <blockquote class="text">
5791    <p>in case it failed, providing an appropriate error code and error message
5792    </p>
5793    </blockquote>
5794                                
5795    
5796    </blockquote><p>
5797                        
5798    </p>
5799    <p>Example:
5800    </p>
5801    <p>
5802                            </p>
5803    <blockquote class="text">
5804    <p>C: "REMOVE FX_SEND SEND_EFFECT 0 0"
5805    </p>
5806    <p>S: "OK"
5807    </p>
5808    </blockquote><p>
5809                        
5810    </p>
5811    <a name="SET FX_SEND MIDI_CONTROLLER"></a><br /><hr />
5812    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
5813    <a name="rfc.section.6.4.34"></a><h3>6.4.34.&nbsp;
5814    Altering effect send's MIDI controller</h3>
5815    
5816    <p>The front-end can alter the MIDI controller of an effect
5817                        send entity by sending the following command:
5818    </p>
5819    <p>
5820                            </p>
5821    <blockquote class="text">
5822    <p>SET FX_SEND MIDI_CONTROLLER &lt;sampler-chan&gt; &lt;fx-send-id&gt; &lt;midi-ctrl&gt;
5823    </p>
5824    </blockquote><p>
5825                        
5826    </p>
5827    <p>Where &lt;sampler-chan&gt; is the sampler channel number
5828                        as returned by the <a class='info' href='#ADD CHANNEL'>"ADD CHANNEL"<span> (</span><span class='info'>Adding a new sampler channel</span><span>)</span></a>
5829                        or <a class='info' href='#LIST CHANNELS'>"LIST CHANNELS"<span> (</span><span class='info'>Getting all created sampler channel list</span><span>)</span></a> command,
5830                        &lt;fx-send-id&gt; reflects the numerical ID of the effect send entity
5831                        as returned by the <a class='info' href='#CREATE FX_SEND'>"CREATE FX_SEND"<span> (</span><span class='info'>Adding an effect send to a sampler channel</span><span>)</span></a>
5832                        or <a class='info' href='#LIST FX_SENDS'>"LIST FX_SENDS"<span> (</span><span class='info'>Listing all effect sends on a sampler channel</span><span>)</span></a> command and
5833                        &lt;midi-ctrl&gt; reflects the MIDI controller which shall be
5834                        able to modify the effect send's send level.
5835    </p>
5836    <p>Possible Answers:
5837    </p>
5838    <p>
5839                            </p>
5840    <blockquote class="text">
5841    <p>"OK" -
5842                                    </p>
5843    <blockquote class="text">
5844    <p>on success
5845    </p>
5846    </blockquote>
5847                                
5848    
5849    <p>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
5850                                    </p>
5851    <blockquote class="text">
5852    <p>if MIDI controller was set, but there are noteworthy
5853                                        issue(s) related, providing an appropriate warning code and
5854                                        warning message
5855    </p>
5856    </blockquote>
5857                                
5858    
5859    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5860                                    </p>
5861    <blockquote class="text">
5862    <p>in case it failed, providing an appropriate error code and error message
5863    </p>
5864    </blockquote>
5865                                
5866    
5867    </blockquote><p>
5868                        
5869    </p>
5870    <p>Example:
5871    </p>
5872    <p>
5873                            </p>
5874    <blockquote class="text">
5875    <p>C: "SET FX_SEND MIDI_CONTROLLER 0 0 91"
5876    </p>
5877    <p>S: "OK"
5878    </p>
5879    </blockquote><p>
5880                        
5881    </p>
5882    <a name="SET FX_SEND LEVEL"></a><br /><hr />
5883    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
5884    <a name="rfc.section.6.4.35"></a><h3>6.4.35.&nbsp;
5885    Altering effect send's send level</h3>
5886    
5887    <p>The front-end can alter the current send level of an effect
5888                        send entity by sending the following command:
5889    </p>
5890    <p>
5891                            </p>
5892    <blockquote class="text">
5893    <p>SET FX_SEND LEVEL &lt;sampler-chan&gt; &lt;fx-send-id&gt; &lt;volume&gt;
5894    </p>
5895    </blockquote><p>
5896                        
5897    </p>
5898    <p>Where &lt;sampler-chan&gt; is the sampler channel number
5899                        as returned by the <a class='info' href='#ADD CHANNEL'>"ADD CHANNEL"<span> (</span><span class='info'>Adding a new sampler channel</span><span>)</span></a>
5900                        or <a class='info' href='#LIST CHANNELS'>"LIST CHANNELS"<span> (</span><span class='info'>Getting all created sampler channel list</span><span>)</span></a> command,
5901                        &lt;fx-send-id&gt; reflects the numerical ID of the effect send entity
5902                        as returned by the <a class='info' href='#CREATE FX_SEND'>"CREATE FX_SEND"<span> (</span><span class='info'>Adding an effect send to a sampler channel</span><span>)</span></a>
5903                        or <a class='info' href='#LIST FX_SENDS'>"LIST FX_SENDS"<span> (</span><span class='info'>Listing all effect sends on a sampler channel</span><span>)</span></a> command and
5904                        &lt;volume&gt; is an optionally dotted positive number (a value
5905                        smaller than 1.0 means attenuation, whereas a value greater than
5906                        1.0 means amplification) reflecting the new send level.
5907    </p>
5908    <p>Possible Answers:
5909    </p>
5910    <p>
5911                            </p>
5912    <blockquote class="text">
5913    <p>"OK" -
5914                                    </p>
5915    <blockquote class="text">
5916    <p>on success
5917    </p>
5918    </blockquote>
5919                                
5920    
5921    <p>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
5922                                    </p>
5923    <blockquote class="text">
5924    <p>if new send level was set, but there are noteworthy
5925                                        issue(s) related, providing an appropriate warning code and
5926                                        warning message
5927    </p>
5928    </blockquote>
5929                                
5930    
5931    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5932                                    </p>
5933    <blockquote class="text">
5934    <p>in case it failed, providing an appropriate error code and error message
5935    </p>
5936    </blockquote>
5937                                
5938    
5939    </blockquote><p>
5940                        
5941    </p>
5942    <p>Example:
5943    </p>
5944    <p>
5945                            </p>
5946    <blockquote class="text">
5947    <p>C: "SET FX_SEND LEVEL 0 0 0.15"
5948    </p>
5949    <p>S: "OK"
5950    </p>
5951    </blockquote><p>
5952                        
5953    </p>
5954    <a name="SEND CHANNEL MIDI_DATA"></a><br /><hr />
5955    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
5956    <a name="rfc.section.6.4.36"></a><h3>6.4.36.&nbsp;
5957    Sending MIDI messages to sampler channel</h3>
5958    
5959    <p>The front-end can send MIDI events to a specific sampler channel
5960                        by sending the following command:
5961    </p>
5962    <p>
5963                            </p>
5964    <blockquote class="text">
5965    <p>SEND CHANNEL MIDI_DATA &lt;midi-msg&gt; &lt;sampler-chan&gt; &lt;arg1&gt; &lt;arg2&gt;
5966    </p>
5967    </blockquote><p>
5968                        
5969    </p>
5970    <p>Where &lt;sampler-chan&gt; is the sampler channel number
5971                        as returned by the <a class='info' href='#ADD CHANNEL'>"ADD CHANNEL"<span> (</span><span class='info'>Adding a new sampler channel</span><span>)</span></a>
5972                        or <a class='info' href='#LIST CHANNELS'>"LIST CHANNELS"<span> (</span><span class='info'>Getting all created sampler channel list</span><span>)</span></a> command,
5973                        &lt;arg1&gt; and &lt;arg2&gt; arguments depend on the &lt;midi-msg&gt; argument, which
5974                        specifies the MIDI message type. Currently, the following MIDI messages are supported:
5975    </p>
5976    <p>
5977                            </p>
5978    <blockquote class="text">
5979    <p>"NOTE_ON" -
5980                                    </p>
5981    <blockquote class="text">
5982    <p>For turning on MIDI notes, where &lt;arg1&gt;
5983                                        specifies the key number and &lt;arg2&gt; the velocity
5984                                        as described in the MIDI specification.
5985    </p>
5986    </blockquote>
5987                                
5988    
5989    <p>"NOTE_OFF" -
5990                                    </p>
5991    <blockquote class="text">
5992    <p>For turning a currently playing MIDI note off, where &lt;arg1&gt;
5993                                        specifies the key number and &lt;arg2&gt; the velocity
5994                                        as described in the MIDI specification.
5995    </p>
5996    </blockquote>
5997                                
5998    
5999    <p>"CC" -
6000                                    </p>
6001    <blockquote class="text">
6002    <p>For changing a MIDI controller, where &lt;arg1&gt;
6003                                        specifies the controller number and &lt;arg2&gt; the
6004                                        new value of the controller as described in the Control
6005                                        Change section of the MIDI specification.
6006    </p>
6007    </blockquote>
6008                                
6009    
6010    </blockquote><p>
6011                        
6012    </p>
6013    <p>CAUTION: This command is provided for implementations of virtual MIDI keyboards
6014                        and no realtime guarantee whatsoever will be made!
6015    </p>
6016    <p>Possible Answers:
6017    </p>
6018    <p>
6019                            </p>
6020    <blockquote class="text">
6021    <p>"OK" -
6022                                    </p>
6023    <blockquote class="text">
6024    <p>on success
6025    </p>
6026    </blockquote>
6027                                
6028    
6029    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6030                                    </p>
6031    <blockquote class="text">
6032    <p>in case it failed, providing an appropriate error code and error message
6033    </p>
6034    </blockquote>
6035                                
6036    
6037    </blockquote><p>
6038                        
6039    </p>
6040    <p>Example:
6041    </p>
6042    <p>
6043                            </p>
6044    <blockquote class="text">
6045    <p>C: "SEND CHANNEL MIDI_DATA NOTE_ON 0 56 112"
6046    </p>
6047    <p>S: "OK"
6048    </p>
6049    </blockquote><p>
6050                        
6051    </p>
6052  <a name="RESET CHANNEL"></a><br /><hr />  <a name="RESET CHANNEL"></a><br /><hr />
6053  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
6054  <a name="rfc.section.6.4.31"></a><h3>6.4.31.&nbsp;  <a name="rfc.section.6.4.37"></a><h3>6.4.37.&nbsp;
6055  Resetting a sampler channel</h3>  Resetting a sampler channel</h3>
6056    
6057  <p>The front-end can reset a particular sampler channel by sending the following command:  <p>The front-end can reset a particular sampler channel by sending the following command:
# Line 5720  Maximum amount of active voices</h3> Line 6386  Maximum amount of active voices</h3>
6386  </blockquote><p>  </blockquote><p>
6387                                            
6388  </p>  </p>
6389  <a name="RESET"></a><br /><hr />  <a name="GET TOTAL_STREAM_COUNT"></a><br /><hr />
6390  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
6391  <a name="rfc.section.6.6.3"></a><h3>6.6.3.&nbsp;  <a name="rfc.section.6.6.3"></a><h3>6.6.3.&nbsp;
6392    Current number of active disk streams</h3>
6393    
6394    <p>The front-end can ask for the current number of active disk streams on
6395                        the sampler by sending the following command:
6396    </p>
6397    <p>
6398                            </p>
6399    <blockquote class="text">
6400    <p>GET TOTAL_STREAM_COUNT
6401    </p>
6402    </blockquote><p>
6403                        
6404    </p>
6405    <p>Possible Answers:
6406    </p>
6407    <p>
6408                            </p>
6409    <blockquote class="text">
6410    <p>LinuxSampler will answer by returning the number of all active
6411                                disk streams on the sampler.
6412    </p>
6413    </blockquote><p>
6414                        
6415    </p>
6416    <a name="RESET"></a><br /><hr />
6417    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
6418    <a name="rfc.section.6.6.4"></a><h3>6.6.4.&nbsp;
6419  Reset sampler</h3>  Reset sampler</h3>
6420    
6421  <p>The front-end can reset the whole sampler by sending the following command:  <p>The front-end can reset the whole sampler by sending the following command:
# Line 5763  Reset sampler</h3> Line 6456  Reset sampler</h3>
6456  </p>  </p>
6457  <a name="GET SERVER INFO"></a><br /><hr />  <a name="GET SERVER INFO"></a><br /><hr />
6458  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
6459  <a name="rfc.section.6.6.4"></a><h3>6.6.4.&nbsp;  <a name="rfc.section.6.6.5"></a><h3>6.6.5.&nbsp;
6460  General sampler informations</h3>  General sampler informations</h3>
6461    
6462  <p>The client can ask for general informations about the LinuxSampler  <p>The client can ask for general informations about the LinuxSampler
# Line 5796  General sampler informations</h3> Line 6489  General sampler informations</h3>
6489                                          </p>                                          </p>
6490  <blockquote class="text">  <blockquote class="text">
6491  <p>arbitrary textual description about the sampler  <p>arbitrary textual description about the sampler
6492                                                (note that the character string may contain
6493                                                <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>)
6494  </p>  </p>
6495  </blockquote>  </blockquote>
6496                                                                            
# Line 5817  General sampler informations</h3> Line 6512  General sampler informations</h3>
6512  </blockquote>  </blockquote>
6513                                                                            
6514    
6515    <p>INSTRUMENTS_DB_SUPPORT -
6516                                            </p>
6517    <blockquote class="text">
6518    <p>either yes or no, specifies whether the
6519                                                sampler is build with instruments database support.
6520    </p>
6521    </blockquote>
6522                                        
6523    
6524  </blockquote>  </blockquote>
6525                                                            
6526    
# Line 5828  General sampler informations</h3> Line 6532  General sampler informations</h3>
6532  </p>  </p>
6533  <a name="GET VOLUME"></a><br /><hr />  <a name="GET VOLUME"></a><br /><hr />
6534  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
6535  <a name="rfc.section.6.6.5"></a><h3>6.6.5.&nbsp;  <a name="rfc.section.6.6.6"></a><h3>6.6.6.&nbsp;
6536  Getting global volume attenuation</h3>  Getting global volume attenuation</h3>
6537    
6538  <p>The client can ask for the current global sampler-wide volume  <p>The client can ask for the current global sampler-wide volume
# Line 5861  Getting global volume attenuation</h3> Line 6565  Getting global volume attenuation</h3>
6565  </p>  </p>
6566  <a name="SET VOLUME"></a><br /><hr />  <a name="SET VOLUME"></a><br /><hr />
6567  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
6568  <a name="rfc.section.6.6.6"></a><h3>6.6.6.&nbsp;  <a name="rfc.section.6.6.7"></a><h3>6.6.7.&nbsp;
6569  Setting global volume attenuation</h3>  Setting global volume attenuation</h3>
6570    
6571  <p>The client can alter the current global sampler-wide volume  <p>The client can alter the current global sampler-wide volume
# Line 5914  Setting global volume attenuation</h3> Line 6618  Setting global volume attenuation</h3>
6618  </blockquote><p>  </blockquote><p>
6619                                            
6620  </p>  </p>
6621    <a name="GET VOICES"></a><br /><hr />
6622    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
6623    <a name="rfc.section.6.6.8"></a><h3>6.6.8.&nbsp;
6624    Getting global voice limit</h3>
6625    
6626    <p>The client can ask for the current global sampler-wide limit
6627                           for maximum voices by sending the following command:
6628    </p>
6629    <p>
6630                            </p>
6631    <blockquote class="text">
6632    <p>GET VOICES
6633    </p>
6634    </blockquote><p>
6635                        
6636    </p>
6637    <p>Possible Answers:
6638    </p>
6639    <p>
6640                            </p>
6641    <blockquote class="text">
6642    <p>LinuxSampler will answer by returning the number for
6643                                   the current limit of maximum voices.
6644    </p>
6645    </blockquote><p>
6646                        
6647    </p>
6648    <p>The voice limit setting defines how many voices should maximum
6649                           be processed by the sampler at the same time. If the user
6650                           triggers new notes which would exceed that voice limit, the
6651                           sampler engine will react by stealing old voices for those
6652                           newly triggered notes. Note that the amount of voices triggered
6653                           by a new note can be larger than one and is dependent to the
6654                           respective instrument and probably further criterias.
6655    </p>
6656    <a name="SET VOICES"></a><br /><hr />
6657    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
6658    <a name="rfc.section.6.6.9"></a><h3>6.6.9.&nbsp;
6659    Setting global voice limit</h3>
6660    
6661    <p>The client can alter the current global sampler-wide limit
6662                        for maximum voices by sending the following command:
6663    </p>
6664    <p>
6665                            </p>
6666    <blockquote class="text">
6667    <p>SET VOICES &lt;max-voices&gt;
6668    </p>
6669    </blockquote><p>
6670                        
6671    </p>
6672    <p>Where &lt;max-voices&gt; should be replaced by the integer
6673                       value, reflecting the new global amount limit of maximum voices.
6674                       This value has to be larger than 0.
6675    </p>
6676    <p>Possible Answers:
6677    </p>
6678    <p>
6679                            </p>
6680    <blockquote class="text">
6681    <p>"OK" -
6682                                    </p>
6683    <blockquote class="text">
6684    <p>on success
6685    </p>
6686    </blockquote>
6687                                
6688    
6689    <p>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
6690                                    </p>
6691    <blockquote class="text">
6692    <p>if the voice limit was set, but there are noteworthy
6693                                        issue(s) related, providing an appropriate warning code and
6694                                        warning message
6695    </p>
6696    </blockquote>
6697                                
6698    
6699    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6700                                    </p>
6701    <blockquote class="text">
6702    <p>in case it failed, providing an appropriate error code and error message
6703    </p>
6704    </blockquote>
6705                                
6706    
6707    </blockquote><p>
6708                        
6709    </p>
6710    <p>Note: the given value will be passed to all sampler engine instances.
6711                           The total amount of maximum voices on the running system might thus
6712                           be as big as the given value multiplied by the current amount of engine
6713                           instances.
6714    </p>
6715    <p>Caution: when adjusting the voice limit, you SHOULD also
6716                            adjust the disk stream limit respectively and vice versa.
6717    </p>
6718    <a name="GET STREAMS"></a><br /><hr />
6719    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
6720    <a name="rfc.section.6.6.10"></a><h3>6.6.10.&nbsp;
6721    Getting global disk stream limit</h3>
6722    
6723    <p>The client can ask for the current global sampler-wide limit
6724                           for maximum disk streams by sending the following command:
6725    </p>
6726    <p>
6727                            </p>
6728    <blockquote class="text">
6729    <p>GET STREAMS
6730    </p>
6731    </blockquote><p>
6732                        
6733    </p>
6734    <p>Possible Answers:
6735    </p>
6736    <p>
6737                            </p>
6738    <blockquote class="text">
6739    <p>LinuxSampler will answer by returning the number for
6740                                   the current limit of maximum disk streams.
6741    </p>
6742    </blockquote><p>
6743                        
6744    </p>
6745    <p>The disk stream limit setting defines how many disk streams should
6746                           maximum be processed by a sampler engine at the same time. The
6747                           higher this value, the more memory (RAM) will be occupied, since
6748                           every disk streams allocates a certain buffer size for being able
6749                           to perform its streaming operations.
6750    </p>
6751    <a name="SET STREAMS"></a><br /><hr />
6752    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
6753    <a name="rfc.section.6.6.11"></a><h3>6.6.11.&nbsp;
6754    Setting global disk stream limit</h3>
6755    
6756    <p>The client can alter the current global sampler-wide limit
6757                        for maximum disk streams by sending the following command:
6758    </p>
6759    <p>
6760                            </p>
6761    <blockquote class="text">
6762    <p>SET STREAMS &lt;max-streams&gt;
6763    </p>
6764    </blockquote><p>
6765                        
6766    </p>
6767    <p>Where &lt;max-streams&gt; should be replaced by the integer
6768                       value, reflecting the new global amount limit of maximum disk streams.
6769                       This value has to be positive.
6770    </p>
6771    <p>Possible Answers:
6772    </p>
6773    <p>
6774                            </p>
6775    <blockquote class="text">
6776    <p>"OK" -
6777                                    </p>
6778    <blockquote class="text">
6779    <p>on success
6780    </p>
6781    </blockquote>
6782                                
6783    
6784    <p>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
6785                                    </p>
6786    <blockquote class="text">
6787    <p>if the disk stream limit was set, but there are noteworthy
6788                                        issue(s) related, providing an appropriate warning code and
6789                                        warning message
6790    </p>
6791    </blockquote>
6792                                
6793    
6794    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
6795                                    </p>
6796    <blockquote class="text">
6797    <p>in case it failed, providing an appropriate error code and error message
6798    </p>
6799    </blockquote>
6800                                
6801    
6802    </blockquote><p>
6803                        
6804    </p>
6805    <p>Note: the given value will be passed to all sampler engine instances.
6806                           The total amount of maximum disk streams on the running system might
6807                           thus be as big as the given value multiplied by the current amount of
6808                           engine instances.
6809    </p>
6810    <p>Caution: when adjusting the disk stream limit, you SHOULD also
6811                            adjust the voice limit respectively and vice versa.
6812    </p>
6813  <a name="MIDI Instrument Mapping"></a><br /><hr />  <a name="MIDI Instrument Mapping"></a><br /><hr />
6814  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
6815  <a name="rfc.section.6.7"></a><h3>6.7.&nbsp;  <a name="rfc.section.6.7"></a><h3>6.7.&nbsp;
# Line 5948  MIDI Instrument Mapping</h3> Line 6844  MIDI Instrument Mapping</h3>
6844                  cause the sampler to switch to the respective instrument as                  cause the sampler to switch to the respective instrument as
6845                  reflected by the current MIDI instrument map.                  reflected by the current MIDI instrument map.
6846  </p>  </p>
6847  <a name="ADD MIDI_INSTRUMENT MAP"></a><br /><hr />  <a name="ADD MIDI_INSTRUMENT_MAP"></a><br /><hr />
6848  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
6849  <a name="rfc.section.6.7.1"></a><h3>6.7.1.&nbsp;  <a name="rfc.section.6.7.1"></a><h3>6.7.1.&nbsp;
6850  Create a new MIDI instrument map</h3>  Create a new MIDI instrument map</h3>
# Line 5966  Create a new MIDI instrument map</h3> Line 6862  Create a new MIDI instrument map</h3>
6862  </p>  </p>
6863  <p>Where &lt;name&gt; is an optional argument allowing to  <p>Where &lt;name&gt; is an optional argument allowing to
6864                      assign a custom name to the new map. MIDI instrument Map                      assign a custom name to the new map. MIDI instrument Map
6865                      names do not have to be unique.                      names do not have to be unique, but MUST be encapsulated
6866                        into apostrophes and support escape sequences as described
6867                        in chapter "<a class='info' href='#character_set'>Character Set and Escape Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>".
6868                        
6869  </p>  </p>
6870  <p>Possible Answers:  <p>Possible Answers:
6871  </p>  </p>
# Line 6224  Getting MIDI instrument map information< Line 7123  Getting MIDI instrument map information<
7123  <blockquote class="text">  <blockquote class="text">
7124  <p>custom name of the given map,  <p>custom name of the given map,
7125                                              which does not have to be unique                                              which does not have to be unique
7126                                                (note that this character string may contain
7127                                                 <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>)
7128    </p>
7129    </blockquote>
7130                                        
7131    
7132    <p>DEFAULT -
7133                                            </p>
7134    <blockquote class="text">
7135    <p>either true or false,
7136                                                defines whether this map is the default map
7137  </p>  </p>
7138  </blockquote>  </blockquote>
7139                                                                            
# Line 6245  Getting MIDI instrument map information< Line 7155  Getting MIDI instrument map information<
7155  </p>  </p>
7156  <p>S: "NAME: Standard Map"  <p>S: "NAME: Standard Map"
7157  </p>  </p>
7158    <p>&nbsp;&nbsp;&nbsp;"DEFAULT: true"
7159    </p>
7160  <p>&nbsp;&nbsp;&nbsp;"."  <p>&nbsp;&nbsp;&nbsp;"."
7161  </p>  </p>
7162  </blockquote><p>  </blockquote><p>
# Line 6268  Renaming a MIDI instrument map</h3> Line 7180  Renaming a MIDI instrument map</h3>
7180  </p>  </p>
7181  <p>Where &lt;map&gt; is the numerical ID of the map and  <p>Where &lt;map&gt; is the numerical ID of the map and
7182                      &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
7183                      have to be unique.                      have to be unique (name MUST be encapsulated into apostrophes
7184                        and supports escape sequences as described in chapter
7185                        "<a class='info' href='#character_set'>Character Set and Escape Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>").
7186                        
7187  </p>  </p>
7188  <p>Possible Answers:  <p>Possible Answers:
7189  </p>  </p>
# Line 6318  Create or replace a MIDI instrument map Line 7233  Create or replace a MIDI instrument map
7233  <p>  <p>
7234                          </p>                          </p>
7235  <blockquote class="text">  <blockquote class="text">
7236  <p>MAP MIDI_INSTRUMENT &lt;map&gt;  <p>MAP MIDI_INSTRUMENT [NON_MODAL] &lt;map&gt;
7237                              &lt;midi_bank&gt; &lt;midi_prog&gt; &lt;engine_name&gt;                              &lt;midi_bank&gt; &lt;midi_prog&gt; &lt;engine_name&gt;
7238                              &lt;filename&gt; &lt;instrument_index&gt; &lt;volume_value&gt;                              &lt;filename&gt; &lt;instrument_index&gt; &lt;volume_value&gt;
7239                              [&lt;instr_load_mode&gt;] [&lt;name&gt;]                              [&lt;instr_load_mode&gt;] [&lt;name&gt;]
# Line 6334  Create or replace a MIDI instrument map Line 7249  Create or replace a MIDI instrument map
7249                      index, &lt;engine_name&gt; a sampler engine name as returned by                      index, &lt;engine_name&gt; a sampler engine name as returned by
7250                      the <a class='info' href='#LIST AVAILABLE_ENGINES'>"LIST AVAILABLE_ENGINES"<span> (</span><span class='info'>Getting all available engines</span><span>)</span></a>                      the <a class='info' href='#LIST AVAILABLE_ENGINES'>"LIST AVAILABLE_ENGINES"<span> (</span><span class='info'>Getting all available engines</span><span>)</span></a>
7251                      command (not encapsulated into apostrophes), &lt;filename&gt; the name                      command (not encapsulated into apostrophes), &lt;filename&gt; the name
7252                      of the instrument's file to be deployed (encapsulated into apostrophes),                      of the instrument's file to be deployed (encapsulated into apostrophes,
7253                        supporting escape sequences as described in chapter
7254                        "<a class='info' href='#character_set'>Character Set and Escape Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>"),
7255                      &lt;instrument_index&gt; the index (integer value) of the instrument                      &lt;instrument_index&gt; the index (integer value) of the instrument
7256                      within the given file, &lt;volume_value&gt; reflects the master                      within the given file, &lt;volume_value&gt; reflects the master
7257                      volume of the instrument as optionally dotted number (where a                      volume of the instrument as optionally dotted number (where a
7258                      value < 1.0 means attenuation and a value > 1.0 means                      value &lt; 1.0 means attenuation and a value > 1.0 means
7259                      amplification). This parameter easily allows to adjust the                      amplification). This parameter easily allows to adjust the
7260                      volume of all intruments within a custom instrument map                      volume of all intruments within a custom instrument map
7261                      without having to adjust their instrument files. The                      without having to adjust their instrument files. The
# Line 6382  Create or replace a MIDI instrument map Line 7299  Create or replace a MIDI instrument map
7299                                  </p>                                  </p>
7300  <blockquote class="text">  <blockquote class="text">
7301  <p>The instrument will immediately be loaded  <p>The instrument will immediately be loaded
7302                                      into memory in the background when this mapping                                      into memory when this mapping
7303                                      command is sent and the instrument is kept all                                      command is sent and the instrument is kept all
7304                                      the time. Instruments with this mode are                                      the time. Instruments with this mode are
7305                                      only freed when the sampler is reset or all                                      only freed when the sampler is reset or all
# Line 6431  Create or replace a MIDI instrument map Line 7348  Create or replace a MIDI instrument map
7348                      load modes of entries, the frontend should retrieve the actual                      load modes of entries, the frontend should retrieve the actual
7349                      mode by i.e. sending                      mode by i.e. sending
7350                      <a class='info' href='#GET MIDI_INSTRUMENT INFO'>"GET MIDI_INSTRUMENT INFO"<span> (</span><span class='info'>Get current settings of MIDI instrument map entry</span><span>)</span></a>                      <a class='info' href='#GET MIDI_INSTRUMENT INFO'>"GET MIDI_INSTRUMENT INFO"<span> (</span><span class='info'>Get current settings of MIDI instrument map entry</span><span>)</span></a>
7351                      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
7352                      set a custom name (encapsulated into apostrophes) for the mapping                      (encapsulated into apostrophes, supporting escape sequences as described in chapter
7353                      entry, useful for frontends for displaying an appropriate name for                      "<a class='info' href='#character_set'>Character Set and Escape Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>") for the
7354                        mapping entry, useful for frontends for displaying an appropriate name for
7355                      mapped instruments (using                      mapped instruments (using
7356                      <a class='info' href='#GET MIDI_INSTRUMENT INFO'>"GET MIDI_INSTRUMENT INFO"<span> (</span><span class='info'>Get current settings of MIDI instrument map entry</span><span>)</span></a>).                      <a class='info' href='#GET MIDI_INSTRUMENT INFO'>"GET MIDI_INSTRUMENT INFO"<span> (</span><span class='info'>Get current settings of MIDI instrument map entry</span><span>)</span></a>).
7357                                            
7358  </p>  </p>
7359  <p>  <p>
7360                      The "MAP MIDI_INSTRUMENT" command                      By default, "MAP MIDI_INSTRUMENT" commands block until the mapping is
7361                      will immediately return, thus it will not block when an                      completely established in the sampler. The OPTIONAL "NON_MODAL" argument
7362                      instrument is to be loaded due to a "PERSISTENT" type                      however causes the respective "MAP MIDI_INSTRUMENT" command to return
7363                      entry as instruments are loaded in the background. As a                      immediately, that is to let the sampler establish the mapping in the
7364                      consequence this command may not necessarily return an error                      background. So this argument might be especially useful for mappings with
7365                      i.e. when the given instrument file does not exist or may                      a "PERSISTENT" type, because these have to load the respective instruments
7366                      turn out to be corrupt.                      immediately and might thus block for a very long time. It is recommended
7367                        however to use the OPTIONAL "NON_MODAL" argument only if really necessary,
7368                        because it has the following drawbacks: as "NON_MODAL" instructions return
7369                        immediately, they may not necessarily return an error i.e. when the given
7370                        instrument file turns out to be corrupt, beside that subsequent commands
7371                        in a LSCP instruction sequence might fail, because mandatory mappings are
7372                        not yet completed.
7373                                            
7374  </p>  </p>
7375  <p>Possible Answers:  <p>Possible Answers:
# Line 6512  Create or replace a MIDI instrument map Line 7436  Create or replace a MIDI instrument map
7436  <p>  <p>
7437                          </p>                          </p>
7438  <blockquote class="text">  <blockquote class="text">
7439  <p>C: "MAP MIDI_INSTRUMENT 1 8 120 gig '/home/joe/foodrums.gig' 0 1.0 PERSISTENT 'Foo Drumkit'"  <p>C: "MAP MIDI_INSTRUMENT NON_MODAL 1 8 120 gig '/home/joe/foodrums.gig' 0 1.0 PERSISTENT 'Foo Drumkit'"
7440  </p>  </p>
7441  <p>S: "OK"  <p>S: "OK"
7442  </p>  </p>
# Line 6749  Get current settings of MIDI instrument Line 7673  Get current settings of MIDI instrument
7673                                      changed with the                                      changed with the
7674                                      <a class='info' href='#MAP MIDI_INSTRUMENT'>"MAP MIDI_INSTRUMENT"<span> (</span><span class='info'>Create or replace a MIDI instrument map entry</span><span>)</span></a>                                      <a class='info' href='#MAP MIDI_INSTRUMENT'>"MAP MIDI_INSTRUMENT"<span> (</span><span class='info'>Create or replace a MIDI instrument map entry</span><span>)</span></a>
7675                                      command and does not have to be unique.                                      command and does not have to be unique.
7676                                        (note that this character string may contain
7677                                        <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>)
7678  </p>  </p>
7679  </blockquote>  </blockquote>
7680                                                            
# Line 6765  Get current settings of MIDI instrument Line 7691  Get current settings of MIDI instrument
7691  <p>"INSTRUMENT_FILE" -  <p>"INSTRUMENT_FILE" -
7692                                  </p>                                  </p>
7693  <blockquote class="text">  <blockquote class="text">
7694  <p>File name of the instrument.  <p>File name of the instrument
7695                                        (note that this path may contain
7696                                        <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>).
7697  </p>  </p>
7698  </blockquote>  </blockquote>
7699                                                            
# Line 6783  Get current settings of MIDI instrument Line 7711  Get current settings of MIDI instrument
7711  <blockquote class="text">  <blockquote class="text">
7712  <p>Name of the loaded instrument as reflected by its file.  <p>Name of the loaded instrument as reflected by its file.
7713                                      In contrast to the "NAME" field, the "INSTRUMENT_NAME" field                                      In contrast to the "NAME" field, the "INSTRUMENT_NAME" field
7714                                      cannot be changed.                                      cannot be changed (note that this character string may contain
7715                                        <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>).
7716  </p>  </p>
7717  </blockquote>  </blockquote>
7718                                                            
# Line 6801  Get current settings of MIDI instrument Line 7730  Get current settings of MIDI instrument
7730                                  </p>                                  </p>
7731  <blockquote class="text">  <blockquote class="text">
7732  <p>master volume of the instrument as optionally  <p>master volume of the instrument as optionally
7733                                      dotted number (where a value < 1.0 means attenuation                                      dotted number (where a value &lt; 1.0 means attenuation
7734                                      and a value > 1.0 means amplification)                                      and a value > 1.0 means amplification)
7735  </p>  </p>
7736  </blockquote>  </blockquote>
# Line 6910  Clear MIDI instrument map</h3> Line 7839  Clear MIDI instrument map</h3>
7839  </blockquote><p>  </blockquote><p>
7840                                            
7841  </p>  </p>
7842    <a name="Managing Instruments Database"></a><br /><hr />
7843    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
7844    <a name="rfc.section.6.8"></a><h3>6.8.&nbsp;
7845    Managing Instruments Database</h3>
7846    
7847    <p>The following commands describe how to use and manage
7848                    the instruments database.
7849    </p>
7850    <p>Notice:
7851    </p>
7852    <p>
7853                            </p>
7854    <blockquote class="text">
7855    <p>All command arguments representing a path or
7856                                instrument/directory name support escape sequences as described in chapter
7857                                "<a class='info' href='#character_set'>Character Set and Escape Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>".
7858                                
7859    </p>
7860    <p>All occurrences of a forward slash in instrument and directory
7861                                   names are escaped with its hex (\x2f) or octal (\057) escape sequence.
7862                                
7863    </p>
7864    </blockquote><p>
7865                        
7866    </p>
7867    <a name="ADD DB_INSTRUMENT_DIRECTORY"></a><br /><hr />
7868    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
7869    <a name="rfc.section.6.8.1"></a><h3>6.8.1.&nbsp;
7870    Creating a new instrument directory</h3>
7871    
7872    <p>The front-end can add a new instrument directory to the
7873                        instruments database by sending the following command:
7874    </p>
7875    <p>
7876                            </p>
7877    <blockquote class="text">
7878    <p>ADD DB_INSTRUMENT_DIRECTORY &lt;dir&gt;
7879    </p>
7880    </blockquote><p>
7881                        
7882    </p>
7883    <p>Where &lt;dir&gt; is the absolute path name of the directory
7884                        to be created (encapsulated into apostrophes).
7885    </p>
7886    <p>Possible Answers:
7887    </p>
7888    <p>
7889                            </p>
7890    <blockquote class="text">
7891    <p>"OK" -
7892                                    </p>
7893    <blockquote class="text">
7894    <p>on success
7895    </p>
7896    </blockquote>
7897                                
7898    
7899    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7900                                    </p>
7901    <blockquote class="text">
7902    <p>when the directory could not be created, which
7903                                        can happen if the directory already exists or the
7904                                        name contains not allowed symbols
7905    </p>
7906    </blockquote>
7907                                
7908    
7909    </blockquote><p>
7910                        
7911    </p>
7912    <p>Examples:
7913    </p>
7914    <p>
7915                            </p>
7916    <blockquote class="text">
7917    <p>C: "ADD DB_INSTRUMENT_DIRECTORY '/Piano Collection'"
7918    </p>
7919    <p>S: "OK"
7920    </p>
7921    </blockquote><p>
7922                        
7923    </p>
7924    <a name="REMOVE DB_INSTRUMENT_DIRECTORY"></a><br /><hr />
7925    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
7926    <a name="rfc.section.6.8.2"></a><h3>6.8.2.&nbsp;
7927    Deleting an instrument directory</h3>
7928    
7929    <p>The front-end can delete a particular instrument directory
7930                        from the instruments database by sending the following command:
7931    </p>
7932    <p>
7933                            </p>
7934    <blockquote class="text">
7935    <p>REMOVE DB_INSTRUMENT_DIRECTORY [FORCE] &lt;dir&gt;
7936    </p>
7937    </blockquote><p>
7938                        
7939    </p>
7940    <p>Where &lt;dir&gt; is the absolute path name of the directory
7941                        to delete. The optional FORCE argument can be used to
7942                        force the deletion of a non-empty directory and all its content.
7943    </p>
7944    <p>Possible Answers:
7945    </p>
7946    <p>
7947                            </p>
7948    <blockquote class="text">
7949    <p>"OK" -
7950                                    </p>
7951    <blockquote class="text">
7952    <p>if the directory is deleted successfully
7953    </p>
7954    </blockquote>
7955                                
7956    
7957    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7958                                    </p>
7959    <blockquote class="text">
7960    <p>if the given directory does not exist, or
7961                                        if trying to delete a non-empty directory,
7962                                        without using the FORCE argument.
7963    </p>
7964    </blockquote>
7965                                
7966    
7967    </blockquote><p>
7968                        
7969    </p>
7970    <p>Examples:
7971    </p>
7972    <p>
7973                            </p>
7974    <blockquote class="text">
7975    <p>C: "REMOVE DB_INSTRUMENT_DIRECTORY FORCE '/Piano Collection'"
7976    </p>
7977    <p>S: "OK"
7978    </p>
7979    </blockquote><p>
7980                        
7981    </p>
7982    <a name="GET DB_INSTRUMENT_DIRECTORIES"></a><br /><hr />
7983    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
7984    <a name="rfc.section.6.8.3"></a><h3>6.8.3.&nbsp;
7985    Getting amount of instrument directories</h3>
7986    
7987    <p>The front-end can retrieve the current amount of
7988                        directories in a specific directory by sending the following command:
7989    </p>
7990    <p>
7991                            </p>
7992    <blockquote class="text">
7993    <p>GET DB_INSTRUMENT_DIRECTORIES [RECURSIVE] &lt;dir&gt;
7994    </p>
7995    </blockquote><p>
7996                        
7997    </p>
7998    <p>Where &lt;dir&gt; should be replaced by the absolute path
7999                        name of the directory. If RECURSIVE is specified, the number of
8000                        all directories, including those located in subdirectories of the
8001                        specified directory, will be returned.
8002    </p>
8003    <p>Possible Answers:
8004    </p>
8005    <p>
8006                            </p>
8007    <blockquote class="text">
8008    <p>The current number of instrument directories
8009                                in the specified directory.
8010    </p>
8011    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
8012                                    </p>
8013    <blockquote class="text">
8014    <p>if the given directory does not exist.
8015    </p>
8016    </blockquote>
8017                                
8018    
8019    </blockquote><p>
8020                        
8021    </p>
8022    <p>Example:
8023    </p>
8024    <p>
8025                            </p>
8026    <blockquote class="text">
8027    <p>C: "GET DB_INSTRUMENT_DIRECTORIES '/'"
8028    </p>
8029    <p>S: "2"
8030    </p>
8031    </blockquote><p>
8032                        
8033    </p>
8034    <a name="LIST DB_INSTRUMENT_DIRECTORIES"></a><br /><hr />
8035    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
8036    <a name="rfc.section.6.8.4"></a><h3>6.8.4.&nbsp;
8037    Listing all directories in specific directory</h3>
8038    
8039    <p>The front-end can retrieve the current list of directories
8040                        in specific directory by sending the following command:
8041    </p>
8042    <p>
8043                            </p>
8044    <blockquote class="text">
8045    <p>LIST DB_INSTRUMENT_DIRECTORIES [RECURSIVE] &lt;dir&gt;
8046    </p>
8047    </blockquote><p>
8048                        
8049    </p>
8050    <p>Where &lt;dir&gt; should be replaced by the absolute path
8051                        name of the directory. If RECURSIVE is specified, the absolute path names
8052                        of all directories, including those located in subdirectories of the
8053                        specified directory, will be returned.
8054    </p>
8055    <p>Possible Answers:
8056    </p>
8057    <p>
8058                            </p>
8059    <blockquote class="text">
8060    <p>A comma separated list of all instrument directories
8061                                (encapsulated into apostrophes) in the specified directory.
8062    </p>
8063    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
8064                                    </p>
8065    <blockquote class="text">
8066    <p>if the given directory does not exist.
8067    </p>
8068    </blockquote>
8069                                
8070    
8071    </blockquote><p>
8072                        
8073    </p>
8074    <p>Example:
8075    </p>
8076    <p>
8077                            </p>
8078    <blockquote class="text">
8079    <p>C: "LIST DB_INSTRUMENT_DIRECTORIES '/'"
8080    </p>
8081    <p>S: "'Piano Collection','Percussion Collection'"
8082    </p>
8083    </blockquote><p>
8084                        
8085    </p>
8086    <p>
8087                            </p>
8088    <blockquote class="text">
8089    <p>C: "LIST DB_INSTRUMENT_DIRECTORIES RECURSIVE '/'"
8090    </p>
8091    <p>S: "'/Piano Collection','/Piano Collection/Acoustic','/Piano Collection/Acoustic/New','/Percussion Collection'"
8092    </p>
8093    </blockquote><p>
8094                        
8095    </p>
8096    <a name="GET DB_INSTRUMENT_DIRECTORY INFO"></a><br /><hr />
8097    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
8098    <a name="rfc.section.6.8.5"></a><h3>6.8.5.&nbsp;
8099    Getting instrument directory information</h3>
8100    
8101    <p>The front-end can ask for the current settings of an
8102                        instrument directory by sending the following command:
8103    </p>
8104    <p>
8105                            </p>
8106    <blockquote class="text">
8107    <p>GET DB_INSTRUMENT_DIRECTORY INFO &lt;dir&gt;
8108    </p>
8109    </blockquote><p>
8110                        
8111    </p>
8112    <p>Where &lt;dir&gt; should be replaced by the absolute path
8113                        name of the directory the front-end is interested in.
8114    </p>
8115    <p>Possible Answers:
8116    </p>
8117    <p>
8118                            </p>
8119    <blockquote class="text">
8120    <p>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
8121                                Each answer line begins with the settings category name
8122                                followed by a colon and then a space character &lt;SP&gt; and finally
8123                                the info character string to that setting category. At the
8124                                moment the following categories are defined:
8125    </p>
8126    <p>
8127                                    </p>
8128    <blockquote class="text">
8129    <p>DESCRIPTION -
8130                                            </p>
8131    <blockquote class="text">
8132    <p>A brief description of the directory content.
8133                                                Note that the character string may contain
8134                                                <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>.
8135    </p>
8136    </blockquote>
8137                                        
8138    
8139    <p>CREATED -
8140                                            </p>
8141    <blockquote class="text">
8142    <p>The creation date and time of the directory,
8143                                                represented in "YYYY-MM-DD HH:MM:SS" format
8144    </p>
8145    </blockquote>
8146                                        
8147    
8148    <p>MODIFIED -
8149                                            </p>
8150    <blockquote class="text">
8151    <p>The date and time of the last modification of the
8152                                                directory, represented in "YYYY-MM-DD HH:MM:SS" format
8153    </p>
8154    </blockquote>
8155                                        
8156    
8157    </blockquote>
8158                                
8159    
8160    </blockquote><p>
8161                        
8162    </p>
8163    <p>The mentioned fields above don't have to be in particular order.
8164    </p>
8165    <p>Example:
8166    </p>
8167    <p>
8168                            </p>
8169    <blockquote class="text">
8170    <p>C: "GET DB_INSTRUMENT_DIRECTORY INFO '/Piano Collection'"
8171    </p>
8172    <p>S: "DESCRIPTION: Piano collection of instruments in GigaSampler format."
8173    </p>
8174    <p>&nbsp;&nbsp;&nbsp;"CREATED: 2007-02-05 10:23:12"
8175    </p>
8176    <p>&nbsp;&nbsp;&nbsp;"MODIFIED: 2007-04-07 12:50:21"
8177    </p>
8178    <p>&nbsp;&nbsp;&nbsp;"."
8179    </p>
8180    </blockquote><p>
8181                        
8182    </p>
8183    <a name="SET DB_INSTRUMENT_DIRECTORY NAME"></a><br /><hr />
8184    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
8185    <a name="rfc.section.6.8.6"></a><h3>6.8.6.&nbsp;
8186    Renaming an instrument directory</h3>
8187    
8188    <p>The front-end can alter the name of a specific
8189                        instrument directory by sending the following command:
8190    </p>
8191    <p>
8192                            </p>
8193    <blockquote class="text">
8194    <p>SET DB_INSTRUMENT_DIRECTORY NAME &lt;dir&gt; &lt;name&gt;
8195    </p>
8196    </blockquote><p>
8197                        
8198    </p>
8199    <p>Where &lt;dir&gt; is the absolute path name of the directory and
8200                        &lt;name&gt; is the new name for that directory.
8201    </p>
8202    <p>Possible Answers:
8203    </p>
8204    <p>
8205                            </p>
8206    <blockquote class="text">
8207    <p>"OK" -
8208                                    </p>
8209    <blockquote class="text">
8210    <p>on success
8211    </p>
8212    </blockquote>
8213                                
8214    
8215    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
8216                                    </p>
8217    <blockquote class="text">
8218    <p>in case the given directory does not exists,
8219                                        or if a directory with name equal to the new
8220                                        name already exists.
8221    </p>
8222    </blockquote>
8223                                
8224    
8225    </blockquote><p>
8226                        
8227    </p>
8228    <p>Example:
8229    </p>
8230    <p>
8231                            </p>
8232    <blockquote class="text">
8233    <p>C: "SET DB_INSTRUMENT_DIRECTORY NAME '/Piano Collection/Acustic' 'Acoustic'"
8234    </p>
8235    <p>S: "OK"
8236    </p>
8237    </blockquote><p>
8238                        
8239    </p>
8240    <a name="MOVE DB_INSTRUMENT_DIRECTORY"></a><br /><hr />
8241    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
8242    <a name="rfc.section.6.8.7"></a><h3>6.8.7.&nbsp;
8243    Moving an instrument directory</h3>
8244    
8245    <p>The front-end can move a specific
8246                        instrument directory by sending the following command:
8247    </p>
8248    <p>
8249                            </p>
8250    <blockquote class="text">
8251    <p>MOVE DB_INSTRUMENT_DIRECTORY &lt;dir&gt; &lt;dst&gt;
8252    </p>
8253    </blockquote><p>
8254                        
8255    </p>
8256    <p>Where &lt;dir&gt; is the absolute path name of the directory
8257                        to move and &lt;dst&gt; is the location where the directory will
8258                        be moved to.
8259    </p>
8260    <p>Possible Answers:
8261    </p>
8262    <p>
8263                            </p>
8264    <blockquote class="text">
8265    <p>"OK" -
8266                                    </p>
8267    <blockquote class="text">
8268    <p>on success
8269    </p>
8270    </blockquote>
8271                                
8272    
8273    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
8274                                    </p>
8275    <blockquote class="text">
8276    <p>in case a given directory does not exists,
8277                                        or if a directory with name equal to the name
8278                                        of the specified directory already exists in
8279                                        the destination directory. Error is also thrown
8280                                        when trying to move a directory to a subdirectory
8281                                        of itself.
8282    </p>
8283    </blockquote>
8284                                
8285    
8286    </blockquote><p>
8287                        
8288    </p>
8289    <p>Example:
8290    </p>
8291    <p>
8292                            </p>
8293    <blockquote class="text">
8294    <p>C: "MOVE DB_INSTRUMENT_DIRECTORY '/Acoustic' '/Piano Collection/Acoustic'"
8295    </p>
8296    <p>S: "OK"
8297    </p>
8298    </blockquote><p>
8299                        
8300    </p>
8301    <a name="COPY DB_INSTRUMENT_DIRECTORY"></a><br /><hr />
8302    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
8303    <a name="rfc.section.6.8.8"></a><h3>6.8.8.&nbsp;
8304    Copying instrument directories</h3>
8305    
8306    <p>The front-end can copy a specific
8307                        instrument directory by sending the following command:
8308    </p>
8309    <p>
8310                            </p>
8311    <blockquote class="text">
8312    <p>COPY DB_INSTRUMENT_DIRECTORY &lt;dir&gt; &lt;dst&gt;
8313    </p>
8314    </blockquote><p>
8315                        
8316    </p>
8317    <p>Where &lt;dir&gt; is the absolute path name of the directory
8318                        to copy and &lt;dst&gt; is the location where the directory will
8319                        be copied to.
8320    </p>
8321    <p>Possible Answers:
8322    </p>
8323    <p>
8324                            </p>
8325    <blockquote class="text">
8326    <p>"OK" -
8327                                    </p>
8328    <blockquote class="text">
8329    <p>on success
8330    </p>
8331    </blockquote>
8332                                
8333    
8334    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
8335                                    </p>
8336    <blockquote class="text">
8337    <p>in case a given directory does not exists,
8338                                        or if a directory with name equal to the name
8339                                        of the specified directory already exists in
8340                                        the destination directory. Error is also thrown
8341                                        when trying to copy a directory to a subdirectory
8342                                        of itself.
8343    </p>
8344    </blockquote>
8345                                
8346    
8347    </blockquote><p>
8348                        
8349    </p>
8350    <p>Example:
8351    </p>
8352    <p>
8353                            </p>
8354    <blockquote class="text">
8355    <p>C: "COPY DB_INSTRUMENT_DIRECTORY '/Piano Collection/Acoustic' '/Acoustic/Pianos'"
8356    </p>
8357    <p>S: "OK"
8358    </p>
8359    </blockquote><p>
8360                        
8361    </p>
8362    <a name="SET DB_INSTRUMENT_DIRECTORY DESCRIPTION"></a><br /><hr />
8363    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
8364    <a name="rfc.section.6.8.9"></a><h3>6.8.9.&nbsp;
8365    Changing the description of directory</h3>
8366    
8367    <p>The front-end can alter the description of a specific
8368                        instrument directory by sending the following command:
8369    </p>
8370    <p>
8371                            </p>
8372    <blockquote class="text">
8373    <p>SET DB_INSTRUMENT_DIRECTORY DESCRIPTION &lt;dir&gt; &lt;desc&gt;
8374    </p>
8375    </blockquote><p>
8376                        
8377    </p>
8378    <p>Where &lt;dir&gt; is the absolute path name of the directory and
8379                        &lt;desc&gt; is the new description for the directory
8380                        (encapsulated into apostrophes, supporting escape sequences as described in chapter
8381                        "<a class='info' href='#character_set'>Character Set and Escape Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>").
8382    </p>
8383    <p>Possible Answers:
8384    </p>
8385    <p>
8386                            </p>
8387    <blockquote class="text">
8388    <p>"OK" -
8389                                    </p>
8390    <blockquote class="text">
8391    <p>on success
8392    </p>
8393    </blockquote>
8394                                
8395    
8396    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
8397                                    </p>
8398    <blockquote class="text">
8399    <p>in case the given directory does not exists.
8400    </p>
8401    </blockquote>
8402                                
8403    
8404    </blockquote><p>
8405                        
8406    </p>
8407    <p>Example:
8408    </p>
8409    <p>
8410                            </p>
8411    <blockquote class="text">
8412    <p>C: "SET DB_INSTRUMENT_DIRECTORY DESCRIPTION '/Piano Collection' 'A collection of piano instruments in various format.'"
8413    </p>
8414    <p>S: "OK"
8415    </p>
8416    </blockquote><p>
8417                        
8418    </p>
8419    <a name="FIND DB_INSTRUMENT_DIRECTORIES"></a><br /><hr />
8420    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
8421    <a name="rfc.section.6.8.10"></a><h3>6.8.10.&nbsp;
8422    Finding directories</h3>
8423    
8424    <p>The front-end can search for directories
8425                        in specific directory by sending the following command:
8426    </p>
8427    <p>
8428                            </p>
8429    <blockquote class="text">
8430    <p>FIND DB_INSTRUMENT_DIRECTORIES [NON_RECURSIVE] &lt;dir&gt; &lt;criteria-list&gt;
8431    </p>
8432    </blockquote><p>
8433                        
8434    </p>
8435    <p>Where &lt;dir&gt; should be replaced by the absolute path
8436                        name of the directory to search in. If NON_RECURSIVE is specified, the
8437                        directories located in subdirectories of the specified directory will not
8438                        be searched. &lt;criteria-list&gt; is a list of search criterias
8439                        in form of "key1=val1 key2=val2 ...". The following criterias are
8440                        allowed:
8441    </p>
8442    <p>
8443                          
8444    <p>NAME='&lt;search-string&gt;'
8445                              </p>
8446    <blockquote class="text">
8447    <p>Restricts the search to directories, which names
8448                                  satisfy the supplied search string (encapsulated into apostrophes,
8449                                  supporting escape sequences as described in chapter
8450                                  "<a class='info' href='#character_set'>Character Set and Escape Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>").
8451    </p>
8452    </blockquote><p>
8453                          
8454    </p>
8455    
8456                          
8457    <p>CREATED='[&lt;date-after&gt;]..[&lt;date-before&gt;]'
8458                              </p>
8459    <blockquote class="text">
8460    <p>Restricts the search to directories, which creation
8461                                  date satisfies the specified period, where &lt;date-after&gt;
8462                                  and &lt;date-before&gt; are in "YYYY-MM-DD HH:MM:SS" format.
8463                                  If &lt;date-after&gt; is omitted the search is restricted to
8464                                  directories created before &lt;date-before&gt;. If
8465                                  &lt;date-before&gt; is omitted, the search is restricted
8466                                  to directories created after &lt;date-after&gt;.
8467    </p>
8468    </blockquote><p>
8469                          
8470    </p>
8471    
8472                          
8473    <p>MODIFIED='[&lt;date-after&gt;]..[&lt;date-before&gt;]'
8474                              </p>
8475    <blockquote class="text">
8476    <p>Restricts the search to directories, which
8477                                  date of last modification satisfies the specified period, where
8478                                  &lt;date-after&gt; and &lt;date-before&gt; are in "YYYY-MM-DD HH:MM:SS"
8479                                  format. If &lt;date-after&gt; is omitted the search is restricted to
8480                                  directories, which are last modified before &lt;date-before&gt;. If
8481                                  &lt;date-before&gt; is omitted, the search is restricted to directories,
8482                                  which are last modified after &lt;date-after&gt;.
8483    </p>
8484    </blockquote><p>
8485                          
8486    </p>
8487    
8488                          
8489    <p>DESCRIPTION='&lt;search-string&gt;'
8490                              </p>
8491    <blockquote class="text">
8492    <p>Restricts the search to directories with description
8493                                  that satisfies the supplied search string
8494                                  (encapsulated into apostrophes, supporting escape
8495                                  sequences as described in chapter
8496                                  "<a class='info' href='#character_set'>Character Set and Escape Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>").
8497    </p>
8498    </blockquote><p>
8499                          
8500    </p>
8501                        
8502    
8503    <p>Where &lt;search-string&gt; is either a regular expression, or a
8504                        word list separated with spaces for OR search and with '+' for AND search.
8505    </p>
8506    <p>Possible Answers:
8507    </p>
8508    <p>
8509                            </p>
8510    <blockquote class="text">
8511    <p>A comma separated list with the absolute path names (encapsulated into
8512                                apostrophes) of all directories in the specified directory that satisfy
8513                                the supplied search criterias.
8514    </p>
8515    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
8516                                    </p>
8517    <blockquote class="text">
8518    <p>if the given directory does not exist.
8519    </p>
8520    </blockquote>
8521                                
8522    
8523    </blockquote><p>
8524                        
8525    </p>
8526    <p>Example:
8527    </p>
8528    <p>
8529                            </p>
8530    <blockquote class="text">
8531    <p>C: "FIND DB_INSTRUMENT_DIRECTORIES '/' NAME='Piano'"
8532    </p>
8533    <p>S: "'/Piano Collection'"
8534    </p>
8535    </blockquote><p>
8536                        
8537    </p>
8538    <p>
8539                            </p>
8540    <blockquote class="text">
8541    <p>C: "FIND DB_INSTRUMENT_DIRECTORIES '/' CREATED='..2007-04-01 09:30:13'"
8542    </p>
8543    <p>S: "'/Piano Collection','/Percussions'"
8544    </p>
8545    </blockquote><p>
8546                        
8547    </p>
8548    <a name="ADD DB_INSTRUMENTS"></a><br /><hr />
8549    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
8550    <a name="rfc.section.6.8.11"></a><h3>6.8.11.&nbsp;
8551    Adding instruments to the instruments database</h3>
8552    
8553    <p>The front-end can add one or more instruments
8554                        to the instruments database by sending the following command:
8555    </p>
8556    <p>
8557                            </p>
8558    <blockquote class="text">
8559    <p>ADD DB_INSTRUMENTS [NON_MODAL] [&lt;mode&gt;[ FILE_AS_DIR]] &lt;db_dir&gt; &lt;file_path&gt; [&lt;instr_index&gt;]
8560    </p>
8561    </blockquote><p>
8562                        
8563    </p>
8564    <p>Where &lt;db_dir&gt; is the absolute path name of a directory
8565                        (encapsulated into apostrophes) in the instruments database in which
8566                        only the new instruments (that are not already in the database) will
8567                        be added, &lt;file_path&gt; is the absolute path name of a file or
8568                        directory in the file system (encapsulated into apostrophes). In case
8569                        an instrument file is supplied, only the instruments in the specified
8570                        file will be added to the instruments database. If the optional
8571                        &lt;instr_index&gt; (the index of the instrument within the given file)
8572                        is supplied too, then only the specified instrument will be added.
8573                        In case a directory is supplied, the instruments in that directory
8574                        will be added. The OPTIONAL &lt;mode&gt; argument is only applied
8575                        when a directory is provided as &lt;file_path&gt; and specifies how the
8576                        scanning will be done and has exactly the following possibilities:
8577    </p>
8578    <p>
8579                            </p>
8580    <blockquote class="text">
8581    <p>"RECURSIVE" -
8582                                    </p>
8583    <blockquote class="text">
8584    <p>All instruments will be processed, including those
8585                                        in the subdirectories, and the respective subdirectory
8586                                        tree structure will be recreated in the instruments
8587                                        database
8588    </p>
8589    </blockquote>
8590                                
8591    
8592    <p>"NON_RECURSIVE" -
8593                                    </p>
8594    <blockquote class="text">
8595    <p>Only the instruments in the specified directory
8596                                        will be added, the instruments in the subdirectories
8597                                        will not be processed.
8598    </p>
8599    </blockquote>
8600                                
8601    
8602    <p>"FLAT" -
8603                                    </p>
8604    <blockquote class="text">
8605    <p>All instruments will be processed, including those
8606                                        in the subdirectories, but the respective subdirectory
8607                                        structure will not be recreated in the instruments
8608                                        database. All instruments will be added directly in
8609                                        the specified database directory.
8610    </p>
8611    </blockquote>
8612                                
8613    
8614    </blockquote><p>
8615                        
8616    </p>
8617    <p> If FILE_AS_DIR argument is supplied, all instruments in an instrument
8618                     file will be added to a separate directory in the instruments database, which
8619                     name will be the name of the instrument file with the file extension stripped off.
8620                    
8621    </p>
8622    <p>The difference between regular and NON_MODAL versions of the command
8623                        is that the regular command returns when the scanning is finished
8624                        while NON_MODAL version returns immediately and a background process is launched.
8625                        The <a class='info' href='#GET DB_INSTRUMENTS_JOB INFO'>GET DB_INSTRUMENTS_JOB INFO<span> (</span><span class='info'>Getting job status information</span><span>)</span></a>
8626                        command can be used to monitor the scanning progress.
8627    </p>
8628    <p>Possible Answers:
8629    </p>
8630    <p>
8631                            </p>
8632    <blockquote class="text">
8633    <p>"OK" -
8634                                    </p>
8635    <blockquote class="text">
8636    <p>on success when NON_MODAL is not supplied
8637    </p>
8638    </blockquote>
8639                                
8640    
8641    <p>"OK[&lt;job-id&gt;]" -
8642                                    </p>
8643    <blockquote class="text">
8644    <p>on success when NON_MODAL is supplied, where &lt;job-id&gt;
8645                                        is a numerical ID used to obtain status information about the job progress.
8646                                        See <a class='info' href='#GET DB_INSTRUMENTS_JOB INFO'>GET DB_INSTRUMENTS_JOB INFO<span> (</span><span class='info'>Getting job status information</span><span>)</span></a>
8647                                        
8648    </p>
8649    </blockquote>
8650                                
8651    
8652    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
8653                                    </p>
8654    <blockquote class="text">
8655    <p>if an invalid path is specified.
8656    </p>
8657    </blockquote>
8658                                
8659    
8660    </blockquote><p>
8661                        
8662    </p>
8663    <p>Examples:
8664    </p>
8665    <p>
8666                            </p>
8667    <blockquote class="text">
8668    <p>C: "ADD DB_INSTRUMENTS '/Piano Collection' '/home/me/gigs/PMI Bosendorfer 290.gig' 0"
8669    </p>
8670    <p>S: "OK"
8671    </p>
8672    </blockquote><p>
8673                        
8674    </p>
8675    <a name="REMOVE DB_INSTRUMENT"></a><br /><hr />
8676    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
8677    <a name="rfc.section.6.8.12"></a><h3>6.8.12.&nbsp;
8678    Removing an instrument</h3>
8679    
8680    <p>The front-end can remove a particular instrument
8681                        from the instruments database by sending the following command:
8682    </p>
8683    <p>
8684                            </p>
8685    <blockquote class="text">
8686    <p>REMOVE DB_INSTRUMENT &lt;instr_path&gt;
8687    </p>
8688    </blockquote><p>
8689                        
8690    </p>
8691    <p>Where &lt;instr_path&gt; is the absolute path name
8692                        (in the instruments database) of the instrument to remove.
8693    </p>
8694    <p>Possible Answers:
8695    </p>
8696    <p>
8697                            </p>
8698    <blockquote class="text">
8699    <p>"OK" -
8700                                    </p>
8701    <blockquote class="text">
8702    <p>if the instrument is removed successfully
8703    </p>
8704    </blockquote>
8705                                
8706    
8707    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
8708                                    </p>
8709    <blockquote class="text">
8710    <p>if the given path does not exist or
8711                                        is a directory.
8712    </p>
8713    </blockquote>
8714                                
8715    
8716    </blockquote><p>
8717                        
8718    </p>
8719    <p>Examples:
8720    </p>
8721    <p>
8722                            </p>
8723    <blockquote class="text">
8724    <p>C: "REMOVE DB_INSTRUMENT '/Piano Collection/Bosendorfer 290'"
8725    </p>
8726    <p>S: "OK"
8727    </p>
8728    </blockquote><p>
8729                        
8730    </p>
8731    <a name="GET DB_INSTRUMENTS"></a><br /><hr />
8732    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
8733    <a name="rfc.section.6.8.13"></a><h3>6.8.13.&nbsp;
8734    Getting amount of instruments</h3>
8735    
8736    <p>The front-end can retrieve the current amount of
8737                        instruments in a specific directory by sending the following command:
8738    </p>
8739    <p>
8740                            </p>
8741    <blockquote class="text">
8742    <p>GET DB_INSTRUMENTS [RECURSIVE] &lt;dir&gt;
8743    </p>
8744    </blockquote><p>
8745                        
8746    </p>
8747    <p>Where &lt;dir&gt; should be replaced by the absolute path name
8748                        of the directory. If RECURSIVE is specified, the number of all
8749                        instruments, including those located in subdirectories of the
8750                        specified directory, will be returned.
8751    </p>
8752    <p>Possible Answers:
8753    </p>
8754    <p>
8755                            </p>
8756    <blockquote class="text">
8757    <p>The current number of instruments
8758                                in the specified directory.
8759    </p>
8760    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
8761                                    </p>
8762    <blockquote class="text">
8763    <p>if the given directory does not exist.
8764    </p>
8765    </blockquote>
8766                                
8767    
8768    </blockquote><p>
8769                        
8770    </p>
8771    <p>Example:
8772    </p>
8773    <p>
8774                            </p>
8775    <blockquote class="text">
8776    <p>C: "GET DB_INSTRUMENTS '/Piano Collection'"
8777    </p>
8778    <p>S: "2"
8779    </p>
8780    </blockquote><p>
8781                        
8782    </p>
8783    <a name="LIST DB_INSTRUMENTS"></a><br /><hr />
8784    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
8785    <a name="rfc.section.6.8.14"></a><h3>6.8.14.&nbsp;
8786    Listing all instruments in specific directory</h3>
8787    
8788    <p>The front-end can retrieve the current list of instruments
8789                        in specific directory by sending the following command:
8790    </p>
8791    <p>
8792                            </p>
8793    <blockquote class="text">
8794    <p>LIST DB_INSTRUMENTS [RECURSIVE] &lt;dir&gt;
8795    </p>
8796    </blockquote><p>
8797                        
8798    </p>
8799    <p>Where &lt;dir&gt; should be replaced by the absolute path
8800                        name of the directory. If RECURSIVE is specified, the absolute path
8801                        names of all instruments, including those located in subdirectories
8802                        of the specified directory, will be returned.
8803    </p>
8804    <p>Possible Answers:
8805    </p>
8806    <p>
8807                            </p>
8808    <blockquote class="text">
8809    <p>A comma separated list of all instruments
8810                                (encapsulated into apostrophes) in the specified directory.
8811    </p>
8812    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
8813                                    </p>
8814    <blockquote class="text">
8815    <p>if the given directory does not exist.
8816    </p>
8817    </blockquote>
8818                                
8819    
8820    </blockquote><p>
8821                        
8822    </p>
8823    <p>Example:
8824    </p>
8825    <p>
8826                            </p>
8827    <blockquote class="text">
8828    <p>C: "LIST DB_INSTRUMENTS '/Piano Collection'"
8829    </p>
8830    <p>S: "'Bosendorfer 290','Steinway D'"
8831    </p>
8832    </blockquote><p>
8833                        
8834    </p>
8835    <p>
8836                            </p>
8837    <blockquote class="text">
8838    <p>C: "LIST DB_INSTRUMENTS RECURSIVE '/Piano Collection'"
8839    </p>
8840    <p>S: "'/Piano Collection/Bosendorfer 290','/Piano Collection/Steinway D','/Piano Collection/Lite/Free Piano'"
8841    </p>
8842    </blockquote><p>
8843                        
8844    </p>
8845    <a name="GET DB_INSTRUMENT INFO"></a><br /><hr />
8846    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
8847    <a name="rfc.section.6.8.15"></a><h3>6.8.15.&nbsp;
8848    Getting instrument information</h3>
8849    
8850    <p>The front-end can ask for the current settings of an
8851                        instrument by sending the following command:
8852    </p>
8853    <p>
8854                            </p>
8855    <blockquote class="text">
8856    <p>GET DB_INSTRUMENT INFO &lt;instr_path&gt;
8857    </p>
8858    </blockquote><p>
8859                        
8860    </p>
8861    <p>Where &lt;instr_path&gt; should be replaced by the absolute path
8862                        name of the instrument the front-end is interested in.
8863    </p>
8864    <p>Possible Answers:
8865    </p>
8866    <p>
8867                            </p>
8868    <blockquote class="text">
8869    <p>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
8870                                Each answer line begins with the settings category name
8871                                followed by a colon and then a space character &lt;SP&gt; and finally
8872                                the info character string to that setting category. At the
8873                                moment the following categories are defined:
8874    </p>
8875    <p>
8876                                    </p>
8877    <blockquote class="text">
8878    <p>INSTRUMENT_FILE -
8879                                            </p>
8880    <blockquote class="text">
8881    <p>File name of the instrument.
8882                                                Note that the character string may contain
8883                                                <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>.
8884    </p>
8885    </blockquote>
8886                                        
8887    
8888    <p>INSTRUMENT_NR -
8889                                            </p>
8890    <blockquote class="text">
8891    <p>Index of the instrument within the file.
8892    </p>
8893    </blockquote>
8894                                        
8895    
8896    <p>FORMAT_FAMILY -
8897                                            </p>
8898    <blockquote class="text">
8899    <p>The format family of the instrument.
8900    </p>
8901    </blockquote>
8902                                        
8903    
8904    <p>FORMAT_VERSION -
8905                                            </p>
8906    <blockquote class="text">
8907    <p>The format version of the instrument.
8908    </p>
8909    </blockquote>
8910                                        
8911    
8912    <p>SIZE -
8913                                            </p>
8914    <blockquote class="text">
8915    <p>The size of the instrument in bytes.
8916    </p>
8917    </blockquote>
8918                                        
8919    
8920    <p>CREATED -
8921                                            </p>
8922    <blockquote class="text">
8923    <p>The date and time when the instrument is added
8924                                                in the instruments database, represented in
8925                                               "YYYY-MM-DD HH:MM:SS" format
8926    </p>
8927    </blockquote>
8928                                        
8929    
8930    <p>MODIFIED -
8931                                            </p>
8932    <blockquote class="text">
8933    <p>The date and time of the last modification of the
8934                                                instrument's database settings, represented in
8935                                                "YYYY-MM-DD HH:MM:SS" format
8936    </p>
8937    </blockquote>
8938                                        
8939    
8940    <p>DESCRIPTION -
8941                                            </p>
8942    <blockquote class="text">
8943    <p>A brief description of the instrument.
8944                                                Note that the character string may contain
8945                                                <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>.
8946    </p>
8947    </blockquote>
8948                                        
8949    
8950    <p>IS_DRUM -
8951                                            </p>
8952    <blockquote class="text">
8953    <p>either true or false, determines whether the
8954                                                instrument is a drumkit or a chromatic instrument
8955    </p>
8956    </blockquote>
8957                                        
8958    
8959    <p>PRODUCT -
8960                                            </p>
8961    <blockquote class="text">
8962    <p>The product title of the instrument.
8963                                                Note that the character string may contain
8964                                                <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>.
8965    </p>
8966    </blockquote>
8967                                        
8968    
8969    <p>ARTISTS -
8970                                            </p>
8971    <blockquote class="text">
8972    <p>Lists the artist names.
8973                                                Note that the character string may contain
8974                                                <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>.
8975    </p>
8976    </blockquote>
8977                                        
8978    
8979    <p>KEYWORDS -
8980                                            </p>
8981    <blockquote class="text">
8982    <p>Provides a list of keywords that refer to the instrument.
8983                                                Keywords are separated with semicolon and blank.
8984                                                Note that the character string may contain
8985                                                <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>.
8986    </p>
8987    </blockquote>
8988                                        
8989    
8990    </blockquote>
8991                                
8992    
8993    </blockquote><p>
8994                        
8995    </p>
8996    <p>The mentioned fields above don't have to be in particular order.
8997    </p>
8998    <p>Example:
8999    </p>
9000    <p>
9001                            </p>
9002    <blockquote class="text">
9003    <p>C: "GET DB_INSTRUMENT INFO '/Piano Collection/Bosendorfer 290'"
9004    </p>
9005    <p>S: "INSTRUMENT_FILE: /home/me/gigs/Bosendorfer 290.gig"
9006    </p>
9007    <p>&nbsp;&nbsp;&nbsp;"INSTRUMENT_NR: 0"
9008    </p>
9009    <p>&nbsp;&nbsp;&nbsp;"FORMAT_FAMILY: GIG"
9010    </p>
9011    <p>&nbsp;&nbsp;&nbsp;"FORMAT_VERSION: 2"
9012    </p>
9013    <p>&nbsp;&nbsp;&nbsp;"SIZE: 2050871870"
9014    </p>
9015    <p>&nbsp;&nbsp;&nbsp;"CREATED: 2007-02-05 10:23:12"
9016    </p>
9017    <p>&nbsp;&nbsp;&nbsp;"MODIFIED: 2007-04-07 12:50:21"
9018    </p>
9019    <p>&nbsp;&nbsp;&nbsp;"DESCRIPTION: "
9020    </p>
9021    <p>&nbsp;&nbsp;&nbsp;"IS_DRUM: false"
9022    </p>
9023    <p>&nbsp;&nbsp;&nbsp;"PRODUCT: GRANDIOSO Bosendorfer 290"
9024    </p>
9025    <p>&nbsp;&nbsp;&nbsp;"ARTISTS: Post Musical Instruments"
9026    </p>
9027    <p>&nbsp;&nbsp;&nbsp;"KEYWORDS: Bosendorfer"
9028    </p>
9029    <p>&nbsp;&nbsp;&nbsp;"."
9030    </p>
9031    </blockquote><p>
9032                        
9033    </p>
9034    <a name="SET DB_INSTRUMENT NAME"></a><br /><hr />
9035    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
9036    <a name="rfc.section.6.8.16"></a><h3>6.8.16.&nbsp;
9037    Renaming an instrument</h3>
9038    
9039    <p>The front-end can alter the name of a specific
9040                        instrument by sending the following command:
9041    </p>
9042    <p>
9043                            </p>
9044    <blockquote class="text">
9045    <p>SET DB_INSTRUMENT NAME &lt;instr&gt; &lt;name&gt;
9046    </p>
9047    </blockquote><p>
9048                        
9049    </p>
9050    <p>Where &lt;instr&gt; is the absolute path name of the instrument and
9051                        &lt;name&gt; is the new name for that instrument.
9052    </p>
9053    <p>Possible Answers:
9054    </p>
9055    <p>
9056                            </p>
9057    <blockquote class="text">
9058    <p>"OK" -
9059                                    </p>
9060    <blockquote class="text">
9061    <p>on success
9062    </p>
9063    </blockquote>
9064                                
9065    
9066    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
9067                                    </p>
9068    <blockquote class="text">
9069    <p>in case the given instrument does not exists,
9070                                        or if an instrument with name equal to the new
9071                                        name already exists.
9072    </p>
9073    </blockquote>
9074                                
9075    
9076    </blockquote><p>
9077                        
9078    </p>
9079    <p>Example:
9080    </p>
9081    <p>
9082                            </p>
9083    <blockquote class="text">
9084    <p>C: "SET DB_INSTRUMENT NAME '/Piano Collection/Bosendorfer' 'Bosendorfer 290'"
9085    </p>
9086    <p>S: "OK"
9087    </p>
9088    </blockquote><p>
9089                        
9090    </p>
9091    <a name="MOVE DB_INSTRUMENT"></a><br /><hr />
9092    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
9093    <a name="rfc.section.6.8.17"></a><h3>6.8.17.&nbsp;
9094    Moving an instrument</h3>
9095    
9096    <p>The front-end can move a specific instrument to another directory by
9097                        sending the following command:
9098    </p>
9099    <p>
9100                            </p>
9101    <blockquote class="text">
9102    <p>MOVE DB_INSTRUMENT &lt;instr&gt; &lt;dst&gt;
9103    </p>
9104    </blockquote><p>
9105                        
9106    </p>
9107    <p>Where &lt;instr&gt; is the absolute path name of the instrument
9108                        to move and &lt;dst&gt; is the directory where the instrument will
9109                        be moved to.
9110    </p>
9111    <p>Possible Answers:
9112    </p>
9113    <p>
9114                            </p>
9115    <blockquote class="text">
9116    <p>"OK" -
9117                                    </p>
9118    <blockquote class="text">
9119    <p>on success
9120    </p>
9121    </blockquote>
9122                                
9123    
9124    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
9125                                    </p>
9126    <blockquote class="text">
9127    <p>in case the given instrument does not exists,
9128                                        or if an instrument with name equal to the name of the
9129                                        specified instrument already exists in the destination
9130                                        directory.
9131    </p>
9132    </blockquote>
9133                                
9134    
9135    </blockquote><p>
9136                        
9137    </p>
9138    <p>Example:
9139    </p>
9140    <p>
9141                            </p>
9142    <blockquote class="text">
9143    <p>C: "MOVE DB_INSTRUMENT '/Piano Collection/Bosendorfer 290' '/Piano Collection/Acoustic'"
9144    </p>
9145    <p>S: "OK"
9146    </p>
9147    </blockquote><p>
9148                        
9149    </p>
9150    <a name="COPY DB_INSTRUMENT"></a><br /><hr />
9151    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
9152    <a name="rfc.section.6.8.18"></a><h3>6.8.18.&nbsp;
9153    Copying instruments</h3>
9154    
9155    <p>The front-end can copy a specific instrument to another directory by
9156                        sending the following command:
9157    </p>
9158    <p>
9159                            </p>
9160    <blockquote class="text">
9161    <p>COPY DB_INSTRUMENT &lt;instr&gt; &lt;dst&gt;
9162    </p>
9163    </blockquote><p>
9164                        
9165    </p>
9166    <p>Where &lt;instr&gt; is the absolute path name of the instrument
9167                        to copy and &lt;dst&gt; is the directory where the instrument will
9168                        be copied to.
9169    </p>
9170    <p>Possible Answers:
9171    </p>
9172    <p>
9173                            </p>
9174    <blockquote class="text">
9175    <p>"OK" -
9176                                    </p>
9177    <blockquote class="text">
9178    <p>on success
9179    </p>
9180    </blockquote>
9181                                
9182    
9183    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
9184                                    </p>
9185    <blockquote class="text">
9186    <p>in case the given instrument does not exists,
9187                                        or if an instrument with name equal to the name of the
9188                                        specified instrument already exists in the destination
9189                                        directory.
9190    </p>
9191    </blockquote>
9192                                
9193    
9194    </blockquote><p>
9195                        
9196    </p>
9197    <p>Example:
9198    </p>
9199    <p>
9200                            </p>
9201    <blockquote class="text">
9202    <p>C: "COPY DB_INSTRUMENT '/Piano Collection/Bosendorfer 290' '/Acoustic/Pianos/'"
9203    </p>
9204    <p>S: "OK"
9205    </p>
9206    </blockquote><p>
9207                        
9208    </p>
9209    <a name="SET DB_INSTRUMENT DESCRIPTION"></a><br /><hr />
9210    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
9211    <a name="rfc.section.6.8.19"></a><h3>6.8.19.&nbsp;
9212    Changing the description of instrument</h3>
9213    
9214    <p>The front-end can alter the description of a specific
9215                        instrument by sending the following command:
9216    </p>
9217    <p>
9218                            </p>
9219    <blockquote class="text">
9220    <p>SET DB_INSTRUMENT DESCRIPTION &lt;instr&gt; &lt;desc&gt;
9221    </p>
9222    </blockquote><p>
9223                        
9224    </p>
9225    <p>Where &lt;instr&gt; is the absolute path name of the instrument and
9226                        &lt;desc&gt; is the new description for the instrument
9227                        (encapsulated into apostrophes, supporting escape sequences as described in chapter
9228                        "<a class='info' href='#character_set'>Character Set and Escape Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>").
9229    </p>
9230    <p>Possible Answers:
9231    </p>
9232    <p>
9233                            </p>
9234    <blockquote class="text">
9235    <p>"OK" -
9236                                    </p>
9237    <blockquote class="text">
9238    <p>on success
9239    </p>
9240    </blockquote>
9241                                
9242    
9243    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
9244                                    </p>
9245    <blockquote class="text">
9246    <p>in case the given instrument does not exists.
9247    </p>
9248    </blockquote>
9249                                
9250    
9251    </blockquote><p>
9252                        
9253    </p>
9254    <p>Example:
9255    </p>
9256    <p>
9257                            </p>
9258    <blockquote class="text">
9259    <p>C: "SET DB_INSTRUMENT DESCRIPTION '/Piano Collection/Acoustic/Bosendorfer 290' 'No comment :)'"
9260    </p>
9261    <p>S: "OK"
9262    </p>
9263    </blockquote><p>
9264                        
9265    </p>
9266    <a name="FIND DB_INSTRUMENTS"></a><br /><hr />
9267    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
9268    <a name="rfc.section.6.8.20"></a><h3>6.8.20.&nbsp;
9269    Finding instruments</h3>
9270    
9271    <p>The front-end can search for instruments
9272                        in specific directory by sending the following command:
9273    </p>
9274    <p>
9275                            </p>
9276    <blockquote class="text">
9277    <p>FIND DB_INSTRUMENTS [NON_RECURSIVE] &lt;dir&gt; &lt;criteria-list&gt;
9278    </p>
9279    </blockquote><p>
9280                        
9281    </p>
9282    <p>Where &lt;dir&gt; should be replaced by the absolute path
9283                        name of the directory to search in. If NON_RECURSIVE is specified, the
9284                        directories located in subdirectories of the specified directory will not
9285                        be searched. &lt;criteria-list&gt; is a list of search criterias
9286                        in form of "key1=val1 key2=val2 ...". The following criterias are
9287                        allowed:
9288    </p>
9289    <p>
9290                          
9291    <p>NAME='&lt;search-string&gt;'
9292                              </p>
9293    <blockquote class="text">
9294    <p>Restricts the search to instruments, which names
9295                                  satisfy the supplied search string (encapsulated into apostrophes,
9296                                  supporting escape sequences as described in chapter
9297                                  "<a class='info' href='#character_set'>Character Set and Escape Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>").
9298    </p>
9299    </blockquote><p>
9300                          
9301    </p>
9302    
9303                          
9304    <p>SIZE=[&lt;min&gt;]..[&lt;max&gt;]
9305                              </p>
9306    <blockquote class="text">
9307    <p>Restricts the search to instruments, which
9308                                  size is in the specified range. If &lt;min&gt; is omitted,
9309                                  the search results are restricted to instruments with size less then
9310                                  or equal to &lt;max&gt;. If &lt;max&gt; is omitted, the
9311                                  search is restricted to instruments with size greater then
9312                                  or equal to &lt;min&gt;.
9313    </p>
9314    </blockquote><p>
9315                          
9316    </p>
9317    
9318                          
9319    <p>CREATED='[&lt;date-after&gt;]..[&lt;date-before&gt;]'
9320                              </p>
9321    <blockquote class="text">
9322    <p>Restricts the search to instruments, which creation
9323                                  date satisfies the specified period, where &lt;date-after&gt;
9324                                  and &lt;date-before&gt; are in "YYYY-MM-DD HH:MM:SS" format.
9325                                  If &lt;date-after&gt; is omitted the search is restricted to
9326                                  instruments created before &lt;date-before&gt;. If
9327                                  &lt;date-before&gt; is omitted, the search is restricted
9328                                  to instruments created after &lt;date-after&gt;.
9329    </p>
9330    </blockquote><p>
9331                          
9332    </p>
9333    
9334                          
9335    <p>MODIFIED='[&lt;date-after&gt;]..[&lt;date-before&gt;]'
9336                              </p>
9337    <blockquote class="text">
9338    <p>Restricts the search to instruments, which
9339                                  date of last modification satisfies the specified period, where
9340                                  &lt;date-after&gt; and &lt;date-before&gt; are in "YYYY-MM-DD HH:MM:SS"
9341                                  format. If &lt;date-after&gt; is omitted the search is restricted to
9342                                  instruments, which are last modified before &lt;date-before&gt;. If
9343                                  &lt;date-before&gt; is omitted, the search is restricted to instruments,
9344                                  which are last modified after &lt;date-after&gt;.
9345    </p>
9346    </blockquote><p>
9347                          
9348    </p>
9349    
9350                          
9351    <p>DESCRIPTION='&lt;search-string&gt;'
9352                              </p>
9353    <blockquote class="text">
9354    <p>Restricts the search to instruments with description
9355                                  that satisfies the supplied search string (encapsulated into apostrophes,
9356                                  supporting escape sequences as described in chapter
9357                                  "<a class='info' href='#character_set'>Character Set and Escape Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>").
9358    </p>
9359    </blockquote><p>
9360                          
9361    </p>
9362    
9363                          
9364    <p>PRODUCT='&lt;search-string&gt;'
9365                              </p>
9366    <blockquote class="text">
9367    <p>Restricts the search to instruments with product info
9368                                  that satisfies the supplied search string (encapsulated into apostrophes,
9369                                  supporting escape sequences as described in chapter
9370                                  "<a class='info' href='#character_set'>Character Set and Escape Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>").
9371    </p>
9372    </blockquote><p>
9373                          
9374    </p>
9375    
9376                          
9377    <p>ARTISTS='&lt;search-string&gt;'
9378                              </p>
9379    <blockquote class="text">
9380    <p>Restricts the search to instruments with artists info
9381                                  that satisfies the supplied search string (encapsulated into apostrophes,
9382                                  supporting escape sequences as described in chapter
9383                                  "<a class='info' href='#character_set'>Character Set and Escape Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>").
9384    </p>
9385    </blockquote><p>
9386                          
9387    </p>
9388    
9389                          
9390    <p>KEYWORDS='&lt;search-string&gt;'
9391                              </p>
9392    <blockquote class="text">
9393    <p>Restricts the search to instruments with keyword list
9394                                  that satisfies the supplied search string (encapsulated into apostrophes,
9395                                  supporting escape sequences as described in chapter
9396                                  "<a class='info' href='#character_set'>Character Set and Escape Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>").
9397    </p>
9398    </blockquote><p>
9399                          
9400    </p>
9401    
9402                          
9403    <p>IS_DRUM=true | false
9404                              </p>
9405    <blockquote class="text">
9406    <p>Either true or false. Restricts the search to
9407                                  drum kits or chromatic instruments.
9408    </p>
9409    </blockquote><p>
9410                          
9411    </p>
9412    
9413                          
9414    <p>FORMAT_FAMILIES='&lt;format-list&gt;'
9415                              </p>
9416    <blockquote class="text">
9417    <p>Restricts the search to instruments of the supplied format families,
9418                                  where &lt;format-list&gt; is a comma separated list of format families.
9419    </p>
9420    </blockquote><p>
9421                          
9422    </p>
9423                        
9424    
9425    <p>Where &lt;search-string&gt; is either a regular expression, or a
9426                        word list separated with spaces for OR search and with '+' for AND search.
9427    </p>
9428    <p>Possible Answers:
9429    </p>
9430    <p>
9431                            </p>
9432    <blockquote class="text">
9433    <p>A comma separated list with the absolute path names (encapsulated into
9434                                apostrophes) of all instruments in the specified directory that satisfy
9435                                the supplied search criterias.
9436    </p>
9437    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
9438                                    </p>
9439    <blockquote class="text">
9440    <p>if the given directory does not exist.
9441    </p>
9442    </blockquote>
9443                                
9444    
9445    </blockquote><p>
9446                        
9447    </p>
9448    <p>Example:
9449    </p>
9450    <p>
9451                            </p>
9452    <blockquote class="text">
9453    <p>C: "FIND DB_INSTRUMENTS '/Piano Collection' NAME='bosendorfer+290'"
9454    </p>
9455    <p>S: "'/Piano Collection/Bosendorfer 290'"
9456    </p>
9457    </blockquote><p>
9458                        
9459    </p>
9460    <p>
9461                            </p>
9462    <blockquote class="text">
9463    <p>C: "FIND DB_INSTRUMENTS '/Piano Collection' CREATED='2007-04-01 09:30:13..'"
9464    </p>
9465    <p>S: "'/Piano Collection/Bosendorfer 290','/Piano Collection/Steinway D'"
9466    </p>
9467    </blockquote><p>
9468                        
9469    </p>
9470    <a name="GET DB_INSTRUMENTS_JOB INFO"></a><br /><hr />
9471    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
9472    <a name="rfc.section.6.8.21"></a><h3>6.8.21.&nbsp;
9473    Getting job status information</h3>
9474    
9475    <p>The front-end can ask for the current status of a
9476                        particular database instruments job by sending the following command:
9477    </p>
9478    <p>
9479                            </p>
9480    <blockquote class="text">
9481    <p>GET DB_INSTRUMENTS_JOB INFO &lt;job-id&gt;
9482    </p>
9483    </blockquote><p>
9484                        
9485    </p>
9486    <p>Where &lt;job-id&gt; should be replaced by the numerical ID
9487                        of the job the front-end is interested in.
9488    </p>
9489    <p>Possible Answers:
9490    </p>
9491    <p>
9492                            </p>
9493    <blockquote class="text">
9494    <p>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
9495                                Each answer line begins with the settings category name
9496                                followed by a colon and then a space character &lt;SP&gt; and finally
9497                                the info character string to that setting category. At the
9498                                moment the following categories are defined:
9499    </p>
9500    <p>
9501                                    </p>
9502    <blockquote class="text">
9503    <p>FILES_TOTAL -
9504                                            </p>
9505    <blockquote class="text">
9506    <p>The total number of files scheduled for scanning
9507    </p>
9508    </blockquote>
9509                                        
9510    
9511    <p>FILES_SCANNED -
9512                                            </p>
9513    <blockquote class="text">
9514    <p>The current number of scanned files
9515    </p>
9516    </blockquote>
9517                                        
9518    
9519    <p>SCANNING -
9520                                            </p>
9521    <blockquote class="text">
9522    <p>The absolute path name of the file which is currently
9523                                                being scanned
9524    </p>
9525    </blockquote>
9526                                        
9527    
9528    <p>STATUS -
9529                                            </p>
9530    <blockquote class="text">
9531    <p>An integer value between 0 and 100 indicating the
9532                                                scanning progress percentage of the file which is
9533                                                currently being scanned
9534    </p>
9535    </blockquote>
9536                                        
9537    
9538    </blockquote>
9539                                
9540    
9541    </blockquote><p>
9542                        
9543    </p>
9544    <p>The mentioned fields above don't have to be in particular order.
9545    </p>
9546    <p>Example:
9547    </p>
9548    <p>
9549                            </p>
9550    <blockquote class="text">
9551    <p>C: "GET DB_INSTRUMENTS_JOB INFO 2"
9552    </p>
9553    <p>S: "FILES_TOTAL: 12"
9554    </p>
9555    <p>&nbsp;&nbsp;&nbsp;"FILES_SCANNED: 7"
9556    </p>
9557    <p>&nbsp;&nbsp;&nbsp;"SCANNING: /home/me/gigs/Bosendorfer 290.gig"
9558    </p>
9559    <p>&nbsp;&nbsp;&nbsp;"STATUS: 42"
9560    </p>
9561    <p>&nbsp;&nbsp;&nbsp;"."
9562    </p>
9563    </blockquote><p>
9564                        
9565    </p>
9566    <a name="FORMAT INSTRUMENTS_DB"></a><br /><hr />
9567    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
9568    <a name="rfc.section.6.8.22"></a><h3>6.8.22.&nbsp;
9569    Formatting the instruments database</h3>
9570    
9571    <p>The front-end can remove all instruments and directories and re-create
9572                        the instruments database structure (e.g., in case of a database corruption)
9573                        by sending the following command:
9574    </p>
9575    <p>
9576                            </p>
9577    <blockquote class="text">
9578    <p>FORMAT INSTRUMENTS_DB
9579    </p>
9580    </blockquote><p>
9581                        
9582    </p>
9583    <p>Possible Answers:
9584    </p>
9585    <p>
9586                            </p>
9587    <blockquote class="text">
9588    <p>"OK" -
9589                                    </p>
9590    <blockquote class="text">
9591    <p>on success
9592    </p>
9593    </blockquote>
9594                                
9595    
9596    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
9597                                    </p>
9598    <blockquote class="text">
9599    <p>If the formatting of the instruments database
9600                                        failed.
9601    </p>
9602    </blockquote>
9603                                
9604    
9605    </blockquote><p>
9606                        
9607    </p>
9608    <a name="FIND LOST DB_INSTRUMENT_FILES"></a><br /><hr />
9609    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
9610    <a name="rfc.section.6.8.23"></a><h3>6.8.23.&nbsp;
9611    Checking for lost instrument files</h3>
9612    
9613    <p>The front-end can retrieve the list of all instrument files in the instruments database
9614                        that don't exist in the filesystem by sending the following command:
9615    </p>
9616    <p>
9617                            </p>
9618    <blockquote class="text">
9619    <p>FIND LOST DB_INSTRUMENT_FILES
9620    </p>
9621    </blockquote><p>
9622                        
9623    </p>
9624    <p>Possible Answers:
9625    </p>
9626    <p>
9627                            </p>
9628    <blockquote class="text">
9629    <p>A comma separated list with the absolute path names
9630                                (encapsulated into apostrophes) of all lost instrument files.
9631    </p>
9632    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
9633                                    </p>
9634    <blockquote class="text">
9635    <p>in case it failed, providing an appropriate error code and error message.
9636    </p>
9637    </blockquote>
9638                                
9639    
9640    </blockquote><p>
9641                        
9642    </p>
9643    <p>Example:
9644    </p>
9645    <p>
9646                            </p>
9647    <blockquote class="text">
9648    <p>C: "FIND LOST DB_INSTRUMENT_FILES"
9649    </p>
9650    <p>S: "'/gigs/Bosendorfer 290.gig','/gigs/Steinway D.gig','/gigs/Free Piano.gig'"
9651    </p>
9652    </blockquote><p>
9653                        
9654    </p>
9655    <a name="SET DB_INSTRUMENT FILE_PATH"></a><br /><hr />
9656    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
9657    <a name="rfc.section.6.8.24"></a><h3>6.8.24.&nbsp;
9658    Replacing an instrument file</h3>
9659    
9660    <p>The front-end can substitute all occurrences of an instrument file
9661                        in the instruments database with a new one by sending the following command:
9662    </p>
9663    <p>
9664                            </p>
9665    <blockquote class="text">
9666    <p>SET DB_INSTRUMENT FILE_PATH &lt;old_path&gt; &lt;new_path&gt;
9667    </p>
9668    </blockquote><p>
9669                        
9670    </p>
9671    <p>Where &lt;old_path&gt; is the absolute path name of the instrument file
9672                        to substitute with &lt;new_path&gt;.
9673    </p>
9674    <p>Possible Answers:
9675    </p>
9676    <p>
9677                            </p>
9678    <blockquote class="text">
9679    <p>"OK" -
9680                                    </p>
9681    <blockquote class="text">
9682    <p>on success
9683    </p>
9684    </blockquote>
9685                                
9686    
9687    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
9688                                    </p>
9689    <blockquote class="text">
9690    <p>in case it failed, providing an appropriate error code and error message.
9691    </p>
9692    </blockquote>
9693                                
9694    
9695    </blockquote><p>
9696                        
9697    </p>
9698    <p>Example:
9699    </p>
9700    <p>
9701                            </p>
9702    <blockquote class="text">
9703    <p>C: "SET DB_INSTRUMENT FILE_PATH '/gigs/Bosendorfer 290.gig' '/gigs/pianos/Bosendorfer 290.gig'"
9704    </p>
9705    <p>S: "OK"
9706    </p>
9707    </blockquote><p>
9708                        
9709    </p>
9710    <a name="editing_instruments"></a><br /><hr />
9711    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
9712    <a name="rfc.section.6.9"></a><h3>6.9.&nbsp;
9713    Editing Instruments</h3>
9714    
9715    <p>The sampler allows to edit instruments while playing with the
9716                    sampler by spawning an external (3rd party) instrument editor
9717                    application for a given instrument. The 3rd party instrument
9718                    editor applications have to place a respective plugin DLL file
9719                    into the sampler's plugins directory. The sampler will
9720                    automatically try to load all plugin DLLs in that directory on
9721                    startup and only on startup!
9722    </p>
9723    <p>At the moment there is only one command for this feature set,
9724                    but this will most probably change in future.
9725    </p>
9726    <a name="EDIT INSTRUMENT"></a><br /><hr />
9727    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
9728    <a name="rfc.section.6.9.1"></a><h3>6.9.1.&nbsp;
9729    Opening an appropriate instrument editor application</h3>
9730    
9731    <p>The front-end can request to open an appropriate instrument
9732                        editor application by sending the following command:
9733    </p>
9734    <p>
9735                            </p>
9736    <blockquote class="text">
9737    <p>EDIT CHANNEL INSTRUMENT &lt;sampler-channel&gt;
9738    </p>
9739    </blockquote><p>
9740                        
9741    </p>
9742    <p>Where &lt;sampler-channel&gt; should be replaced by the
9743                        number of the sampler channel as given by the
9744                        <a class='info' href='#ADD CHANNEL'>"ADD CHANNEL"<span> (</span><span class='info'>Adding a new sampler channel</span><span>)</span></a>
9745                        or <a class='info' href='#LIST CHANNELS'>"LIST CHANNELS"<span> (</span><span class='info'>Getting all created sampler channel list</span><span>)</span></a>
9746                        command.
9747    </p>
9748    <p>The sampler will try to ask all registered instrument
9749                        editors (or to be more specific: their sampler plugins)
9750                        whether they are capable to handle the instrument on the
9751                        given sampler channel. The sampler will simply use the first
9752                        instrument editor application which replied with a positive
9753                        answer and spawn that instrument editor application within
9754                        the sampler's process and provide that application access
9755                        to the instrument's data structures, so both applications
9756                        can share and access the same instruments data at the same
9757                        time, thus allowing to immediately hear changes with the
9758                        sampler made by the instrument editor.
9759    </p>
9760    <p>Note: consequently instrument editors are always spawned
9761                        locally on the same machine where the sampler is running
9762                        on!
9763    </p>
9764    <p>Possible Answers:
9765    </p>
9766    <p>
9767                            </p>
9768    <blockquote class="text">
9769    <p>"OK" -
9770                                    </p>
9771    <blockquote class="text">
9772    <p>when an appropriate instrument editor was
9773                                        launched
9774    </p>
9775    </blockquote>
9776                                
9777    
9778    <p>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
9779                                    </p>
9780    <blockquote class="text">
9781    <p>when an appropriate instrument editor was
9782                                        launched, but there are noteworthy issues
9783    </p>
9784    </blockquote>
9785                                
9786    
9787    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
9788                                    </p>
9789    <blockquote class="text">
9790    <p>when an appropriate instrument editor
9791                                        could not be launched
9792    </p>
9793    </blockquote>
9794                                
9795    
9796    </blockquote><p>
9797                        
9798    </p>
9799    <p>Examples:
9800    </p>
9801    <p>
9802                            </p>
9803    <blockquote class="text">
9804    <p>C: "EDIT CHANNEL INSTRUMENT 0"
9805    </p>
9806    <p>S: "OK"
9807    </p>
9808    </blockquote><p>
9809                        
9810    </p>
9811    <a name="file_management"></a><br /><hr />
9812    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
9813    <a name="rfc.section.6.10"></a><h3>6.10.&nbsp;
9814    Managing Files</h3>
9815    
9816    <p>You can query detailed informations about files located
9817                    at the same system where the sampler instance is running on.
9818                    Using this command set allows to retrieve file informations
9819                    even remotely from another machine.
9820    </p>
9821    <a name="GET FILE INSTRUMENTS"></a><br /><hr />
9822    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
9823    <a name="rfc.section.6.10.1"></a><h3>6.10.1.&nbsp;
9824    Retrieving amount of instruments of a file</h3>
9825    
9826    <p>The front-end can retrieve the amount of instruments
9827                        within a given instrument file by sending the
9828                        following command:
9829    </p>
9830    <p>
9831                            </p>
9832    <blockquote class="text">
9833    <p>GET FILE INSTRUMENTS &lt;filename&gt;
9834    </p>
9835    </blockquote><p>
9836                        
9837    </p>
9838    <p>Where &lt;filename&gt; is the name of the instrument
9839                        file (encapsulated into apostrophes, supporting escape
9840                        sequences as described in chapter
9841                        "<a class='info' href='#character_set'>Character Set and Escape
9842                            Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>").
9843    </p>
9844    <p>The sampler will try to ask all sampler engines,
9845                        whether they support the given file and ask the first
9846                        engine with a positive answer for the amount of
9847                        instruments.
9848    </p>
9849    <p>Possible Answers:
9850    </p>
9851    <p>
9852                            </p>
9853    <blockquote class="text">
9854    <p>On success, the sampler will answer by
9855                                   returning the amount of instruments.
9856                                
9857    </p>
9858    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
9859                                    </p>
9860    <blockquote class="text">
9861    <p>if the file could not be handled
9862    </p>
9863    </blockquote>
9864                                
9865    
9866    </blockquote><p>
9867                        
9868    </p>
9869    <p>Examples:
9870    </p>
9871    <p>
9872                            </p>
9873    <blockquote class="text">
9874    <p>C: "GET FILE INSTRUMENTS 'D:/Sounds/Foo.gig'"
9875    </p>
9876    <p>S: "10"
9877    </p>
9878    </blockquote><p>
9879                        
9880    </p>
9881    <a name="LIST FILE INSTRUMENTS"></a><br /><hr />
9882    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
9883    <a name="rfc.section.6.10.2"></a><h3>6.10.2.&nbsp;
9884    Retrieving all instruments of a file</h3>
9885    
9886    <p>The front-end can retrieve a list of all instruments
9887                        within a given instrument file by sending the
9888                        following command:
9889    </p>
9890    <p>
9891                            </p>
9892    <blockquote class="text">
9893    <p>LIST FILE INSTRUMENTS &lt;filename&gt;
9894    </p>
9895    </blockquote><p>
9896                        
9897    </p>
9898    <p>Where &lt;filename&gt; is the name of the instrument
9899                        file (encapsulated into apostrophes, supporting escape
9900                        sequences as described in chapter
9901                        "<a class='info' href='#character_set'>Character Set and Escape
9902                            Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>").
9903    </p>
9904    <p>The sampler will try to ask all sampler engines,
9905                        whether they support the given file and ask the first
9906                        engine with a positive answer for a list of IDs for the
9907                        instruments in the given file.
9908    </p>
9909    <p>Possible Answers:
9910    </p>
9911    <p>
9912                            </p>
9913    <blockquote class="text">
9914    <p>On success, the sampler will answer by
9915                                   returning a comma separated list of
9916                                   instrument IDs.
9917                                
9918    </p>
9919    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
9920                                    </p>
9921    <blockquote class="text">
9922    <p>if the file could not be handled
9923    </p>
9924    </blockquote>
9925                                
9926    
9927    </blockquote><p>
9928                        
9929    </p>
9930    <p>Examples:
9931    </p>
9932    <p>
9933                            </p>
9934    <blockquote class="text">
9935    <p>C: "LIST FILE INSTRUMENTS 'D:/Sounds/Foo.gig'"
9936    </p>
9937    <p>S: "0,1,2,3,4,5,6,7,8,9"
9938    </p>
9939    </blockquote><p>
9940                        
9941    </p>
9942    <a name="GET FILE INSTRUMENT INFO"></a><br /><hr />
9943    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
9944    <a name="rfc.section.6.10.3"></a><h3>6.10.3.&nbsp;
9945    Retrieving informations about one instrument in a file</h3>
9946    
9947    <p>The front-end can retrieve detailed informations
9948                        about a specific instrument within a given instrument
9949                        file by sending the following command:
9950    </p>
9951    <p>
9952                            </p>
9953    <blockquote class="text">
9954    <p>GET FILE INSTRUMENT INFO &lt;filename&gt;
9955                                &lt;instr-id&gt;
9956    </p>
9957    </blockquote><p>
9958                        
9959    </p>
9960    <p>Where &lt;filename&gt; is the name of the instrument
9961                        file (encapsulated into apostrophes, supporting escape
9962                        sequences as described in chapter
9963                        "<a class='info' href='#character_set'>Character Set and Escape
9964                            Sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>") and &lt;instr-id&gt; is the numeric
9965                        instrument ID as returned by the
9966                        <a class='info' href='#LIST FILE INSTRUMENTS'>"LIST FILE INSTRUMENTS"<span> (</span><span class='info'>Retrieving all instruments of a file</span><span>)</span></a> command.
9967    </p>
9968    <p>The sampler will try to ask all sampler engines,
9969                        whether they support the given file and ask the first
9970                        engine with a positive answer for informations about the
9971                        specific instrument in the given file.
9972    </p>
9973    <p>Possible Answers:
9974    </p>
9975    <p>
9976                            </p>
9977    <blockquote class="text">
9978    <p>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
9979                                Each answer line begins with the settings category name
9980                                followed by a colon and then a space character &lt;SP&gt; and finally
9981                                the info character string to that setting category. At the
9982                                moment the following categories are defined:
9983    </p>
9984    <p>
9985                                    </p>
9986    <blockquote class="text">
9987    <p>NAME -
9988                                            </p>
9989    <blockquote class="text">
9990    <p>name of the instrument as
9991                                                stored in the instrument file
9992    </p>
9993    </blockquote>
9994                                        
9995    
9996    <p>FORMAT_FAMILY -
9997                                            </p>
9998    <blockquote class="text">
9999    <p>name of the sampler format
10000                                                of the given instrument
10001    </p>
10002    </blockquote>
10003                                        
10004    
10005    <p>FORMAT_VERSION -
10006                                            </p>
10007    <blockquote class="text">
10008    <p>version of the sampler format
10009                                                the instrumen is stored as
10010    </p>
10011    </blockquote>
10012                                        
10013    
10014    <p>PRODUCT -
10015                                            </p>
10016    <blockquote class="text">
10017    <p>official product name of the
10018                                                instrument as stored in the file
10019                                                
10020    </p>
10021    </blockquote>
10022                                        
10023    
10024    <p>ARTISTS -
10025                                            </p>
10026    <blockquote class="text">
10027    <p>artists / sample library
10028                                                vendor of the instrument
10029    </p>
10030    </blockquote>
10031                                        
10032    
10033    <p>KEY_BINDINGS -
10034                                            </p>
10035    <blockquote class="text">
10036    <p>comma separated list of integer values representing
10037                                                   the instrument's key mapping in the range between 0 .. 127,
10038                                                   reflecting the analog meaning of the MIDI specification.
10039    </p>
10040    </blockquote>
10041                                        
10042    
10043    <p>KEYSWITCH_BINDINGS -
10044                                            </p>
10045    <blockquote class="text">
10046    <p>comma separated list of integer values representing
10047                                                   the instrument's keyswitch mapping in the range between 0 .. 127,
10048                                                   reflecting the analog meaning of the MIDI specification.
10049    </p>
10050    </blockquote>
10051                                        
10052    
10053    </blockquote>
10054                                
10055    
10056    </blockquote><p>
10057                        
10058    </p>
10059    <p>The mentioned fields above don't have to be in particular order.
10060    </p>
10061    <p>Example:
10062    </p>
10063    <p>
10064                            </p>
10065    <blockquote class="text">
10066    <p>C: "GET FILE INSTRUMENT INFO 'D:/Sounds/Foo.gig' 0"
10067    </p>
10068    <p>S: "NAME: Lunatic Loops"
10069    </p>
10070    <p>&nbsp;&nbsp;&nbsp;"FORMAT_FAMILY: GIG"
10071    </p>
10072    <p>&nbsp;&nbsp;&nbsp;"FORMAT_VERSION: 3"
10073    </p>
10074    <p>&nbsp;&nbsp;&nbsp;"PRODUCT: The Backbone Bongo Beats"
10075    </p>
10076    <p>&nbsp;&nbsp;&nbsp;"ARTISTS: Jimmy the Fish"
10077    </p>
10078    <p>&nbsp;&nbsp;&nbsp;"."
10079    </p>
10080    </blockquote><p>
10081                        
10082    </p>
10083    <a name="effects"></a><br /><hr />
10084    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
10085    <a name="rfc.section.6.11"></a><h3>6.11.&nbsp;
10086    Managing Effects</h3>
10087    
10088    <p>Audio effects (e.g. reverb, delay, compression) can be
10089                    applied to the audio signals generated by the sampler. The
10090                    sampler usually provides a set of internal audio effects for
10091                    this task. The exact set of effects depends on the availability
10092                    of third party effect plugins installed on the system where the
10093                    sampler runs on.
10094    </p>
10095    <p>At the moment only "send effects" are supported. Support for
10096                    "insert effects" and "master effects" is planned to be added at
10097                    a later point.
10098    </p>
10099    <p>The following commands allow to retrieve the set of internal
10100                    effects available to the sampler, detailed informations about
10101                    those effects and to create and destroy instances of such
10102                    effects. After an instance of an effect is created, the effect
10103                    instance can be inserted into the audio signal path of the
10104                    sampler, e.g. as send effect.
10105    </p>
10106    <p>The sampler allows to create an arbitrary amount of so called
10107                    send effect chains. Each effect chain can host an arbitrary
10108                    amount of effect instances. The output of the first effect
10109                    instance in an effect chain is fed to the input of the second
10110                    effect instance of the chain and so on. So effects in one chain
10111                    are processed sequentially. Send effect chains however are
10112                    processed in parallel to other send effect chains. Audio signals
10113                    of sampler channels are fed to send effects by creating FX sends
10114                    to the respective sampler channel and assigning a destination
10115                    send effect to that FX by using the
10116                    <a class='info' href='#SET FX_SEND SEND_EFFECT'>"SET FX_SEND SEND_EFFECT"<span> (</span><span class='info'>Assigning destination effect to an effect send</span><span>)</span></a>
10117                    command. The latter allows to route the FX send to the beginning
10118                    of a send effect chain, as well as directly to any other
10119                    position of the send effect chain.
10120    </p>
10121    <a name="GET AVAILABLE_EFFECTS"></a><br /><hr />
10122    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
10123    <a name="rfc.section.6.11.1"></a><h3>6.11.1.&nbsp;
10124    Retrieve amount of available effects</h3>
10125    
10126    <p>The front-end can retrieve the amount of internal
10127                        effects, available to the sampler by sending
10128                        the following command:
10129    </p>
10130    <p>
10131                            </p>
10132    <blockquote class="text">
10133    <p>GET AVAILABLE_EFFECTS
10134    </p>
10135    </blockquote><p>
10136                        
10137    </p>
10138    <p>Possible Answers:
10139    </p>
10140    <p>
10141                            </p>
10142    <blockquote class="text">
10143    <p>The sampler will answer by returning the current
10144                                number of effects available to the sampler.
10145    </p>
10146    </blockquote><p>
10147                        
10148    </p>
10149    <p>Examples:
10150    </p>
10151    <p>
10152                            </p>
10153    <blockquote class="text">
10154    <p>C: "GET AVAILABLE_EFFECTS"
10155    </p>
10156    <p>S: "129"
10157    </p>
10158    </blockquote><p>
10159                        
10160    </p>
10161    <a name="LIST AVAILABLE_EFFECTS"></a><br /><hr />
10162    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
10163    <a name="rfc.section.6.11.2"></a><h3>6.11.2.&nbsp;
10164    Get list of available effects</h3>
10165    
10166    <p>The set of available internal effects can change at
10167                        runtime. The front-end can retrieve the list of internal
10168                        effects, available to the sampler by sending the following
10169                        command:
10170    </p>
10171    <p>
10172                            </p>
10173    <blockquote class="text">
10174    <p>LIST AVAILABLE_EFFECTS
10175    </p>
10176    </blockquote><p>
10177                        
10178    </p>
10179    <p>Possible Answers:
10180    </p>
10181    <p>
10182                            </p>
10183    <blockquote class="text">
10184    <p>The sampler will answer by returning a comma
10185                                separated list with numerical IDs of effects. Note:
10186                                the numercial ID of an effect is generated by the
10187                                sampler for the current moment. The numerical ID of
10188                                the same effect can change at runtime, e.g. when the
10189                                user requests a rescan of available effect plugins.
10190                                
10191    </p>
10192    </blockquote><p>
10193                        
10194    </p>
10195    <p>Example:
10196    </p>
10197    <p>
10198                            </p>
10199    <blockquote class="text">
10200    <p>C: "LIST AVAILABLE_EFFECTS"
10201    </p>
10202    <p>S: "5,6,7,120,121,122,123,124"
10203    </p>
10204    </blockquote><p>
10205                        
10206    </p>
10207    <a name="GET EFFECT INFO"></a><br /><hr />
10208    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
10209    <a name="rfc.section.6.11.3"></a><h3>6.11.3.&nbsp;
10210    Retrieving general information about an effect</h3>
10211    
10212    <p>The front-end can ask for general informations about an
10213                        effect by sending the following command:
10214    </p>
10215    <p>
10216                            </p>
10217    <blockquote class="text">
10218    <p>GET EFFECT INFO &lt;effect-index&gt;
10219    </p>
10220    </blockquote><p>
10221                        
10222    </p>
10223    <p>Where &lt;effect-index&gt; is the numerical ID of an
10224                        effect as returned by the
10225                        <a class='info' href='#LIST AVAILABLE_EFFECTS'>"LIST AVAILABLE_EFFECTS"<span> (</span><span class='info'>Get list of available effects</span><span>)</span></a>
10226                        command.
10227    </p>
10228    <p>Possible Answers:
10229    </p>
10230    <p>
10231                            </p>
10232    <blockquote class="text">
10233    <p>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
10234                                Each answer line begins with the effect information
10235                                category name, followed by a colon and then a space
10236                                character &lt;SP&gt; and finally the info character
10237                                string to that effect information category. At the
10238                                moment the following categories are defined:
10239    </p>
10240    <p>
10241                                    </p>
10242    <blockquote class="text">
10243    <p>SYSTEM -
10244                                            </p>
10245    <blockquote class="text">
10246    <p>name of the effect plugin system
10247                                                the effect is based on
10248                                                (e.g. "LADSPA")
10249    </p>
10250    </blockquote>
10251                                        
10252    
10253    <p>MODULE -
10254                                            </p>
10255    <blockquote class="text">
10256    <p>module of the effect plugin
10257                                                system that contains this effect,
10258                                                the module is usually the
10259                                                dynamic-linked library (DLL)
10260                                                filename of the effect plugin,
10261                                                including full path (note that this
10262                                                filename may contain
10263                                                <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>)
10264    </p>
10265    </blockquote>
10266                                        
10267    
10268    <p>NAME -
10269                                            </p>
10270    <blockquote class="text">
10271    <p>character string defining the
10272                                                unique name of the effect within its
10273                                                module (note that the character
10274                                                string may contain
10275                                                <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>)
10276    </p>
10277    </blockquote>
10278                                        
10279    
10280    <p>DESCRIPTION -
10281                                            </p>
10282    <blockquote class="text">
10283    <p>human readable name of the
10284                                                effect, intended to be displayed in
10285                                                user interfaces (note that the
10286                                                character string may contain
10287                                                <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>)
10288    </p>
10289    </blockquote>
10290                                        
10291    
10292    </blockquote>
10293                                
10294    
10295    </blockquote><p>
10296                        
10297    </p>
10298    <p>The mentioned fields above don't have to be in particular order.
10299    </p>
10300    <p>Example:
10301    </p>
10302    <p>
10303                            </p>
10304    <blockquote class="text">
10305    <p>C: "GET EFFECT INFO 121"
10306    </p>
10307    <p>S: "SYSTEM: LADSPA"
10308    </p>
10309    <p>&nbsp;&nbsp;&nbsp;"MODULE: /usr/lib/ladspa/lowpass_iir_1891.so"
10310    </p>
10311    <p>&nbsp;&nbsp;&nbsp;"NAME: lowpass_iir"
10312    </p>
10313    <p>&nbsp;&nbsp;&nbsp;"DESCRIPTION: Glame Lowpass Filter"
10314    </p>
10315    <p>&nbsp;&nbsp;&nbsp;"."
10316    </p>
10317    </blockquote><p>
10318                        
10319    </p>
10320    <a name="CREATE EFFECT_INSTANCE"></a><br /><hr />
10321    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
10322    <a name="rfc.section.6.11.4"></a><h3>6.11.4.&nbsp;
10323    Creating an instance of an effect by its portable ID</h3>
10324    
10325    <p>The front-end can spawn an instance of the desired
10326                        effect by sending the following command:
10327    </p>
10328    <p>
10329                            </p>
10330    <blockquote class="text">
10331    <p>CREATE EFFECT_INSTANCE &lt;effect-system&gt; &lt;module&gt; &lt;effect-name&gt;
10332    </p>
10333    </blockquote><p>
10334                        
10335    </p>
10336    <p>Where &lt;effect-system&gt; is the "SYSTEM" field,
10337                        &lt;module&gt; the "MODULE" field and &lt;effect-name&gt;
10338                        the "NAME" field as returned by the
10339                        <a class='info' href='#GET EFFECT INFO'>"GET EFFECT INFO"<span> (</span><span class='info'>Retrieving general information about an effect</span><span>)</span></a>
10340                        command. The filename of argument &lt;module&gt; and the
10341                        character string of argument &lt;effect-name&gt; may contain
10342                        <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>.
10343    </p>
10344    <p>The sampler will try to load the requested effect and to
10345                        create an instance of it. To allow loading the same effect
10346                        on a different machine, probably even running a completely
10347                        different operating system (e.g. Linux vs. Windows), the
10348                        sampler tries to match &lt;module&gt; "softly". That means
10349                        it first tries to find an effect that exactly matches the
10350                        given &lt;module&gt; argument. If there is no exact match,
10351                        the sampler will try to lower the restrictions on matching
10352                        the &lt;module&gt; argument more and more, e.g. by ignoring
10353                        upper / lower case differences and by ignoring the path of
10354                        the DLL filename and file extension. If there is still no
10355                        match at the end, the sampler will try to ignore the
10356                        &lt;module&gt; argument completely and as a last resort
10357                        search for an effect that only matches the given
10358                        &lt;effect-system&gt; and &lt;effect-name&gt; arguments.
10359    </p>
10360    <p>Possible Answers:
10361    </p>
10362    <p>
10363                            </p>
10364    <blockquote class="text">
10365    <p>"OK[&lt;effect-instance&gt;]" -
10366                                    </p>
10367    <blockquote class="text">
10368    <p>in case the effect instance was
10369                                        successfully created, where
10370                                        &lt;effect-instance&gt; is the numerical ID
10371                                        of the new effect instance
10372    </p>
10373    </blockquote>
10374                                
10375    
10376    <p>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
10377                                    </p>
10378    <blockquote class="text">
10379    <p>in case the effect instance was spawned
10380                                        successfully, but there are noteworthy
10381                                        issue(s) related, providing an appropriate
10382                                        warning code and warning message
10383    </p>
10384    </blockquote>
10385                                
10386    
10387    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
10388                                    </p>
10389    <blockquote class="text">
10390    <p>if the effect could not be instantiated
10391    </p>
10392    </blockquote>
10393                                
10394    
10395    </blockquote><p>
10396                        
10397    </p>
10398    <p>Examples:
10399    </p>
10400    <p>
10401                            </p>
10402    <blockquote class="text">
10403    <p>C: "CREATE EFFECT_INSTANCE LADSPA '/usr/lib/ladspa/mod_delay_1419.so' 'modDelay'"
10404    </p>
10405    <p>S: "OK[0]"
10406    </p>
10407    </blockquote><p>
10408                        
10409    </p>
10410    <a name="CREATE EFFECT_INSTANCE (non-portable)"></a><br /><hr />
10411    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
10412    <a name="rfc.section.6.11.5"></a><h3>6.11.5.&nbsp;
10413    Creating an instance of an effect by its numerical ID</h3>
10414    
10415    <p>The front-end can spawn an instance of the desired
10416                        effect by sending the following command:
10417    </p>
10418    <p>
10419                            </p>
10420    <blockquote class="text">
10421    <p>CREATE EFFECT_INSTANCE &lt;effect-index&gt;
10422    </p>
10423    </blockquote><p>
10424                        
10425    </p>
10426    <p>Where &lt;effect-index&gt; is the numerical ID of the
10427                        effect as returned by the
10428                        <a class='info' href='#LIST AVAILABLE_EFFECTS'>"LIST AVAILABLE_EFFECTS"<span> (</span><span class='info'>Get list of available effects</span><span>)</span></a>
10429                        command.
10430    </p>
10431    <p>The sampler will try to load the requested effect and to
10432                        create an instance of it.
10433    </p>
10434    <p>Note: Since the numerical ID of a certain effect can
10435                        change at any time, you should not use this command in
10436                        LSCP files to restore a certain effect at a later time! To
10437                        store a sampler session including all its effects, use the
10438                        <a class='info' href='#CREATE EFFECT_INSTANCE'>portable text-based
10439                        version of "CREATE EFFECT_INSTANCE"<span> (</span><span class='info'>Creating an instance of an effect by its portable ID</span><span>)</span></a> instead! This
10440                        allows to restore a sampler session with all its effects
10441                        also on other machines, possibly even running a completely
10442                        different operating system (e.g. Linux vs. Windows), with
10443                        different plugin directories or plugin DLL names.
10444    </p>
10445    <p>Possible Answers:
10446    </p>
10447    <p>
10448                            </p>
10449    <blockquote class="text">
10450    <p>"OK[&lt;effect-instance&gt;]" -
10451                                    </p>
10452    <blockquote class="text">
10453    <p>in case the effect instance was
10454                                        successfully created, where
10455                                        &lt;effect-instance&gt; is the numerical ID
10456                                        of the new effect instance
10457    </p>
10458    </blockquote>
10459                                
10460    
10461    <p>"WRN:&lt;warning-code&gt;:&lt;warning-message&gt;" -
10462                                    </p>
10463    <blockquote class="text">
10464    <p>in case the effect instance was spawned
10465                                        successfully, but there are noteworthy
10466                                        issue(s) related, providing an appropriate
10467                                        warning code and warning message
10468    </p>
10469    </blockquote>
10470                                
10471    
10472    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
10473                                    </p>
10474    <blockquote class="text">
10475    <p>if the effect could not be instantiated
10476    </p>
10477    </blockquote>
10478                                
10479    
10480    </blockquote><p>
10481                        
10482    </p>
10483    <p>Examples:
10484    </p>
10485    <p>
10486                            </p>
10487    <blockquote class="text">
10488    <p>C: "CREATE EFFECT_INSTANCE 72"
10489    </p>
10490    <p>S: "OK[5]"
10491    </p>
10492    </blockquote><p>
10493                        
10494    </p>
10495    <a name="DESTROY EFFECT_INSTANCE"></a><br /><hr />
10496    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
10497    <a name="rfc.section.6.11.6"></a><h3>6.11.6.&nbsp;
10498    Destroy an effect instance</h3>
10499    
10500    <p>The front-end can destroy an unusued effect instance and
10501                        thus freeing it from memory by sending the following command:
10502    </p>
10503    <p>
10504                            </p>
10505    <blockquote class="text">
10506    <p>DESTROY EFFECT_INSTANCE &lt;effect-instance&gt;
10507    </p>
10508    </blockquote><p>
10509                        
10510    </p>
10511    <p>Where &lt;effect-instance&gt; is the numerical ID of the
10512                        effect instance as returned by the
10513                        <a class='info' href='#CREATE EFFECT_INSTANCE'>"CREATE EFFECT_INSTANCE"<span> (</span><span class='info'>Creating an instance of an effect by its portable ID</span><span>)</span></a> or
10514                        <a class='info' href='#LIST EFFECT_INSTANCES'>"LIST EFFECT_INSTANCES"<span> (</span><span class='info'>Get list of effect instances</span><span>)</span></a>
10515                        command.
10516    </p>
10517    <p>The effect instance can only be destroyed if it's not
10518                        used in any part of the sampler's audio signal path anymore.
10519                        If the effect instance is still in use somewhere, trying to
10520                        destroy the effect instance will result in an error
10521                        message.
10522    </p>
10523    <p>Possible Answers:
10524    </p>
10525    <p>
10526                            </p>
10527    <blockquote class="text">
10528    <p>"OK" -
10529                                    </p>
10530    <blockquote class="text">
10531    <p>in case the effect instance was successfully destroyed
10532    </p>
10533    </blockquote>
10534                                
10535    
10536    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
10537                                    </p>
10538    <blockquote class="text">
10539    <p>in case it failed, providing an appropriate error code and
10540                                        error message
10541    </p>
10542    </blockquote>
10543                                
10544    
10545    </blockquote><p>
10546                        
10547    </p>
10548    <p>Examples:
10549    </p>
10550    <p>
10551                            </p>
10552    <blockquote class="text">
10553    <p>C: "DESTROY EFFECT_INSTANCE 5"
10554    </p>
10555    <p>S: "OK"
10556    </p>
10557    </blockquote><p>
10558                        
10559    </p>
10560    <a name="GET EFFECT_INSTANCES"></a><br /><hr />
10561    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
10562    <a name="rfc.section.6.11.7"></a><h3>6.11.7.&nbsp;
10563    Retrieve amount of effect instances</h3>
10564    
10565    <p>The front-end can retrieve the current amount of effect
10566                        instances by sending the following command:
10567    </p>
10568    <p>
10569                            </p>
10570    <blockquote class="text">
10571    <p>GET EFFECT_INSTANCES
10572    </p>
10573    </blockquote><p>
10574                        
10575    </p>
10576    <p>Possible Answers:
10577    </p>
10578    <p>
10579                            </p>
10580    <blockquote class="text">
10581    <p>The sampler will answer by returning the current
10582                                number of effect instances created and not yet
10583                                destroyed in the current sampler session.
10584    </p>
10585    </blockquote><p>
10586                        
10587    </p>
10588    <p>Examples:
10589    </p>
10590    <p>
10591                            </p>
10592    <blockquote class="text">
10593    <p>C: "GET EFFECT_INSTANCES"
10594    </p>
10595    <p>S: "14"
10596    </p>
10597    </blockquote><p>
10598                        
10599    </p>
10600    <a name="LIST EFFECT_INSTANCES"></a><br /><hr />
10601    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
10602    <a name="rfc.section.6.11.8"></a><h3>6.11.8.&nbsp;
10603    Get list of effect instances</h3>
10604    
10605    <p>The front-end can retrieve the current list of effect
10606                        instances by sending the following command:
10607    </p>
10608    <p>
10609                            </p>
10610    <blockquote class="text">
10611    <p>LIST EFFECT_INSTANCES
10612    </p>
10613    </blockquote><p>
10614                        
10615    </p>
10616    <p>Possible Answers:
10617    </p>
10618    <p>
10619                            </p>
10620    <blockquote class="text">
10621    <p>The sampler will answer by returning a comma
10622                                separated list with numerical IDs of effects
10623                                instances.
10624                                
10625    </p>
10626    </blockquote><p>
10627                        
10628    </p>
10629    <p>Example:
10630    </p>
10631    <p>
10632                            </p>
10633    <blockquote class="text">
10634    <p>C: "LIST EFFECT_INSTANCES"
10635    </p>
10636    <p>S: "9,11,14,15,16,17,25"
10637    </p>
10638    </blockquote><p>
10639                        
10640    </p>
10641    <a name="GET EFFECT_INSTANCE INFO"></a><br /><hr />
10642    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
10643    <a name="rfc.section.6.11.9"></a><h3>6.11.9.&nbsp;
10644    Retrieving current information about an effect instance</h3>
10645    
10646    <p>The front-end can ask for the current informations about
10647                        a particular effect instance by sending the following command:
10648    </p>
10649    <p>
10650                            </p>
10651    <blockquote class="text">
10652    <p>GET EFFECT_INSTANCE INFO &lt;effect-instance&gt;
10653    </p>
10654    </blockquote><p>
10655                        
10656    </p>
10657    <p>Where &lt;effect-instance&gt; is the numerical ID of an
10658                        effect instance as returned by the
10659                        <a class='info' href='#CREATE EFFECT_INSTANCE'>"CREATE EFFECT_INSTANCE"<span> (</span><span class='info'>Creating an instance of an effect by its portable ID</span><span>)</span></a>
10660                        or
10661                        <a class='info' href='#LIST EFFECT_INSTANCES'>"LIST EFFECT_INSTANCES"<span> (</span><span class='info'>Get list of effect instances</span><span>)</span></a>
10662                        command.
10663    </p>
10664    <p>Possible Answers:
10665    </p>
10666    <p>
10667                            </p>
10668    <blockquote class="text">
10669    <p>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
10670                                Each answer line begins with the information
10671                                category name, followed by a colon and then a space
10672                                character &lt;SP&gt; and finally the info character
10673                                string to that information category. At the
10674                                moment the following categories are defined:
10675    </p>
10676    <p>
10677                                    </p>
10678    <blockquote class="text">
10679    <p>SYSTEM -
10680                                            </p>
10681    <blockquote class="text">
10682    <p>name of the effect plugin system
10683                                                the effect is based on
10684                                                (e.g. "LADSPA")
10685    </p>
10686    </blockquote>
10687                                        
10688    
10689    <p>MODULE -
10690                                            </p>
10691    <blockquote class="text">
10692    <p>module of the effect plugin
10693                                                system that contains this effect,
10694                                                the module is usually the
10695                                                dynamic-linked library (DLL)
10696                                                filename of the effect plugin,
10697                                                including full path (note that this
10698                                                filename may contain
10699                                                <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>)
10700    </p>
10701    </blockquote>
10702                                        
10703    
10704    <p>NAME -
10705                                            </p>
10706    <blockquote class="text">
10707    <p>character string defining the
10708                                                unique name of the effect within its
10709                                                module (note that the character
10710                                                string may contain
10711                                                <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>)
10712    </p>
10713    </blockquote>
10714                                        
10715    
10716    <p>DESCRIPTION -
10717                                            </p>
10718    <blockquote class="text">
10719    <p>human readable name of the
10720                                                effect, intended to be displayed in
10721                                                user interfaces (note that the
10722                                                character string may contain
10723                                                <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>)
10724    </p>
10725    </blockquote>
10726                                        
10727    
10728    <p>INPUT_CONTROLS -
10729                                            </p>
10730    <blockquote class="text">
10731    <p>amount of input controls the
10732                                                effect instance provides, to allow
10733                                                controlling the effect parameters in
10734                                                realtime
10735    </p>
10736    </blockquote>
10737                                        
10738    
10739    </blockquote>
10740                                
10741    
10742    </blockquote><p>
10743                        
10744    </p>
10745    <p>The mentioned fields above don't have to be in particular order.
10746    </p>
10747    <p>Example:
10748    </p>
10749    <p>
10750                            </p>
10751    <blockquote class="text">
10752    <p>C: "GET EFFECT_INSTANCE INFO 3"
10753    </p>
10754    <p>S: "SYSTEM: LADSPA"
10755    </p>
10756    <p>&nbsp;&nbsp;&nbsp;"MODULE: /usr/lib/ladspa/mod_delay_1419.so"
10757    </p>
10758    <p>&nbsp;&nbsp;&nbsp;"NAME: modDelay"
10759    </p>
10760    <p>&nbsp;&nbsp;&nbsp;"DESCRIPTION: Modulatable delay"
10761    </p>
10762    <p>&nbsp;&nbsp;&nbsp;"INPUT_CONTROLS: 1"
10763    </p>
10764    <p>&nbsp;&nbsp;&nbsp;"."
10765    </p>
10766    </blockquote><p>
10767                        
10768    </p>
10769    <a name="GET EFFECT_INSTANCE_INPUT_CONTROL INFO"></a><br /><hr />
10770    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
10771    <a name="rfc.section.6.11.10"></a><h3>6.11.10.&nbsp;
10772    Retrieving information about an effect parameter</h3>
10773    
10774    <p>Effects typically provide a certain set of effect
10775                        parameters which can be altered by the user in realtime
10776                        (e.g. depth of a reverb effect, duration of a delay effect,
10777                        dry / wet signal ratio). Those controllable effect parameters
10778                        are called "input controls". The front-end can ask for the
10779                        current informations of an effect instance's input control
10780                        by sending the following command:
10781    </p>
10782    <p>
10783                            </p>
10784    <blockquote class="text">
10785    <p>GET EFFECT_INSTANCE_INPUT_CONTROL INFO &lt;effect-instance&gt; &lt;input-control&gt;
10786    </p>
10787    </blockquote><p>
10788                        
10789    </p>
10790    <p>Where &lt;effect-instance&gt; is the numerical ID of an
10791                        effect instance as returned by the
10792                        <a class='info' href='#CREATE EFFECT_INSTANCE'>"CREATE EFFECT_INSTANCE"<span> (</span><span class='info'>Creating an instance of an effect by its portable ID</span><span>)</span></a>
10793                        or
10794                        <a class='info' href='#LIST EFFECT_INSTANCES'>"LIST EFFECT_INSTANCES"<span> (</span><span class='info'>Get list of effect instances</span><span>)</span></a>
10795                        command and &lt;input-control&gt; is the index of the input
10796                        control within the numerical bounds as returned by the
10797                        "INPUT_CONTROLS" field of the
10798                        <a class='info' href='#GET EFFECT_INSTANCE INFO'>"GET EFFECT_INSTANCE INFO"<span> (</span><span class='info'>Retrieving current information about an effect instance</span><span>)</span></a>
10799                        command.
10800    </p>
10801    <p>Possible Answers:
10802    </p>
10803    <p>
10804                            </p>
10805    <blockquote class="text">
10806    <p>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
10807                                Each answer line begins with the information
10808                                category name, followed by a colon and then a space
10809                                character &lt;SP&gt; and finally the info character
10810                                string to that information category. There are
10811                                information categories which are always returned,
10812                                independent of the respective effect parameter and
10813                                there are optional information categories
10814                                which are only shown for certain effect parameters.
10815                                At the moment the following categories are defined:
10816    </p>
10817    <p>
10818                                    </p>
10819    <blockquote class="text">
10820    <p>DESCRIPTION -
10821                                            </p>
10822    <blockquote class="text">
10823    <p>(always returned)
10824                                                human readable name of the
10825                                                effect parameter, intended to be
10826                                                displayed in user interfaces (note
10827                                                that the character string may
10828                                                contain <a class='info' href='#character_set'>escape sequences<span> (</span><span class='info'>Character Set and Escape Sequences</span><span>)</span></a>)
10829    </p>
10830    </blockquote>
10831                                        
10832    
10833    <p>VALUE -
10834                                            </p>
10835    <blockquote class="text">
10836    <p>
10837                                                (always returned)
10838                                                current (optional dotted)
10839                                                floating point value of this effect
10840                                                parameter
10841    </p>
10842    </blockquote>
10843                                        
10844    
10845    <p>RANGE_MIN -
10846                                            </p>
10847    <blockquote class="text">
10848    <p>
10849                                                (optionally returned)
10850                                                minimum allowed value for this
10851                                                effect parameter
10852    </p>
10853    </blockquote>
10854                                        
10855    
10856    <p>RANGE_MAX -
10857                                            </p>
10858    <blockquote class="text">
10859    <p>
10860                                                (optionally returned)
10861                                                maximum allowed value for this
10862                                                effect parameter
10863    </p>
10864    </blockquote>
10865                                        
10866    
10867    <p>POSSIBILITIES -
10868                                            </p>
10869    <blockquote class="text">
10870    <p>
10871                                                (optionally returned)
10872                                                comma separated list of
10873                                                (optional dotted) floating point
10874                                                numbers, reflecting the exact set of
10875                                                possible values for this effect
10876                                                parameter
10877    </p>
10878    </blockquote>
10879                                        
10880    
10881    <p>DEFAULT -
10882                                            </p>
10883    <blockquote class="text">
10884    <p>
10885                                                (optionally returned)
10886                                                default value of this effect
10887                                                parameter
10888    </p>
10889    </blockquote>
10890                                        
10891    
10892    </blockquote>
10893                                
10894    
10895    </blockquote><p>
10896                        
10897    </p>
10898    <p>The mentioned fields above don't have to be in particular order.
10899    </p>
10900    <p>Example:
10901    </p>
10902    <p>
10903                            </p>
10904    <blockquote class="text">
10905    <p>C: "GET EFFECT_INSTANCE_INPUT_CONTROL INFO 1 0"
10906    </p>
10907    <p>S: "SYSTEM: LADSPA"
10908    </p>
10909    <p>&nbsp;&nbsp;&nbsp;"DESCRIPTION: Base delay (s)"
10910    </p>
10911    <p>&nbsp;&nbsp;&nbsp;"VALUE: 0.500"
10912    </p>
10913    <p>&nbsp;&nbsp;&nbsp;"RANGE_MIN: 0.000"
10914    </p>
10915    <p>&nbsp;&nbsp;&nbsp;"."
10916    </p>
10917    </blockquote><p>
10918                        
10919    </p>
10920    <a name="SET EFFECT_INSTANCE_INPUT_CONTROL VALUE"></a><br /><hr />
10921    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
10922    <a name="rfc.section.6.11.11"></a><h3>6.11.11.&nbsp;
10923    Altering an effect parameter</h3>
10924    
10925    <p>The front-end can alter the current value of an effect
10926                        parameter by sending the following command:
10927    </p>
10928    <p>
10929                            </p>
10930    <blockquote class="text">
10931    <p>SET EFFECT_INSTANCE_INPUT_CONTROL VALUE &lt;effect-instance&gt; &lt;input-control&gt; &lt;value&gt;
10932    </p>
10933    </blockquote><p>
10934                        
10935    </p>
10936    <p>Where &lt;effect-instance&gt; is the numerical ID of the
10937                        effect instance as returned by the
10938                        <a class='info' href='#CREATE EFFECT_INSTANCE'>"CREATE EFFECT_INSTANCE"<span> (</span><span class='info'>Creating an instance of an effect by its portable ID</span><span>)</span></a> or
10939                        <a class='info' href='#LIST EFFECT_INSTANCES'>"LIST EFFECT_INSTANCES"<span> (</span><span class='info'>Get list of effect instances</span><span>)</span></a>
10940                        command, &lt;input-control&gt; is the index of the input
10941                        control within the numerical bounds as returned by the
10942                        "INPUT_CONTROLS" field of the
10943                        <a class='info' href='#GET EFFECT_INSTANCE INFO'>"GET EFFECT_INSTANCE INFO"<span> (</span><span class='info'>Retrieving current information about an effect instance</span><span>)</span></a>
10944                        command and &lt;value&gt; is the new (optional dotted)
10945                        floating point value for this effect parameter.
10946    </p>
10947    <p>Possible Answers:
10948    </p>
10949    <p>
10950                            </p>
10951    <blockquote class="text">
10952    <p>"OK" -
10953                                    </p>
10954    <blockquote class="text">
10955    <p>in case the effect was altered successfully
10956    </p>
10957    </blockquote>
10958                                
10959    
10960    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
10961                                    </p>
10962    <blockquote class="text">
10963    <p>in case it failed, providing an appropriate error code and
10964                                        error message
10965    </p>
10966    </blockquote>
10967                                
10968    
10969    </blockquote><p>
10970                        
10971    </p>
10972    <p>Examples:
10973    </p>
10974    <p>
10975                            </p>
10976    <blockquote class="text">
10977    <p>C: "SET EFFECT_INSTANCE_INPUT_CONTROL VALUE 0 1 0.5"
10978    </p>
10979    <p>S: "OK"
10980    </p>
10981    </blockquote><p>
10982                        
10983    </p>
10984    <a name="GET SEND_EFFECT_CHAINS"></a><br /><hr />
10985    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
10986    <a name="rfc.section.6.11.12"></a><h3>6.11.12.&nbsp;
10987    Retrieve amount of send effect chains</h3>
10988    
10989    <p>The front-end can retrieve the current amount of send
10990                        effect chains of an audio output device by sending the
10991                        following command:
10992    </p>
10993    <p>
10994                            </p>
10995    <blockquote class="text">
10996    <p>GET SEND_EFFECT_CHAINS &lt;audio-device&gt;
10997    </p>
10998    </blockquote><p>
10999                        
11000    </p>
11001    <p>Where &lt;audio-device&gt; should be replaced by the
11002                        numerical ID of the audio output device as given by the
11003                        <a class='info' href='#CREATE AUDIO_OUTPUT_DEVICE'>"CREATE AUDIO_OUTPUT_DEVICE"<span> (</span><span class='info'>Creating an audio output device</span><span>)</span></a>
11004                        or <a class='info' href='#LIST AUDIO_OUTPUT_DEVICES'>"LIST AUDIO_OUTPUT_DEVICES"<span> (</span><span class='info'>Getting all created audio output device list</span><span>)</span></a>
11005                        command.
11006    </p>
11007    <p>Possible Answers:
11008    </p>
11009    <p>
11010                            </p>
11011    <blockquote class="text">
11012    <p>The sampler will answer by returning the current
11013                                number of send effect chains of the supplied audio
11014                                output device.
11015    </p>
11016    </blockquote><p>
11017                        
11018    </p>
11019    <p>Examples:
11020    </p>
11021    <p>
11022                            </p>
11023    <blockquote class="text">
11024    <p>C: "GET SEND_EFFECT_CHAINS 0"
11025    </p>
11026    <p>S: "4"
11027    </p>
11028    </blockquote><p>
11029                        
11030    </p>
11031    <a name="LIST SEND_EFFECT_CHAINS"></a><br /><hr />
11032    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
11033    <a name="rfc.section.6.11.13"></a><h3>6.11.13.&nbsp;
11034    Retrieve list of send effect chains</h3>
11035    
11036    <p>The front-end can retrieve the current list of send
11037                        effect chains of an audio output device by sending the
11038                        following command:
11039    </p>
11040    <p>
11041                            </p>
11042    <blockquote class="text">
11043    <p>LIST SEND_EFFECT_CHAINS &lt;audio-device&gt;
11044    </p>
11045    </blockquote><p>
11046                        
11047    </p>
11048    <p>Where &lt;audio-device&gt; should be replaced by the
11049                        numerical ID of the audio output device as given by the
11050                        <a class='info' href='#CREATE AUDIO_OUTPUT_DEVICE'>"CREATE AUDIO_OUTPUT_DEVICE"<span> (</span><span class='info'>Creating an audio output device</span><span>)</span></a>
11051                        or <a class='info' href='#LIST AUDIO_OUTPUT_DEVICES'>"LIST AUDIO_OUTPUT_DEVICES"<span> (</span><span class='info'>Getting all created audio output device list</span><span>)</span></a>
11052                        command.
11053    </p>
11054    <p>Possible Answers:
11055    </p>
11056    <p>
11057                            </p>
11058    <blockquote class="text">
11059    <p>The sampler will answer by returning a comma
11060                                separated list with numerical IDs of send effect
11061                                chains of the supplied audio output device.
11062                                
11063    </p>
11064    </blockquote><p>
11065                        
11066    </p>
11067    <p>Examples:
11068    </p>
11069    <p>
11070                            </p>
11071    <blockquote class="text">
11072    <p>C: "LIST SEND_EFFECT_CHAINS 0"
11073    </p>
11074    <p>S: "3,4,7"
11075    </p>
11076    </blockquote><p>
11077                        
11078    </p>
11079    <a name="ADD SEND_EFFECT_CHAIN"></a><br /><hr />
11080    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
11081    <a name="rfc.section.6.11.14"></a><h3>6.11.14.&nbsp;
11082    Add send effect chain</h3>
11083    
11084    <p>The front-end can add a send effect chain by sending the
11085                        following command:
11086    </p>
11087    <p>
11088                            </p>
11089    <blockquote class="text">
11090    <p>ADD SEND_EFFECT_CHAIN &lt;audio-device&gt;
11091    </p>
11092    </blockquote><p>
11093                        
11094    </p>
11095    <p>Where &lt;audio-device&gt; should be replaced by the
11096                        numerical ID of the audio output device as given by the
11097                        <a class='info' href='#CREATE AUDIO_OUTPUT_DEVICE'>"CREATE AUDIO_OUTPUT_DEVICE"<span> (</span><span class='info'>Creating an audio output device</span><span>)</span></a>
11098                        or <a class='info' href='#LIST AUDIO_OUTPUT_DEVICES'>"LIST AUDIO_OUTPUT_DEVICES"<span> (</span><span class='info'>Getting all created audio output device list</span><span>)</span></a>
11099                        command.
11100    </p>
11101    <p>Possible Answers:
11102    </p>
11103    <p>
11104                            </p>
11105    <blockquote class="text">
11106    <p>"OK[&lt;effect-chain&gt;]" -
11107                                    </p>
11108    <blockquote class="text">
11109    <p>in case the send effect chain was
11110                                        added successfully, where
11111                                        &lt;effect-chain&gt; is the numerical ID
11112                                        of the new send effect chain
11113    </p>
11114    </blockquote>
11115                                
11116    
11117    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
11118                                    </p>
11119    <blockquote class="text">
11120    <p>if the send effect chain could not be added
11121    </p>
11122    </blockquote>
11123                                
11124    
11125    </blockquote><p>
11126                        
11127    </p>
11128    <p>Examples:
11129    </p>
11130    <p>
11131                            </p>
11132    <blockquote class="text">
11133    <p>C: "ADD SEND_EFFECT_CHAIN 0"
11134    </p>
11135    <p>S: "OK[2]"
11136    </p>
11137    </blockquote><p>
11138                        
11139    </p>
11140    <a name="REMOVE SEND_EFFECT_CHAIN"></a><br /><hr />
11141    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
11142    <a name="rfc.section.6.11.15"></a><h3>6.11.15.&nbsp;
11143    Remove send effect chain</h3>
11144    
11145    <p>The front-end can remove a send effect chain by sending
11146                        the following command:
11147    </p>
11148    <p>
11149                            </p>
11150    <blockquote class="text">
11151    <p>REMOVE SEND_EFFECT_CHAIN &lt;audio-device&gt; &lt;effect-chain&gt;
11152    </p>
11153    </blockquote><p>
11154                        
11155    </p>
11156    <p>Where &lt;audio-device&gt; should be replaced by the
11157                        numerical ID of the audio output device as given by the
11158                        <a class='info' href='#CREATE AUDIO_OUTPUT_DEVICE'>"CREATE AUDIO_OUTPUT_DEVICE"<span> (</span><span class='info'>Creating an audio output device</span><span>)</span></a>
11159                        or <a class='info' href='#LIST AUDIO_OUTPUT_DEVICES'>"LIST AUDIO_OUTPUT_DEVICES"<span> (</span><span class='info'>Getting all created audio output device list</span><span>)</span></a>
11160                        command and &lt;effect-chain&gt; by the numerical ID as
11161                        returned by the
11162                        <a class='info' href='#ADD SEND_EFFECT_CHAIN'>"ADD SEND_EFFECT_CHAIN"<span> (</span><span class='info'>Add send effect chain</span><span>)</span></a>
11163                        or
11164                        <a class='info' href='#LIST SEND_EFFECT_CHAINS'>"LIST SEND_EFFECT_CHAINS"<span> (</span><span class='info'>Retrieve list of send effect chains</span><span>)</span></a>
11165                        command.
11166    </p>
11167    <p>Possible Answers:
11168    </p>
11169    <p>
11170                            </p>
11171    <blockquote class="text">
11172    <p>"OK" -
11173                                    </p>
11174    <blockquote class="text">
11175    <p>in case the send effect chain was
11176                                        removed successfully
11177    </p>
11178    </blockquote>
11179                                
11180    
11181    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
11182                                    </p>
11183    <blockquote class="text">
11184    <p>if the send effect chain could not be removed
11185    </p>
11186    </blockquote>
11187                                
11188    
11189    </blockquote><p>
11190                        
11191    </p>
11192    <p>Examples:
11193    </p>
11194    <p>
11195                            </p>
11196    <blockquote class="text">
11197    <p>C: "REMOVE SEND_EFFECT_CHAIN 0 2"
11198    </p>
11199    <p>S: "OK"
11200    </p>
11201    </blockquote><p>
11202                        
11203    </p>
11204    <a name="GET SEND_EFFECT_CHAIN INFO"></a><br /><hr />
11205    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
11206    <a name="rfc.section.6.11.16"></a><h3>6.11.16.&nbsp;
11207    Retrieving information about a send effect chain</h3>
11208    
11209    <p>The front-end can ask for informations of a send effect
11210                        chain by sending the following command:
11211    </p>
11212    <p>
11213                            </p>
11214    <blockquote class="text">
11215    <p>GET SEND_EFFECT_CHAIN INFO &lt;audio-device&gt; &lt;effect-chain&gt;
11216    </p>
11217    </blockquote><p>
11218                        
11219    </p>
11220    <p>Where &lt;audio-device&gt; should be replaced by the
11221                        numerical ID of the audio output device as given by the
11222                        <a class='info' href='#CREATE AUDIO_OUTPUT_DEVICE'>"CREATE AUDIO_OUTPUT_DEVICE"<span> (</span><span class='info'>Creating an audio output device</span><span>)</span></a>
11223                        or <a class='info' href='#LIST AUDIO_OUTPUT_DEVICES'>"LIST AUDIO_OUTPUT_DEVICES"<span> (</span><span class='info'>Getting all created audio output device list</span><span>)</span></a>
11224                        command and &lt;effect-chain&gt; by the numerical ID as
11225                        returned by the
11226                        <a class='info' href='#ADD SEND_EFFECT_CHAIN'>"ADD SEND_EFFECT_CHAIN"<span> (</span><span class='info'>Add send effect chain</span><span>)</span></a>
11227                        or
11228                        <a class='info' href='#LIST SEND_EFFECT_CHAINS'>"LIST SEND_EFFECT_CHAINS"<span> (</span><span class='info'>Retrieve list of send effect chains</span><span>)</span></a>
11229                        command.
11230    </p>
11231    <p>Possible Answers:
11232    </p>
11233    <p>
11234                            </p>
11235    <blockquote class="text">
11236    <p>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
11237                                Each answer line begins with the information
11238                                category name, followed by a colon and then a space
11239                                character &lt;SP&gt; and finally the info character
11240                                string to that information category.
11241                                At the moment the following categories are defined:
11242    </p>
11243    <p>
11244                                    </p>
11245    <blockquote class="text">
11246    <p>EFFECT_COUNT -
11247                                            </p>
11248    <blockquote class="text">
11249    <p>amount of effects in this send
11250                                                effect chain
11251    </p>
11252    </blockquote>
11253                                        
11254    
11255    <p>EFFECT_SEQUENCE -
11256                                            </p>
11257    <blockquote class="text">
11258    <p>comma separated list of the
11259                                                numerical IDs of the effect
11260                                                instances in this send effect chain,
11261                                                in the order as they are procssed in
11262                                                the effect chain
11263    </p>
11264    </blockquote>
11265                                        
11266    
11267    </blockquote>
11268                                
11269    
11270    </blockquote><p>
11271                        
11272    </p>
11273    <p>The mentioned fields above don't have to be in particular order.
11274    </p>
11275    <p>Example:
11276    </p>
11277    <p>
11278                            </p>
11279    <blockquote class="text">
11280    <p>C: "GET SEND_EFFECT_CHAIN INFO 0 2"
11281    </p>
11282    <p>S: "EFFECT_COUNT: 3"
11283    </p>
11284    <p>&nbsp;&nbsp;&nbsp;"EFFECT_SEQUENCE: 31,4,7"
11285    </p>
11286    <p>&nbsp;&nbsp;&nbsp;"."
11287    </p>
11288    </blockquote><p>
11289                        
11290    </p>
11291    <a name="APPEND SEND_EFFECT_CHAIN EFFECT"></a><br /><hr />
11292    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
11293    <a name="rfc.section.6.11.17"></a><h3>6.11.17.&nbsp;
11294    Append effect instance to a send effect chain</h3>
11295    
11296    <p>The front-end can add an unused effect instance to the
11297                        end of a send effect chain by sending the following command:
11298    </p>
11299    <p>
11300                            </p>
11301    <blockquote class="text">
11302    <p>APPEND SEND_EFFECT_CHAIN EFFECT &lt;audio-device&gt; &lt;effect-chain&gt; &lt;effect-instance&gt;
11303    </p>
11304    </blockquote><p>
11305                        
11306    </p>
11307    <p>Where &lt;audio-device&gt; should be replaced by the
11308                        numerical ID of the audio output device as given by the
11309                        <a class='info' href='#CREATE AUDIO_OUTPUT_DEVICE'>"CREATE AUDIO_OUTPUT_DEVICE"<span> (</span><span class='info'>Creating an audio output device</span><span>)</span></a>
11310                        or <a class='info' href='#LIST AUDIO_OUTPUT_DEVICES'>"LIST AUDIO_OUTPUT_DEVICES"<span> (</span><span class='info'>Getting all created audio output device list</span><span>)</span></a>
11311                        command and &lt;effect-chain&gt; by the numerical ID as
11312                        returned by the
11313                        <a class='info' href='#ADD SEND_EFFECT_CHAIN'>"ADD SEND_EFFECT_CHAIN"<span> (</span><span class='info'>Add send effect chain</span><span>)</span></a>
11314                        or
11315                        <a class='info' href='#LIST SEND_EFFECT_CHAINS'>"LIST SEND_EFFECT_CHAINS"<span> (</span><span class='info'>Retrieve list of send effect chains</span><span>)</span></a>
11316                        command and &lt;effect-instance&gt; as returned by the
11317                        <a class='info' href='#CREATE EFFECT_INSTANCE'>"CREATE EFFECT_INSTANCE"<span> (</span><span class='info'>Creating an instance of an effect by its portable ID</span><span>)</span></a> or
11318                        <a class='info' href='#LIST EFFECT_INSTANCES'>"LIST EFFECT_INSTANCES"<span> (</span><span class='info'>Get list of effect instances</span><span>)</span></a>
11319                        command.
11320    </p>
11321    <p>Only unused effect instances can be added to the effect
11322                        chain. Trying to add an effect instance which is already in
11323                        use somewhere in the audio signal path of the sampler will
11324                        result in an error.
11325    </p>
11326    <p>Possible Answers:
11327    </p>
11328    <p>
11329                            </p>
11330    <blockquote class="text">
11331    <p>"OK" -
11332                                    </p>
11333    <blockquote class="text">
11334    <p>in case the effect instance was
11335                                        added successfully to the chain
11336    </p>
11337    </blockquote>
11338                                
11339    
11340    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
11341                                    </p>
11342    <blockquote class="text">
11343    <p>if the effect instance could not be added
11344    </p>
11345    </blockquote>
11346                                
11347    
11348    </blockquote><p>
11349                        
11350    </p>
11351    <p>Examples:
11352    </p>
11353    <p>
11354                            </p>
11355    <blockquote class="text">
11356    <p>C: "APPEND SEND_EFFECT_CHAIN EFFECT 0 2 38"
11357    </p>
11358    <p>S: "OK"
11359    </p>
11360    </blockquote><p>
11361                        
11362    </p>
11363    <a name="INSERT SEND_EFFECT_CHAIN EFFECT"></a><br /><hr />
11364    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
11365    <a name="rfc.section.6.11.18"></a><h3>6.11.18.&nbsp;
11366    Insert effect instance to a send effect chain</h3>
11367    
11368    <p>The front-end can add an unused effect instance to a
11369                        certain position of a send effect chain by sending the
11370                        following command:
11371    </p>
11372    <p>
11373                            </p>
11374    <blockquote class="text">
11375    <p>INSERT SEND_EFFECT_CHAIN EFFECT &lt;audio-device&gt; &lt;effect-chain&gt; &lt;chain-pos&gt; &lt;effect-instance&gt;
11376    </p>
11377    </blockquote><p>
11378                        
11379    </p>
11380    <p>Where &lt;audio-device&gt; should be replaced by the
11381                        numerical ID of the audio output device as given by the
11382                        <a class='info' href='#CREATE AUDIO_OUTPUT_DEVICE'>"CREATE AUDIO_OUTPUT_DEVICE"<span> (</span><span class='info'>Creating an audio output device</span><span>)</span></a>
11383                        or <a class='info' href='#LIST AUDIO_OUTPUT_DEVICES'>"LIST AUDIO_OUTPUT_DEVICES"<span> (</span><span class='info'>Getting all created audio output device list</span><span>)</span></a>
11384                        command, &lt;effect-chain&gt; by the numerical ID as
11385                        returned by the
11386                        <a class='info' href='#ADD SEND_EFFECT_CHAIN'>"ADD SEND_EFFECT_CHAIN"<span> (</span><span class='info'>Add send effect chain</span><span>)</span></a>
11387                        or
11388                        <a class='info' href='#LIST SEND_EFFECT_CHAINS'>"LIST SEND_EFFECT_CHAINS"<span> (</span><span class='info'>Retrieve list of send effect chains</span><span>)</span></a>
11389                        command, &lt;effect-instance&gt; as returned by the
11390                        <a class='info' href='#CREATE EFFECT_INSTANCE'>"CREATE EFFECT_INSTANCE"<span> (</span><span class='info'>Creating an instance of an effect by its portable ID</span><span>)</span></a> or
11391                        <a class='info' href='#LIST EFFECT_INSTANCES'>"LIST EFFECT_INSTANCES"<span> (</span><span class='info'>Get list of effect instances</span><span>)</span></a>
11392                        command and &lt;chain-pos&gt; the exact position of the
11393                        effect chain where the supplied effect shall be inserted
11394                        to.
11395    </p>
11396    <p>Only unused effect instances can be added to the effect
11397                        chain. Trying to add an effect instance which is already in
11398                        use somewhere in the audio signal path of the sampler will
11399                        result in an error.
11400    </p>
11401    <p>Possible Answers:
11402    </p>
11403    <p>
11404                            </p>
11405    <blockquote class="text">
11406    <p>"OK" -
11407                                    </p>
11408    <blockquote class="text">
11409    <p>in case the effect instance was
11410                                        added successfully to the chain
11411    </p>
11412    </blockquote>
11413                                
11414    
11415    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
11416                                    </p>
11417    <blockquote class="text">
11418    <p>if the effect instance could not be added
11419    </p>
11420    </blockquote>
11421                                
11422    
11423    </blockquote><p>
11424                        
11425    </p>
11426    <p>Examples:
11427    </p>
11428    <p>
11429                            </p>
11430    <blockquote class="text">
11431    <p>C: "INSERT SEND_EFFECT_CHAIN EFFECT 0 2 4 38"
11432    </p>
11433    <p>S: "OK"
11434    </p>
11435    </blockquote><p>
11436                        
11437    </p>
11438    <a name="REMOVE SEND_EFFECT_CHAIN EFFECT"></a><br /><hr />
11439    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
11440    <a name="rfc.section.6.11.19"></a><h3>6.11.19.&nbsp;
11441    Remove effect instance from send effect chain</h3>
11442    
11443    <p>The front-end can remove an effect instance from a
11444                        certain position of a send effect chain by sending the
11445                        following command:
11446    </p>
11447    <p>
11448                            </p>
11449    <blockquote class="text">
11450    <p>REMOVE SEND_EFFECT_CHAIN EFFECT &lt;audio-device&gt; &lt;effect-chain&gt; &lt;chain-pos&gt;
11451    </p>
11452    </blockquote><p>
11453                        
11454    </p>
11455    <p>Where &lt;audio-device&gt; should be replaced by the
11456                        numerical ID of the audio output device as given by the
11457                        <a class='info' href='#CREATE AUDIO_OUTPUT_DEVICE'>"CREATE AUDIO_OUTPUT_DEVICE"<span> (</span><span class='info'>Creating an audio output device</span><span>)</span></a>
11458                        or <a class='info' href='#LIST AUDIO_OUTPUT_DEVICES'>"LIST AUDIO_OUTPUT_DEVICES"<span> (</span><span class='info'>Getting all created audio output device list</span><span>)</span></a>
11459                        command, &lt;effect-chain&gt; by the numerical ID as
11460                        returned by the
11461                        <a class='info' href='#ADD SEND_EFFECT_CHAIN'>"ADD SEND_EFFECT_CHAIN"<span> (</span><span class='info'>Add send effect chain</span><span>)</span></a>
11462                        or
11463                        <a class='info' href='#LIST SEND_EFFECT_CHAINS'>"LIST SEND_EFFECT_CHAINS"<span> (</span><span class='info'>Retrieve list of send effect chains</span><span>)</span></a>
11464                        command and &lt;chain-pos&gt; the exact position of the
11465                        effect instance to be removed from the effect chain.
11466    </p>
11467    <p>Possible Answers:
11468    </p>
11469    <p>
11470                            </p>
11471    <blockquote class="text">
11472    <p>"OK" -
11473                                    </p>
11474    <blockquote class="text">
11475    <p>in case the effect instance was
11476                                        removed successfully
11477    </p>
11478    </blockquote>
11479                                
11480    
11481    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
11482                                    </p>
11483    <blockquote class="text">
11484    <p>if the effect instance could not be removed
11485    </p>
11486    </blockquote>
11487                                
11488    
11489    </blockquote><p>
11490                        
11491    </p>
11492    <p>Examples:
11493    </p>
11494    <p>
11495                            </p>
11496    <blockquote class="text">
11497    <p>C: "REMOVE SEND_EFFECT_CHAIN EFFECT 0 2 4"
11498    </p>
11499    <p>S: "OK"
11500    </p>
11501    </blockquote><p>
11502                        
11503    </p>
11504  <a name="command_syntax"></a><br /><hr />  <a name="command_syntax"></a><br /><hr />
11505  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
11506  <a name="rfc.section.7"></a><h3>7.&nbsp;  <a name="rfc.section.7"></a><h3>7.&nbsp;
# Line 7010  Command Syntax</h3> Line 11601  Command Syntax</h3>
11601  <p>/ UNSUBSCRIBE SP unsubscribe_event  <p>/ UNSUBSCRIBE SP unsubscribe_event
11602                                    
11603  </p>  </p>
 <p>/ SELECT SP text  
                   
 </p>  
11604  <p>/ RESET SP reset_instruction  <p>/ RESET SP reset_instruction
11605                                    
11606  </p>  </p>
11607  <p>/ CLEAR SP clear_instruction  <p>/ CLEAR SP clear_instruction
11608                                    
11609  </p>  </p>
11610    <p>/ FIND SP find_instruction
11611                    
11612    </p>
11613    <p>/ MOVE SP move_instruction
11614                    
11615    </p>
11616    <p>/ COPY SP copy_instruction
11617                    
11618    </p>
11619    <p>/ EDIT SP edit_instruction
11620                    
11621    </p>
11622    <p>/ FORMAT SP format_instruction
11623                    
11624    </p>
11625    <p>/ SEND SP send_instruction
11626                    
11627    </p>
11628    <p>/ APPEND SP append_instruction
11629                    
11630    </p>
11631    <p>/ INSERT SP insert_instruction
11632                    
11633    </p>
11634  <p>/ RESET  <p>/ RESET
11635                                    
11636  </p>  </p>
# Line 7034  Command Syntax</h3> Line 11646  Command Syntax</h3>
11646  <p>CHANNEL  <p>CHANNEL
11647                                    
11648  </p>  </p>
11649    <p>/ DB_INSTRUMENT_DIRECTORY SP db_path
11650                    
11651    </p>
11652    <p>/ DB_INSTRUMENTS SP NON_MODAL SP scan_mode SP db_path SP filename
11653                    
11654    </p>
11655    <p>/ DB_INSTRUMENTS SP NON_MODAL SP scan_mode SP FILE_AS_DIR SP db_path SP filename
11656                    
11657    </p>
11658    <p>/ DB_INSTRUMENTS SP scan_mode SP db_path SP filename
11659                    
11660    </p>
11661    <p>/ DB_INSTRUMENTS SP scan_mode SP FILE_AS_DIR SP db_path SP filename
11662                    
11663    </p>
11664    <p>/ DB_INSTRUMENTS SP NON_MODAL SP db_path SP filename
11665                    
11666    </p>
11667    <p>/ DB_INSTRUMENTS SP NON_MODAL SP db_path SP filename SP instrument_index
11668                    
11669    </p>
11670    <p>/ DB_INSTRUMENTS SP db_path SP filename
11671                    
11672    </p>
11673    <p>/ DB_INSTRUMENTS SP db_path SP filename SP instrument_index
11674                    
11675    </p>
11676  <p>/ MIDI_INSTRUMENT_MAP  <p>/ MIDI_INSTRUMENT_MAP
11677                                    
11678  </p>  </p>
11679  <p>/ MIDI_INSTRUMENT_MAP SP map_name  <p>/ MIDI_INSTRUMENT_MAP SP map_name
11680                                    
11681  </p>  </p>
11682    <p>/ SEND_EFFECT_CHAIN SP device_index
11683                    
11684    </p>
11685  </blockquote><p>  </blockquote><p>
11686    
11687  </p>  </p>
# Line 7061  Command Syntax</h3> Line 11703  Command Syntax</h3>
11703  <p>/ CHANNEL_COUNT  <p>/ CHANNEL_COUNT
11704                                    
11705  </p>  </p>
11706    <p>/ CHANNEL_MIDI
11707                    
11708    </p>
11709    <p>/ DEVICE_MIDI
11710                    
11711    </p>
11712  <p>/ VOICE_COUNT  <p>/ VOICE_COUNT
11713                                    
11714  </p>  </p>
# Line 7073  Command Syntax</h3> Line 11721  Command Syntax</h3>
11721  <p>/ CHANNEL_INFO  <p>/ CHANNEL_INFO
11722                                    
11723  </p>  </p>
11724    <p>/ FX_SEND_COUNT
11725                    
11726    </p>
11727    <p>/ FX_SEND_INFO
11728                    
11729    </p>
11730  <p>/ MIDI_INSTRUMENT_MAP_COUNT  <p>/ MIDI_INSTRUMENT_MAP_COUNT
11731                                    
11732  </p>  </p>
# Line 7085  Command Syntax</h3> Line 11739  Command Syntax</h3>
11739  <p>/ MIDI_INSTRUMENT_INFO  <p>/ MIDI_INSTRUMENT_INFO
11740                                    
11741  </p>  </p>
11742    <p>/ DB_INSTRUMENT_DIRECTORY_COUNT
11743                    
11744    </p>
11745    <p>/ DB_INSTRUMENT_DIRECTORY_INFO
11746                    
11747    </p>
11748    <p>/ DB_INSTRUMENT_COUNT
11749                    
11750    </p>
11751    <p>/ DB_INSTRUMENT_INFO
11752                    
11753    </p>
11754    <p>/ DB_INSTRUMENTS_JOB_INFO
11755                    
11756    </p>
11757  <p>/ MISCELLANEOUS  <p>/ MISCELLANEOUS
11758                                    
11759  </p>  </p>
11760    <p>/ TOTAL_STREAM_COUNT
11761                    
11762    </p>
11763  <p>/ TOTAL_VOICE_COUNT  <p>/ TOTAL_VOICE_COUNT
11764                                    
11765  </p>  </p>
11766    <p>/ GLOBAL_INFO
11767                    
11768    </p>
11769  </blockquote><p>  </blockquote><p>
11770    
11771  </p>  </p>
# Line 7112  Command Syntax</h3> Line 11787  Command Syntax</h3>
11787  <p>/ CHANNEL_COUNT  <p>/ CHANNEL_COUNT
11788                                    
11789  </p>  </p>
11790    <p>/ CHANNEL_MIDI
11791                    
11792    </p>
11793    <p>/ DEVICE_MIDI
11794                    
11795    </p>
11796  <p>/ VOICE_COUNT  <p>/ VOICE_COUNT
11797                                    
11798  </p>  </p>
# Line 7124  Command Syntax</h3> Line 11805  Command Syntax</h3>
11805  <p>/ CHANNEL_INFO  <p>/ CHANNEL_INFO
11806                                    
11807  </p>  </p>
11808    <p>/ FX_SEND_COUNT
11809                    
11810    </p>
11811    <p>/ FX_SEND_INFO
11812                    
11813    </p>
11814  <p>/ MIDI_INSTRUMENT_MAP_COUNT  <p>/ MIDI_INSTRUMENT_MAP_COUNT
11815                                    
11816  </p>  </p>
# Line 7136  Command Syntax</h3> Line 11823  Command Syntax</h3>
11823  <p>/ MIDI_INSTRUMENT_INFO  <p>/ MIDI_INSTRUMENT_INFO
11824                                    
11825  </p>  </p>
11826    <p>/ DB_INSTRUMENT_DIRECTORY_COUNT
11827                    
11828    </p>
11829    <p>/ DB_INSTRUMENT_DIRECTORY_INFO
11830                    
11831    </p>
11832    <p>/ DB_INSTRUMENT_COUNT
11833                    
11834    </p>
11835    <p>/ DB_INSTRUMENT_INFO
11836                    
11837    </p>
11838    <p>/ DB_INSTRUMENTS_JOB_INFO
11839                    
11840    </p>
11841  <p>/ MISCELLANEOUS  <p>/ MISCELLANEOUS
11842                                    
11843  </p>  </p>
11844    <p>/ TOTAL_STREAM_COUNT
11845                    
11846    </p>
11847  <p>/ TOTAL_VOICE_COUNT  <p>/ TOTAL_VOICE_COUNT
11848                                    
11849  </p>  </p>
11850    <p>/ GLOBAL_INFO
11851                    
11852    </p>
11853  </blockquote><p>  </blockquote><p>
11854    
11855  </p>  </p>
11856  <p>map_instruction =  <p>map_instruction =
11857          </p>          </p>
11858  <blockquote class="text">  <blockquote class="text">
11859  <p>MIDI_INSTRUMENT SP midi_map SP midi_bank SP midi_prog SP engine_name SP filename SP instrument_index SP volume_value  <p>MIDI_INSTRUMENT SP modal_arg midi_map SP midi_bank SP midi_prog SP engine_name SP filename SP instrument_index SP volume_value
11860                                    
11861  </p>  </p>
11862  <p>/ MIDI_INSTRUMENT SP midi_map SP midi_bank SP midi_prog SP engine_name SP filename SP instrument_index SP volume_value SP instr_load_mode  <p>/ MIDI_INSTRUMENT SP modal_arg midi_map SP midi_bank SP midi_prog SP engine_name SP filename SP instrument_index SP volume_value SP instr_load_mode
11863                                    
11864  </p>  </p>
11865  <p>/ MIDI_INSTRUMENT SP midi_map SP midi_bank SP midi_prog SP engine_name SP filename SP instrument_index SP volume_value SP entry_name  <p>/ MIDI_INSTRUMENT SP modal_arg midi_map SP midi_bank SP midi_prog SP engine_name SP filename SP instrument_index SP volume_value SP entry_name
11866                                    
11867  </p>  </p>
11868  <p>/ MIDI_INSTRUMENT SP midi_map SP midi_bank SP midi_prog SP engine_name SP filename SP instrument_index SP volume_value SP instr_load_mode SP entry_name  <p>/ MIDI_INSTRUMENT SP modal_arg midi_map SP midi_bank SP midi_prog SP engine_name SP filename SP instrument_index SP volume_value SP instr_load_mode SP entry_name
11869                                    
11870  </p>  </p>
11871  </blockquote><p>  </blockquote><p>
# Line 7184  Command Syntax</h3> Line 11892  Command Syntax</h3>
11892  <p>/ MIDI_INSTRUMENT_MAP SP ALL  <p>/ MIDI_INSTRUMENT_MAP SP ALL
11893                                    
11894  </p>  </p>
11895    <p>/ SEND_EFFECT_CHAIN SP device_index SP effect_chain
11896                    
11897    </p>
11898    <p>/ SEND_EFFECT_CHAIN SP EFFECT SP device_index SP effect_chain SP chain_pos
11899                    
11900    </p>
11901    <p>/ FX_SEND SP SEND_EFFECT SP sampler_channel SP fx_send_id
11902                    
11903    </p>
11904    <p>/ DB_INSTRUMENT_DIRECTORY SP FORCE SP db_path
11905                    
11906    </p>
11907    <p>/ DB_INSTRUMENT_DIRECTORY SP db_path
11908                    
11909    </p>
11910    <p>/ DB_INSTRUMENT SP db_path
11911                    
11912    </p>
11913  </blockquote><p>  </blockquote><p>
11914    
11915  </p>  </p>
# Line 7193  Command Syntax</h3> Line 11919  Command Syntax</h3>
11919  <p>AVAILABLE_ENGINES  <p>AVAILABLE_ENGINES
11920                                    
11921  </p>  </p>
11922    <p>/ AVAILABLE_EFFECTS
11923                    
11924    </p>
11925    <p>/ EFFECT_INSTANCES
11926                    
11927    </p>
11928    <p>/ EFFECT SP INFO SP effect_index
11929                    
11930    </p>
11931    <p>/ EFFECT_INSTANCE SP INFO SP effect_instance
11932                    
11933    </p>
11934    <p>/ EFFECT_INSTANCE_INPUT_CONTROL SP INFO SP effect_instance SP input_control
11935                    
11936    </p>
11937    <p>/ SEND_EFFECT_CHAINS SP device_index
11938                    
11939    </p>
11940    <p>/ SEND_EFFECT_CHAIN SP INFO SP device_index SP effect_chain
11941                    
11942    </p>
11943  <p>/ AVAILABLE_MIDI_INPUT_DRIVERS  <p>/ AVAILABLE_MIDI_INPUT_DRIVERS
11944                                    
11945  </p>  </p>
# Line 7262  Command Syntax</h3> Line 12009  Command Syntax</h3>
12009  <p>/ SERVER SP INFO  <p>/ SERVER SP INFO
12010                                    
12011  </p>  </p>
12012    <p>/ TOTAL_STREAM_COUNT
12013                    
12014    </p>
12015  <p>/ TOTAL_VOICE_COUNT  <p>/ TOTAL_VOICE_COUNT
12016                                    
12017  </p>  </p>
# Line 7289  Command Syntax</h3> Line 12039  Command Syntax</h3>
12039  <p>/ FX_SEND SP INFO SP sampler_channel SP fx_send_id  <p>/ FX_SEND SP INFO SP sampler_channel SP fx_send_id
12040                                    
12041  </p>  </p>
12042    <p>/ DB_INSTRUMENT_DIRECTORIES SP RECURSIVE SP db_path
12043                    
12044    </p>
12045    <p>/ DB_INSTRUMENT_DIRECTORIES SP db_path
12046                    
12047    </p>
12048    <p>/ DB_INSTRUMENT_DIRECTORY SP INFO SP db_path
12049                    
12050    </p>
12051    <p>/ DB_INSTRUMENTS SP RECURSIVE SP db_path
12052                    
12053    </p>
12054    <p>/ DB_INSTRUMENTS SP db_path
12055                    
12056    </p>
12057    <p>/ DB_INSTRUMENT SP INFO SP db_path
12058                    
12059    </p>
12060    <p>/ DB_INSTRUMENTS_JOB SP INFO SP number
12061                    
12062    </p>
12063  <p>/ VOLUME  <p>/ VOLUME
12064                                    
12065  </p>  </p>
12066    <p>/ VOICES
12067                    
12068    </p>
12069    <p>/ STREAMS
12070                    
12071    </p>
12072    <p>/ FILE SP INSTRUMENTS SP filename
12073                    
12074    </p>
12075    <p>/ FILE SP INSTRUMENT SP INFO SP filename SP instrument_index
12076                    
12077    </p>
12078  </blockquote><p>  </blockquote><p>
12079    
12080  </p>  </p>
# Line 7307  Command Syntax</h3> Line 12090  Command Syntax</h3>
12090  <p>/ MIDI_INPUT_DEVICE_PARAMETER SP number SP string '=' param_val_list  <p>/ MIDI_INPUT_DEVICE_PARAMETER SP number SP string '=' param_val_list
12091                                    
12092  </p>  </p>
12093    <p>/ MIDI_INPUT_PORT_PARAMETER SP number SP number SP string '=' NONE
12094                    
12095    </p>
12096  <p>/ MIDI_INPUT_PORT_PARAMETER SP number SP number SP string '=' param_val_list  <p>/ MIDI_INPUT_PORT_PARAMETER SP number SP number SP string '=' param_val_list
12097                                    
12098  </p>  </p>
12099    <p>/ EFFECT_INSTANCE_INPUT_CONTROL SP VALUE SP effect_instance SP input_control SP control_value
12100                    
12101    </p>
12102  <p>/ CHANNEL SP set_chan_instruction  <p>/ CHANNEL SP set_chan_instruction
12103                                    
12104  </p>  </p>
12105  <p>/ MIDI_INSTRUMENT_MAP SP NAME SP midi_map SP map_name  <p>/ MIDI_INSTRUMENT_MAP SP NAME SP midi_map SP map_name
12106                                    
12107  </p>  </p>
12108    <p>/ FX_SEND SP NAME SP sampler_channel SP fx_send_id SP fx_send_name
12109                    
12110    </p>
12111  <p>/ FX_SEND SP AUDIO_OUTPUT_CHANNEL SP sampler_channel SP fx_send_id SP audio_channel_index SP audio_channel_index  <p>/ FX_SEND SP AUDIO_OUTPUT_CHANNEL SP sampler_channel SP fx_send_id SP audio_channel_index SP audio_channel_index
12112                                    
12113  </p>  </p>
12114    <p>/ FX_SEND SP MIDI_CONTROLLER SP sampler_channel SP fx_send_id SP midi_ctrl
12115                    
12116    </p>
12117    <p>/ FX_SEND SP LEVEL SP sampler_channel SP fx_send_id SP volume_value
12118                    
12119    </p>
12120    <p>/ FX_SEND SP SEND_EFFECT SP sampler_channel SP fx_send_id SP effect_chain SP chain_pos
12121                    
12122    </p>
12123    <p>/ DB_INSTRUMENT_DIRECTORY SP NAME SP db_path SP stringval_escaped
12124                    
12125    </p>
12126    <p>/ DB_INSTRUMENT_DIRECTORY SP DESCRIPTION SP db_path SP stringval_escaped
12127                    
12128    </p>
12129    <p>/ DB_INSTRUMENT SP NAME SP db_path SP stringval_escaped
12130                    
12131    </p>
12132    <p>/ DB_INSTRUMENT SP DESCRIPTION SP db_path SP stringval_escaped
12133                    
12134    </p>
12135    <p>/ DB_INSTRUMENT SP FILE_PATH SP filename SP filename
12136                    
12137    </p>
12138  <p>/ ECHO SP boolean  <p>/ ECHO SP boolean
12139                                    
12140  </p>  </p>
12141  <p>/ VOLUME SP volume_value  <p>/ VOLUME SP volume_value
12142                                    
12143  </p>  </p>
12144    <p>/ VOICES SP number
12145                    
12146    </p>
12147    <p>/ STREAMS SP number
12148                    
12149    </p>
12150  </blockquote><p>  </blockquote><p>
12151    
12152  </p>  </p>
# Line 7349  Command Syntax</h3> Line 12171  Command Syntax</h3>
12171  <p>/ FX_SEND SP sampler_channel SP midi_ctrl SP fx_send_name  <p>/ FX_SEND SP sampler_channel SP midi_ctrl SP fx_send_name
12172                                    
12173  </p>  </p>
12174    <p>/ EFFECT_INSTANCE SP effect_index
12175                    
12176    </p>
12177    <p>/ EFFECT_INSTANCE SP effect_system SP module SP effect_name
12178                    
12179    </p>
12180  </blockquote><p>  </blockquote><p>
12181    
12182  </p>  </p>
# Line 7373  Command Syntax</h3> Line 12201  Command Syntax</h3>
12201  </blockquote><p>  </blockquote><p>
12202    
12203  </p>  </p>
12204    <p>find_instruction =
12205            </p>
12206    <blockquote class="text">
12207    <p>DB_INSTRUMENTS SP NON_RECURSIVE SP db_path SP query_val_list
12208                    
12209    </p>
12210    <p>/ DB_INSTRUMENTS SP db_path SP query_val_list
12211                    
12212    </p>
12213    <p>/ DB_INSTRUMENT_DIRECTORIES SP NON_RECURSIVE SP db_path SP query_val_list
12214                    
12215    </p>
12216    <p>/ DB_INSTRUMENT_DIRECTORIES SP db_path SP query_val_list
12217                    
12218    </p>
12219    <p>/ LOST SP DB_INSTRUMENT_FILES
12220                    
12221    </p>
12222    </blockquote><p>
12223    
12224    </p>
12225    <p>move_instruction =
12226            </p>
12227    <blockquote class="text">
12228    <p>DB_INSTRUMENT_DIRECTORY SP db_path SP db_path
12229                    
12230    </p>
12231    <p>/ DB_INSTRUMENT SP db_path SP db_path
12232                    
12233    </p>
12234    </blockquote><p>
12235    
12236    </p>
12237    <p>copy_instruction =
12238            </p>
12239    <blockquote class="text">
12240    <p>DB_INSTRUMENT_DIRECTORY SP db_path SP db_path
12241                    
12242    </p>
12243    <p>/ DB_INSTRUMENT SP db_path SP db_path
12244                    
12245    </p>
12246    </blockquote><p>
12247    
12248    </p>
12249  <p>destroy_instruction =  <p>destroy_instruction =
12250          </p>          </p>
12251  <blockquote class="text">  <blockquote class="text">
# Line 7385  Command Syntax</h3> Line 12258  Command Syntax</h3>
12258  <p>/ FX_SEND SP sampler_channel SP fx_send_id  <p>/ FX_SEND SP sampler_channel SP fx_send_id
12259                                    
12260  </p>  </p>
12261    <p>/ EFFECT_INSTANCE SP number
12262                    
12263    </p>
12264  </blockquote><p>  </blockquote><p>
12265    
12266  </p>  </p>
# Line 7400  Command Syntax</h3> Line 12276  Command Syntax</h3>
12276  </blockquote><p>  </blockquote><p>
12277    
12278  </p>  </p>
12279    <p>append_instruction =
12280            </p>
12281    <blockquote class="text">
12282    <p>SEND_EFFECT_CHAIN SP EFFECT SP device_index SP effect_chain SP effect_instance
12283                    
12284    </p>
12285    </blockquote><p>
12286    
12287    </p>
12288    <p>insert_instruction =
12289            </p>
12290    <blockquote class="text">
12291    <p>SEND_EFFECT_CHAIN SP EFFECT SP device_index SP effect_chain SP chain_pos SP effect_instance
12292                    
12293    </p>
12294    </blockquote><p>
12295    
12296    </p>
12297  <p>set_chan_instruction =  <p>set_chan_instruction =
12298          </p>          </p>
12299  <blockquote class="text">  <blockquote class="text">
# Line 7448  Command Syntax</h3> Line 12342  Command Syntax</h3>
12342  </blockquote><p>  </blockquote><p>
12343    
12344  </p>  </p>
12345    <p>edit_instruction =
12346            </p>
12347    <blockquote class="text">
12348    <p>CHANNEL SP INSTRUMENT SP sampler_channel
12349                    
12350    </p>
12351    </blockquote><p>
12352    
12353    </p>
12354    <p>format_instruction =
12355            </p>
12356    <blockquote class="text">
12357    <p>INSTRUMENTS_DB
12358                    
12359    </p>
12360    </blockquote><p>
12361    
12362    </p>
12363    <p>modal_arg =
12364            </p>
12365    <blockquote class="text">
12366    <p>/* epsilon (empty argument) */
12367                    
12368    </p>
12369    <p>/ NON_MODAL SP
12370                    
12371    </p>
12372    </blockquote><p>
12373    
12374    </p>
12375  <p>key_val_list =  <p>key_val_list =
12376          </p>          </p>
12377  <blockquote class="text">  <blockquote class="text">
# Line 7487  Command Syntax</h3> Line 12411  Command Syntax</h3>
12411  <p>/ AVAILABLE_ENGINES  <p>/ AVAILABLE_ENGINES
12412                                    
12413  </p>  </p>
12414    <p>/ AVAILABLE_EFFECTS
12415                    
12416    </p>
12417    <p>/ EFFECT_INSTANCES
12418                    
12419    </p>
12420    <p>/ SEND_EFFECT_CHAINS SP number
12421                    
12422    </p>
12423  <p>/ AVAILABLE_MIDI_INPUT_DRIVERS  <p>/ AVAILABLE_MIDI_INPUT_DRIVERS
12424                                    
12425  </p>  </p>
# Line 7505  Command Syntax</h3> Line 12438  Command Syntax</h3>
12438  <p>/ FX_SENDS SP sampler_channel  <p>/ FX_SENDS SP sampler_channel
12439                                    
12440  </p>  </p>
12441    <p>/ DB_INSTRUMENT_DIRECTORIES SP RECURSIVE SP db_path
12442                    
12443    </p>
12444    <p>/ DB_INSTRUMENT_DIRECTORIES SP db_path
12445                    
12446    </p>
12447    <p>/ DB_INSTRUMENTS SP RECURSIVE SP db_path
12448                    
12449    </p>
12450    <p>/ DB_INSTRUMENTS SP db_path
12451                    
12452    </p>
12453    <p>/ FILE SP INSTRUMENTS SP filename
12454                    
12455    </p>
12456    </blockquote><p>
12457    
12458    </p>
12459    <p>send_instruction =
12460            </p>
12461    <blockquote class="text">
12462    <p>CHANNEL SP MIDI_DATA SP string SP sampler_channel SP number SP number
12463                    
12464    </p>
12465  </blockquote><p>  </blockquote><p>
12466    
12467  </p>  </p>
# Line 7544  Command Syntax</h3> Line 12501  Command Syntax</h3>
12501  </blockquote><p>  </blockquote><p>
12502    
12503  </p>  </p>
12504    <p>effect_instance =
12505            </p>
12506    <blockquote class="text">
12507    <p>number
12508                    
12509    </p>
12510    </blockquote><p>
12511    
12512    </p>
12513  <p>device_index =  <p>device_index =
12514          </p>          </p>
12515  <blockquote class="text">  <blockquote class="text">
# Line 7649  Command Syntax</h3> Line 12615  Command Syntax</h3>
12615  </blockquote><p>  </blockquote><p>
12616    
12617  </p>  </p>
12618    <p>control_value =
12619            </p>
12620    <blockquote class="text">
12621    <p>real
12622                    
12623    </p>
12624    </blockquote><p>
12625    
12626    </p>
12627  <p>sampler_channel =  <p>sampler_channel =
12628          </p>          </p>
12629  <blockquote class="text">  <blockquote class="text">
# Line 7688  Command Syntax</h3> Line 12663  Command Syntax</h3>
12663  <p>filename =  <p>filename =
12664          </p>          </p>
12665  <blockquote class="text">  <blockquote class="text">
12666  <p>stringval  <p>path
12667                    
12668    </p>
12669    </blockquote><p>
12670    
12671    </p>
12672    <p>db_path =
12673            </p>
12674    <blockquote class="text">
12675    <p>path
12676                                    
12677  </p>  </p>
12678  </blockquote><p>  </blockquote><p>
# Line 7697  Command Syntax</h3> Line 12681  Command Syntax</h3>
12681  <p>map_name =  <p>map_name =
12682          </p>          </p>
12683  <blockquote class="text">  <blockquote class="text">
12684  <p>stringval  <p>stringval_escaped
12685                                    
12686  </p>  </p>
12687  </blockquote><p>  </blockquote><p>
# Line 7706  Command Syntax</h3> Line 12690  Command Syntax</h3>
12690  <p>entry_name =  <p>entry_name =
12691          </p>          </p>
12692  <blockquote class="text">  <blockquote class="text">
12693  <p>stringval  <p>stringval_escaped
12694                                    
12695  </p>  </p>
12696  </blockquote><p>  </blockquote><p>
# Line 7715  Command Syntax</h3> Line 12699  Command Syntax</h3>
12699  <p>fx_send_name =  <p>fx_send_name =
12700          </p>          </p>
12701  <blockquote class="text">  <blockquote class="text">
12702  <p>stringval  <p>stringval_escaped
12703                    
12704    </p>
12705    </blockquote><p>
12706    
12707    </p>
12708    <p>effect_name =
12709            </p>
12710    <blockquote class="text">
12711    <p>stringval_escaped
12712                    
12713    </p>
12714    </blockquote><p>
12715    
12716    </p>
12717    <p>effect_index =
12718            </p>
12719    <blockquote class="text">
12720    <p>number
12721                    
12722    </p>
12723    </blockquote><p>
12724    
12725    </p>
12726    <p>effect_chain =
12727            </p>
12728    <blockquote class="text">
12729    <p>number
12730                    
12731    </p>
12732    </blockquote><p>
12733    
12734    </p>
12735    <p>chain_pos =
12736            </p>
12737    <blockquote class="text">
12738    <p>number
12739                    
12740    </p>
12741    </blockquote><p>
12742    
12743    </p>
12744    <p>input_control =
12745            </p>
12746    <blockquote class="text">
12747    <p>number
12748                                    
12749  </p>  </p>
12750  </blockquote><p>  </blockquote><p>
# Line 7751  Command Syntax</h3> Line 12780  Command Syntax</h3>
12780  </blockquote><p>  </blockquote><p>
12781    
12782  </p>  </p>
12783    <p>query_val_list =
12784            </p>
12785    <blockquote class="text">
12786    <p>string '=' query_val
12787                    
12788    </p>
12789    <p>/ query_val_list SP string '=' query_val
12790                    
12791    </p>
12792    </blockquote><p>
12793    
12794    </p>
12795    <p>query_val =
12796            </p>
12797    <blockquote class="text">
12798    <p>text_escaped
12799                    
12800    </p>
12801    <p>/ stringval_escaped
12802                    
12803    </p>
12804    </blockquote><p>
12805    
12806    </p>
12807    <p>scan_mode =
12808            </p>
12809    <blockquote class="text">
12810    <p>RECURSIVE
12811                    
12812    </p>
12813    <p>/ NON_RECURSIVE
12814                    
12815    </p>
12816    <p>/ FLAT
12817                    
12818    </p>
12819    </blockquote><p>
12820    
12821    </p>
12822    <p>effect_system =
12823            </p>
12824    <blockquote class="text">
12825    <p>string
12826                    
12827    </p>
12828    </blockquote><p>
12829    
12830    </p>
12831    <p>module =
12832            </p>
12833    <blockquote class="text">
12834    <p>filename
12835                    
12836    </p>
12837    </blockquote><p>
12838    
12839    </p>
12840    <a name="character_set"></a><br /><hr />
12841    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
12842    <a name="rfc.section.7.1"></a><h3>7.1.&nbsp;
12843    Character Set and Escape Sequences</h3>
12844    
12845    <p>Older versions of this protocol up to and including v1.1 only
12846                    supported the standard ASCII character set (ASCII code 0 - 127)
12847                    <a class='info' href='#RFC20'>[RFC20]<span> (</span><span class='info'>UCLA, &ldquo;ASCII format for Network Interchange,&rdquo; 1969.</span><span>)</span></a>, all younger versions of this protocol
12848                    however support the Extended ASCII character set (ASCII code
12849                    0 - 255). The same group of younger protocols also support
12850                    escape sequences, but only for certain, explicitly declared
12851                    parts of the protocol. The supported escape sequences are
12852                    defined as follows:
12853    </p><table class="full" align="center" border="0" cellpadding="2" cellspacing="2">
12854    <col align="left"><col align="left">
12855    <tr><th align="left">ASCII Character Sequence</th><th align="left">Translated into (Name)</th></tr>
12856    <tr>
12857    <td align="left">\n</td>
12858    <td align="left">new line</td>
12859    </tr>
12860    <tr>
12861    <td align="left">\r</td>
12862    <td align="left">carriage return</td>
12863    </tr>
12864    <tr>
12865    <td align="left">\f</td>
12866    <td align="left">form feed</td>
12867    </tr>
12868    <tr>
12869    <td align="left">\t</td>
12870    <td align="left">horizontal tab</td>
12871    </tr>
12872    <tr>
12873    <td align="left">\v</td>
12874    <td align="left">vertical tab</td>
12875    </tr>
12876    <tr>
12877    <td align="left">\'</td>
12878    <td align="left">apostrophe</td>
12879    </tr>
12880    <tr>
12881    <td align="left">\"</td>
12882    <td align="left">quotation mark</td>
12883    </tr>
12884    <tr>
12885    <td align="left">\\</td>
12886    <td align="left">backslash</td>
12887    </tr>
12888    <tr>
12889    <td align="left">\OOO</td>
12890    <td align="left">three digit octal ASCII code of the character</td>
12891    </tr>
12892    <tr>
12893    <td align="left">\xHH</td>
12894    <td align="left">two digit hex ASCII code of the character</td>
12895    </tr>
12896    </table>
12897    <br clear="all" />
12898    
12899    <p>Notice: due to the transition of certain parts of the
12900                    protocol which now support escape sequences, a slight backward
12901                    incompatibility to protocols version v1.1 and younger has been
12902                    introduced. The only difference is that in parts of the protocol
12903                    where escape characters are now supported, a backslash characters
12904                    MUST be escaped as well (that is as double backslash), whereas
12905                    in the old versions a single backslash was sufficient.
12906    </p>
12907    <p>The following LSCP commands support escape sequences as part
12908                    of their filename / path based arguments and / or may contain
12909                    a filename / path with escape sequences in their response:
12910                    </p>
12911    <blockquote class="text">
12912    <p><a class='info' href='#LOAD INSTRUMENT'>"LOAD INSTRUMENT"<span> (</span><span class='info'>Loading an instrument</span><span>)</span></a>
12913    </p>
12914    <p><a class='info' href='#GET CHANNEL INFO'>"GET CHANNEL INFO"<span> (</span><span class='info'>Getting sampler channel information</span><span>)</span></a>
12915    </p>
12916    <p><a class='info' href='#MAP MIDI_INSTRUMENT'>"MAP MIDI_INSTRUMENT"<span> (</span><span class='info'>Create or replace a MIDI instrument map entry</span><span>)</span></a>
12917    </p>
12918    <p><a class='info' href='#GET MIDI_INSTRUMENT INFO'>"GET MIDI_INSTRUMENT INFO"<span> (</span><span class='info'>Get current settings of MIDI instrument map entry</span><span>)</span></a>
12919    </p>
12920    <p><a class='info' href='#ADD DB_INSTRUMENT_DIRECTORY'>"ADD DB_INSTRUMENT_DIRECTORY"<span> (</span><span class='info'>Creating a new instrument directory</span><span>)</span></a>
12921    </p>
12922    <p><a class='info' href='#ADD DB_INSTRUMENTS'>"ADD DB_INSTRUMENTS"<span> (</span><span class='info'>Adding instruments to the instruments database</span><span>)</span></a>
12923    </p>
12924    <p><a class='info' href='#REMOVE DB_INSTRUMENT_DIRECTORY'>"REMOVE DB_INSTRUMENT_DIRECTORY"<span> (</span><span class='info'>Deleting an instrument directory</span><span>)</span></a>
12925    </p>
12926    <p><a class='info' href='#REMOVE DB_INSTRUMENT'>"REMOVE DB_INSTRUMENT"<span> (</span><span class='info'>Removing an instrument</span><span>)</span></a>
12927    </p>
12928    <p><a class='info' href='#GET DB_INSTRUMENT_DIRECTORIES'>"GET DB_INSTRUMENT_DIRECTORIES"<span> (</span><span class='info'>Getting amount of instrument directories</span><span>)</span></a>
12929    </p>
12930    <p><a class='info' href='#LIST DB_INSTRUMENT_DIRECTORIES'>"LIST DB_INSTRUMENT_DIRECTORIES"<span> (</span><span class='info'>Listing all directories in specific directory</span><span>)</span></a>
12931    </p>
12932    <p><a class='info' href='#GET DB_INSTRUMENT_DIRECTORY INFO'>"GET DB_INSTRUMENT_DIRECTORY INFO"<span> (</span><span class='info'>Getting instrument directory information</span><span>)</span></a>
12933    </p>
12934    <p><a class='info' href='#GET DB_INSTRUMENTS'>"GET DB_INSTRUMENTS"<span> (</span><span class='info'>Getting amount of instruments</span><span>)</span></a>
12935    </p>
12936    <p><a class='info' href='#LIST DB_INSTRUMENTS'>"LIST DB_INSTRUMENTS"<span> (</span><span class='info'>Listing all instruments in specific directory</span><span>)</span></a>
12937    </p>
12938    <p><a class='info' href='#GET DB_INSTRUMENT INFO'>"GET DB_INSTRUMENT INFO"<span> (</span><span class='info'>Getting instrument information</span><span>)</span></a>
12939    </p>
12940    <p><a class='info' href='#SET DB_INSTRUMENT_DIRECTORY NAME'>"SET DB_INSTRUMENT_DIRECTORY NAME"<span> (</span><span class='info'>Renaming an instrument directory</span><span>)</span></a>
12941    </p>
12942    <p><a class='info' href='#SET DB_INSTRUMENT_DIRECTORY DESCRIPTION'>"SET DB_INSTRUMENT_DIRECTORY DESCRIPTION"<span> (</span><span class='info'>Changing the description of directory</span><span>)</span></a>
12943    </p>
12944    <p><a class='info' href='#SET DB_INSTRUMENT NAME'>"SET DB_INSTRUMENT NAME"<span> (</span><span class='info'>Renaming an instrument</span><span>)</span></a>
12945    </p>
12946    <p><a class='info' href='#SET DB_INSTRUMENT DESCRIPTION'>"SET DB_INSTRUMENT DESCRIPTION"<span> (</span><span class='info'>Changing the description of instrument</span><span>)</span></a>
12947    </p>
12948    <p><a class='info' href='#FIND DB_INSTRUMENTS'>"FIND DB_INSTRUMENTS"<span> (</span><span class='info'>Finding instruments</span><span>)</span></a>
12949    </p>
12950    <p><a class='info' href='#FIND DB_INSTRUMENT_DIRECTORIES'>"FIND DB_INSTRUMENT_DIRECTORIES"<span> (</span><span class='info'>Finding directories</span><span>)</span></a>
12951    </p>
12952    <p><a class='info' href='#MOVE DB_INSTRUMENT'>"MOVE DB_INSTRUMENT"<span> (</span><span class='info'>Moving an instrument</span><span>)</span></a>
12953    </p>
12954    <p><a class='info' href='#MOVE DB_INSTRUMENT_DIRECTORY'>"MOVE DB_INSTRUMENT_DIRECTORY"<span> (</span><span class='info'>Moving an instrument directory</span><span>)</span></a>
12955    </p>
12956    <p><a class='info' href='#COPY DB_INSTRUMENT'>"COPY DB_INSTRUMENT"<span> (</span><span class='info'>Copying instruments</span><span>)</span></a>
12957    </p>
12958    <p><a class='info' href='#COPY DB_INSTRUMENT_DIRECTORY'>"COPY DB_INSTRUMENT_DIRECTORY"<span> (</span><span class='info'>Copying instrument directories</span><span>)</span></a>
12959    </p>
12960    <p><a class='info' href='#FIND LOST DB_INSTRUMENT_FILES'>"FIND LOST DB_INSTRUMENT_FILES"<span> (</span><span class='info'>Checking for lost instrument files</span><span>)</span></a>
12961    </p>
12962    <p><a class='info' href='#SET DB_INSTRUMENT FILE_PATH'>"SET DB_INSTRUMENT FILE_PATH"<span> (</span><span class='info'>Replacing an instrument file</span><span>)</span></a>
12963    </p>
12964    <p><a class='info' href='#GET FILE INSTRUMENTS'>"GET FILE INSTRUMENTS"<span> (</span><span class='info'>Retrieving amount of instruments of a file</span><span>)</span></a>
12965    </p>
12966    <p><a class='info' href='#LIST FILE INSTRUMENTS'>"LIST FILE INSTRUMENTS"<span> (</span><span class='info'>Retrieving all instruments of a file</span><span>)</span></a>
12967    </p>
12968    <p><a class='info' href='#GET FILE INSTRUMENT INFO'>"GET FILE INSTRUMENT INFO"<span> (</span><span class='info'>Retrieving informations about one instrument in a file</span><span>)</span></a>
12969    </p>
12970    <p><a class='info' href='#GET EFFECT INFO'>"GET EFFECT INFO"<span> (</span><span class='info'>Retrieving general information about an effect</span><span>)</span></a>
12971    </p>
12972    <p><a class='info' href='#GET EFFECT_INSTANCE INFO'>"GET EFFECT_INSTANCE INFO"<span> (</span><span class='info'>Retrieving current information about an effect instance</span><span>)</span></a>
12973    </p>
12974    <p><a class='info' href='#CREATE EFFECT_INSTANCE'>"CREATE EFFECT_INSTANCE"<span> (</span><span class='info'>Creating an instance of an effect by its portable ID</span><span>)</span></a>
12975    </p>
12976    </blockquote><p>
12977                    Note that the forward slash character ('/') has a special meaning in
12978                    filename / path based arguments: it acts as separator of the nodes in
12979                    the path, thus if a directory- or filename includes a forward slash
12980                    (not intended as path node separator), you MUST escape that slash
12981                    either with the respective hex escape sequence ("\x2f") or with the
12982                    respective octal escape sequence ("\057").
12983                    
12984    </p>
12985    <p>
12986                    Note for Windows: file path arguments in LSCP are expected
12987                    to use forward slashes as directory node separator similar
12988                    to Unix based operating systems. In contrast to Unix however
12989                    a Windows typical drive character is expected to be
12990                    prefixed to the path. That is an original Windows file path
12991                    like "D:\Sounds\My.gig" would become in LSCP:
12992                    "D:/Sounds/My.gig".
12993                    
12994    </p>
12995    <p>
12996                    The following LSCP commands even support escape sequences as
12997                    part of at least one of their text-based arguments (i.e. entity name,
12998                    description) and / or may contain escape sequences in at least one of
12999                    their text-based fields in their response:
13000                    </p>
13001    <blockquote class="text">
13002    <p><a class='info' href='#GET SERVER INFO'>"GET SERVER INFO"<span> (</span><span class='info'>General sampler informations</span><span>)</span></a>
13003    </p>
13004    <p><a class='info' href='#GET ENGINE INFO'>"GET ENGINE INFO"<span> (</span><span class='info'>Getting information about an engine</span><span>)</span></a>
13005    </p>
13006    <p><a class='info' href='#GET CHANNEL INFO'>"GET CHANNEL INFO"<span> (</span><span class='info'>Getting sampler channel information</span><span>)</span></a>
13007    </p>
13008    <p><a class='info' href='#CREATE FX_SEND'>"CREATE FX_SEND"<span> (</span><span class='info'>Adding an effect send to a sampler channel</span><span>)</span></a>
13009    </p>
13010    <p><a class='info' href='#GET FX_SEND INFO'>"GET FX_SEND INFO"<span> (</span><span class='info'>Getting effect send information</span><span>)</span></a>
13011    </p>
13012    <p><a class='info' href='#SET FX_SEND NAME'>"SET FX_SEND NAME"<span> (</span><span class='info'>Changing effect send's name</span><span>)</span></a>
13013    </p>
13014    <p><a class='info' href='#GET MIDI_INSTRUMENT INFO'>"GET MIDI_INSTRUMENT INFO"<span> (</span><span class='info'>Get current settings of MIDI instrument map entry</span><span>)</span></a>
13015    </p>
13016    <p><a class='info' href='#GET MIDI_INSTRUMENT_MAP INFO'>"GET MIDI_INSTRUMENT_MAP INFO"<span> (</span><span class='info'>Getting MIDI instrument map information</span><span>)</span></a>
13017    </p>
13018    <p><a class='info' href='#ADD MIDI_INSTRUMENT_MAP'>"ADD MIDI_INSTRUMENT_MAP"<span> (</span><span class='info'>Create a new MIDI instrument map</span><span>)</span></a>
13019    </p>
13020    <p><a class='info' href='#MAP MIDI_INSTRUMENT'>"MAP MIDI_INSTRUMENT"<span> (</span><span class='info'>Create or replace a MIDI instrument map entry</span><span>)</span></a>
13021    </p>
13022    <p><a class='info' href='#SET MIDI_INSTRUMENT_MAP NAME'>"SET MIDI_INSTRUMENT_MAP NAME"<span> (</span><span class='info'>Renaming a MIDI instrument map</span><span>)</span></a>
13023    </p>
13024    <p><a class='info' href='#GET DB_INSTRUMENT_DIRECTORY INFO'>"GET DB_INSTRUMENT_DIRECTORY INFO"<span> (</span><span class='info'>Getting instrument directory information</span><span>)</span></a>
13025    </p>
13026    <p><a class='info' href='#SET DB_INSTRUMENT_DIRECTORY NAME'>"SET DB_INSTRUMENT_DIRECTORY NAME"<span> (</span><span class='info'>Renaming an instrument directory</span><span>)</span></a>
13027    </p>
13028    <p><a class='info' href='#SET DB_INSTRUMENT_DIRECTORY DESCRIPTION'>"SET DB_INSTRUMENT_DIRECTORY DESCRIPTION"<span> (</span><span class='info'>Changing the description of directory</span><span>)</span></a>
13029    </p>
13030    <p><a class='info' href='#FIND DB_INSTRUMENT_DIRECTORIES'>"FIND DB_INSTRUMENT_DIRECTORIES"<span> (</span><span class='info'>Finding directories</span><span>)</span></a>
13031    </p>
13032    <p><a class='info' href='#GET DB_INSTRUMENT INFO'>"GET DB_INSTRUMENT INFO"<span> (</span><span class='info'>Getting instrument information</span><span>)</span></a>
13033    </p>
13034    <p><a class='info' href='#SET DB_INSTRUMENT NAME'>"SET DB_INSTRUMENT NAME"<span> (</span><span class='info'>Renaming an instrument</span><span>)</span></a>
13035    </p>
13036    <p><a class='info' href='#SET DB_INSTRUMENT DESCRIPTION'>"SET DB_INSTRUMENT DESCRIPTION"<span> (</span><span class='info'>Changing the description of instrument</span><span>)</span></a>
13037    </p>
13038    <p><a class='info' href='#FIND DB_INSTRUMENTS'>"FIND DB_INSTRUMENTS"<span> (</span><span class='info'>Finding instruments</span><span>)</span></a>
13039    </p>
13040    <p><a class='info' href='#GET EFFECT INFO'>"GET EFFECT INFO"<span> (</span><span class='info'>Retrieving general information about an effect</span><span>)</span></a>
13041    </p>
13042    <p><a class='info' href='#GET EFFECT_INSTANCE INFO'>"GET EFFECT_INSTANCE INFO"<span> (</span><span class='info'>Retrieving current information about an effect instance</span><span>)</span></a>
13043    </p>
13044    <p><a class='info' href='#CREATE EFFECT_INSTANCE'>"CREATE EFFECT_INSTANCE"<span> (</span><span class='info'>Creating an instance of an effect by its portable ID</span><span>)</span></a>
13045    </p>
13046    </blockquote><p>
13047                    Please note that these lists are manually maintained. If you
13048                    find a command that also supports escape sequences we forgot to
13049                    mention here, please report it!
13050                    
13051    </p>
13052  <a name="events"></a><br /><hr />  <a name="events"></a><br /><hr />
13053  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13054  <a name="rfc.section.8"></a><h3>8.&nbsp;  <a name="rfc.section.8"></a><h3>8.&nbsp;
# Line 7911  Number of sampler channels changed</h3> Line 13209  Number of sampler channels changed</h3>
13209  <p>where &lt;channels&gt; will be replaced by the new number  <p>where &lt;channels&gt; will be replaced by the new number
13210                  of sampler channels.                  of sampler channels.
13211  </p>  </p>
13212  <a name="SUBSCRIBE VOICE_COUNT"></a><br /><hr />  <a name="SUBSCRIBE CHANNEL_MIDI"></a><br /><hr />
13213  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13214  <a name="rfc.section.8.6"></a><h3>8.6.&nbsp;  <a name="rfc.section.8.6"></a><h3>8.6.&nbsp;
13215    MIDI data on a sampler channel arrived</h3>
13216    
13217    <p>Client may want to be notified when MIDI data arrive on sampler channels on
13218                    back-end side, by issuing the following command:
13219    </p>
13220    <p>
13221                        </p>
13222    <blockquote class="text">
13223    <p>SUBSCRIBE CHANNEL_MIDI
13224    </p>
13225    </blockquote><p>
13226                    
13227    </p>
13228    <p>Server will start sending one of the the following notification messages:
13229    </p>
13230    <p>
13231                        </p>
13232    <blockquote class="text">
13233    <p>"NOTIFY:CHANNEL_MIDI:&lt;channel-id&gt; NOTE_ON  &lt;note&gt; &lt;velocity&gt;"
13234    </p>
13235    <p>"NOTIFY:CHANNEL_MIDI:&lt;channel-id&gt; NOTE_OFF &lt;note&gt; &lt;velocity&gt;"
13236    </p>
13237    </blockquote><p>
13238                    
13239    </p>
13240    <p>where &lt;channel-id&gt; will be replaced by the ID of the sampler channel where the MIDI
13241                    data arrived. &lt;note&gt; and &lt;velocity&gt; are integer values in the range between
13242                    0 .. 127, reflecting the analog meaning of the MIDI specification.
13243                    
13244    </p>
13245    <p>CAUTION: no guarantee whatsoever will be made that MIDI events are actually all
13246                    delivered by this mechanism! With other words: events could be lost at any time!
13247                    This restriction was made to keep the RT-safeness of the backend's MIDI and audio
13248                    thread unaffected by this feature.
13249    </p>
13250    <a name="SUBSCRIBE DEVICE_MIDI"></a><br /><hr />
13251    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13252    <a name="rfc.section.8.7"></a><h3>8.7.&nbsp;
13253    MIDI data on a MIDI input device arrived</h3>
13254    
13255    <p>Client may want to be notified when MIDI data arrive on MIDI input devices by issuing the following command:
13256    </p>
13257    <p>
13258                                </p>
13259    <blockquote class="text">
13260    <p>SUBSCRIBE DEVICE_MIDI
13261    </p>
13262    </blockquote><p>
13263                        
13264    </p>
13265    <p>Server will start sending one of the the following notification messages:
13266    </p>
13267    <p>
13268                                </p>
13269    <blockquote class="text">
13270    <p>"NOTIFY:DEVICE_MIDI:&lt;device-id&gt; &lt;port-id&gt; NOTE_ON &lt;note&gt; &lt;velocity&gt;"
13271    </p>
13272    <p>"NOTIFY:DEVICE_MIDI:&lt;device-id&gt; &lt;port-id&gt; NOTE_OFF &lt;note&gt; &lt;velocity&gt;"
13273    </p>
13274    </blockquote><p>
13275                        
13276    </p>
13277    <p>where &lt;device-id&gt; &lt;port-id&gt; will be replaced
13278                           by the IDs of the respective MIDI input device and the device's MIDI port where the MIDI
13279                           data arrived. &lt;note&gt; and &lt;velocity&gt; are integer values in the range between
13280                           0 .. 127, reflecting the analog meaning of the MIDI specification.
13281                        
13282    </p>
13283    <p>CAUTION: no guarantee whatsoever will be made that MIDI events are actually all
13284                           delivered by this mechanism! With other words: events could be lost at any time!
13285                           This restriction was made to keep the RT-safeness of the backend's MIDI and audio
13286                           thread unaffected by this feature.
13287    </p>
13288    <a name="SUBSCRIBE VOICE_COUNT"></a><br /><hr />
13289    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13290    <a name="rfc.section.8.8"></a><h3>8.8.&nbsp;
13291  Number of active voices changed</h3>  Number of active voices changed</h3>
13292    
13293  <p>Client may want to be notified when the number of voices on the  <p>Client may want to be notified when the number of voices on the
# Line 7932  Number of active voices changed</h3> Line 13306  Number of active voices changed</h3>
13306  <p>  <p>
13307                      </p>                      </p>
13308  <blockquote class="text">  <blockquote class="text">
13309  <p>"NOTIFY:VOICE_COUNT:&lt;sampler-channel&gt; &lt;voices&gt;  <p>"NOTIFY:VOICE_COUNT:&lt;sampler-channel&gt; &lt;voices&gt;"
13310  </p>  </p>
13311  </blockquote><p>  </blockquote><p>
13312                                    
# Line 7943  Number of active voices changed</h3> Line 13317  Number of active voices changed</h3>
13317  </p>  </p>
13318  <a name="SUBSCRIBE STREAM_COUNT"></a><br /><hr />  <a name="SUBSCRIBE STREAM_COUNT"></a><br /><hr />
13319  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13320  <a name="rfc.section.8.7"></a><h3>8.7.&nbsp;  <a name="rfc.section.8.9"></a><h3>8.9.&nbsp;
13321  Number of active disk streams changed</h3>  Number of active disk streams changed</h3>
13322    
13323  <p>Client may want to be notified when the number of streams on the back-end  <p>Client may want to be notified when the number of streams on the back-end
# Line 7973  Number of active disk streams changed</h Line 13347  Number of active disk streams changed</h
13347  </p>  </p>
13348  <a name="SUBSCRIBE BUFFER_FILL"></a><br /><hr />  <a name="SUBSCRIBE BUFFER_FILL"></a><br /><hr />
13349  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13350  <a name="rfc.section.8.8"></a><h3>8.8.&nbsp;  <a name="rfc.section.8.10"></a><h3>8.10.&nbsp;
13351  Disk stream buffer fill state changed</h3>  Disk stream buffer fill state changed</h3>
13352    
13353  <p>Client may want to be notified when the buffer fill state of a disk stream  <p>Client may want to be notified when the buffer fill state of a disk stream
# Line 8004  Disk stream buffer fill state changed</h Line 13378  Disk stream buffer fill state changed</h
13378  </p>  </p>
13379  <a name="SUBSCRIBE CHANNEL_INFO"></a><br /><hr />  <a name="SUBSCRIBE CHANNEL_INFO"></a><br /><hr />
13380  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13381  <a name="rfc.section.8.9"></a><h3>8.9.&nbsp;  <a name="rfc.section.8.11"></a><h3>8.11.&nbsp;
13382  Channel information changed</h3>  Channel information changed</h3>
13383    
13384  <p>Client may want to be notified when changes were made to sampler channels on the  <p>Client may want to be notified when changes were made to sampler channels on the
# Line 8035  Channel information changed</h3> Line 13409  Channel information changed</h3>
13409                  time events happening on the server, it is believed that an empty notification                  time events happening on the server, it is believed that an empty notification
13410                  message is sufficient here.                  message is sufficient here.
13411  </p>  </p>
13412    <a name="SUBSCRIBE FX_SEND_COUNT"></a><br /><hr />
13413    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13414    <a name="rfc.section.8.12"></a><h3>8.12.&nbsp;
13415    Number of effect sends changed</h3>
13416    
13417    <p>Client may want to be notified when the number of effect sends on
13418                    a particular sampler channel is changed by issuing the following command:
13419    </p>
13420    <p>
13421                        </p>
13422    <blockquote class="text">
13423    <p>SUBSCRIBE FX_SEND_COUNT
13424    </p>
13425    </blockquote><p>
13426                    
13427    </p>
13428    <p>Server will start sending the following notification messages:
13429    </p>
13430    <p>
13431                        </p>
13432    <blockquote class="text">
13433    <p>"NOTIFY:FX_SEND_COUNT:&lt;channel-id&gt; &lt;fx-sends&gt;"
13434    </p>
13435    </blockquote><p>
13436                    
13437    </p>
13438    <p>where &lt;channel-id&gt; will be replaced by the numerical ID of the sampler
13439                    channel, on which the effect sends number is changed and &lt;fx-sends&gt; will
13440                    be replaced by the new number of effect sends on that channel.
13441    </p>
13442    <a name="SUBSCRIBE FX_SEND_INFO"></a><br /><hr />
13443    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13444    <a name="rfc.section.8.13"></a><h3>8.13.&nbsp;
13445    Effect send information changed</h3>
13446    
13447    <p>Client may want to be notified when changes were made to effect sends on a
13448                    a particular sampler channel by issuing the following command:
13449    </p>
13450    <p>
13451                        </p>
13452    <blockquote class="text">
13453    <p>SUBSCRIBE FX_SEND_INFO
13454    </p>
13455    </blockquote><p>
13456                    
13457    </p>
13458    <p>Server will start sending the following notification messages:
13459    </p>
13460    <p>
13461                        </p>
13462    <blockquote class="text">
13463    <p>"NOTIFY:FX_SEND_INFO:&lt;channel-id&gt; &lt;fx-send-id&gt;"
13464    </p>
13465    </blockquote><p>
13466                    
13467    </p>
13468    <p>where &lt;channel-id&gt; will be replaced by the numerical ID of the sampler
13469                    channel, on which an effect send entity is changed and &lt;fx-send-id&gt; will
13470                    be replaced by the numerical ID of the changed effect send.
13471    </p>
13472  <a name="SUBSCRIBE TOTAL_VOICE_COUNT"></a><br /><hr />  <a name="SUBSCRIBE TOTAL_VOICE_COUNT"></a><br /><hr />
13473  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13474  <a name="rfc.section.8.10"></a><h3>8.10.&nbsp;  <a name="rfc.section.8.14"></a><h3>8.14.&nbsp;
13475  Total number of active voices changed</h3>  Total number of active voices changed</h3>
13476    
13477  <p>Client may want to be notified when the total number of voices on the  <p>Client may want to be notified when the total number of voices on the
# Line 8056  Total number of active voices changed</h Line 13490  Total number of active voices changed</h
13490  <p>  <p>
13491                      </p>                      </p>
13492  <blockquote class="text">  <blockquote class="text">
13493  <p>"NOTIFY:TOTAL_VOICE_COUNT:&lt;voices&gt;  <p>"NOTIFY:TOTAL_VOICE_COUNT:&lt;voices&gt;"
13494  </p>  </p>
13495  </blockquote><p>  </blockquote><p>
13496                                    
# Line 8064  Total number of active voices changed</h Line 13498  Total number of active voices changed</h
13498  <p>where &lt;voices&gt; will be replaced by the new number of  <p>where &lt;voices&gt; will be replaced by the new number of
13499                  all currently active voices.                  all currently active voices.
13500  </p>  </p>
13501    <a name="SUBSCRIBE TOTAL_STREAM_COUNT"></a><br /><hr />
13502    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13503    <a name="rfc.section.8.15"></a><h3>8.15.&nbsp;
13504    Total number of active disk streams changed</h3>
13505    
13506    <p>Client may want to be notified when the total number of disk streams on the
13507                    back-end changes by issuing the following command:
13508    </p>
13509    <p>
13510                        </p>
13511    <blockquote class="text">
13512    <p>SUBSCRIBE TOTAL_STREAM_COUNT
13513    </p>
13514    </blockquote><p>
13515                    
13516    </p>
13517    <p>Server will start sending the following notification messages:
13518    </p>
13519    <p>
13520                        </p>
13521    <blockquote class="text">
13522    <p>"NOTIFY:TOTAL_STREAM_COUNT:&lt;streams&gt;"
13523    </p>
13524    </blockquote><p>
13525                    
13526    </p>
13527    <p>where &lt;streams&gt; will be replaced by the new number of
13528                    all currently active disk streams.
13529    </p>
13530  <a name="SUBSCRIBE MIDI_INSTRUMENT_MAP_COUNT"></a><br /><hr />  <a name="SUBSCRIBE MIDI_INSTRUMENT_MAP_COUNT"></a><br /><hr />
13531  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13532  <a name="rfc.section.8.11"></a><h3>8.11.&nbsp;  <a name="rfc.section.8.16"></a><h3>8.16.&nbsp;
13533  Number of MIDI instrument maps changed</h3>  Number of MIDI instrument maps changed</h3>
13534    
13535  <p>Client may want to be notified when the number of MIDI instrument maps on the  <p>Client may want to be notified when the number of MIDI instrument maps on the
# Line 8095  Number of MIDI instrument maps changed</ Line 13558  Number of MIDI instrument maps changed</
13558  </p>  </p>
13559  <a name="SUBSCRIBE MIDI_INSTRUMENT_MAP_INFO"></a><br /><hr />  <a name="SUBSCRIBE MIDI_INSTRUMENT_MAP_INFO"></a><br /><hr />
13560  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13561  <a name="rfc.section.8.12"></a><h3>8.12.&nbsp;  <a name="rfc.section.8.17"></a><h3>8.17.&nbsp;
13562  MIDI instrument map information changed</h3>  MIDI instrument map information changed</h3>
13563    
13564  <p>Client may want to be notified when changes were made to MIDI instrument maps on the  <p>Client may want to be notified when changes were made to MIDI instrument maps on the
# Line 8128  MIDI instrument map information changed< Line 13591  MIDI instrument map information changed<
13591  </p>  </p>
13592  <a name="SUBSCRIBE MIDI_INSTRUMENT_COUNT"></a><br /><hr />  <a name="SUBSCRIBE MIDI_INSTRUMENT_COUNT"></a><br /><hr />
13593  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13594  <a name="rfc.section.8.13"></a><h3>8.13.&nbsp;  <a name="rfc.section.8.18"></a><h3>8.18.&nbsp;
13595  Number of MIDI instruments changed</h3>  Number of MIDI instruments changed</h3>
13596    
13597  <p>Client may want to be notified when the number of MIDI instrument maps on the  <p>Client may want to be notified when the number of MIDI instrument maps on the
# Line 8158  Number of MIDI instruments changed</h3> Line 13621  Number of MIDI instruments changed</h3>
13621  </p>  </p>
13622  <a name="SUBSCRIBE MIDI_INSTRUMENT_INFO"></a><br /><hr />  <a name="SUBSCRIBE MIDI_INSTRUMENT_INFO"></a><br /><hr />
13623  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13624  <a name="rfc.section.8.14"></a><h3>8.14.&nbsp;  <a name="rfc.section.8.19"></a><h3>8.19.&nbsp;
13625  MIDI instrument information changed</h3>  MIDI instrument information changed</h3>
13626    
13627  <p>Client may want to be notified when changes were made to MIDI instruments on the  <p>Client may want to be notified when changes were made to MIDI instruments on the
# Line 8190  MIDI instrument information changed</h3> Line 13653  MIDI instrument information changed</h3>
13653                  time events happening on the server, it is believed that an empty notification                  time events happening on the server, it is believed that an empty notification
13654                  message is sufficient here.                  message is sufficient here.
13655  </p>  </p>
13656    <a name="SUBSCRIBE GLOBAL_INFO"></a><br /><hr />
13657    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13658    <a name="rfc.section.8.20"></a><h3>8.20.&nbsp;
13659    Global settings changed</h3>
13660    
13661    <p>Client may want to be notified when changes to the global settings
13662                    of the sampler were made by issuing the following command:
13663    </p>
13664    <p>
13665                        </p>
13666    <blockquote class="text">
13667    <p>SUBSCRIBE GLOBAL_INFO
13668    </p>
13669    </blockquote><p>
13670                    
13671    </p>
13672    <p>Server will start sending the following types of notification messages:
13673    </p>
13674    <p>
13675                        </p>
13676    <blockquote class="text">
13677    <p>"NOTIFY:GLOBAL_INFO:VOLUME &lt;volume&gt;" - Notifies that the
13678                            golbal volume of the sampler is changed, where &lt;volume&gt; will be
13679                            replaced by the optional dotted floating point value, reflecting the
13680                            new global volume parameter.
13681    </p>
13682    </blockquote><p>
13683                        </p>
13684    <blockquote class="text">
13685    <p>"NOTIFY:GLOBAL_INFO:VOICES &lt;max-voices&gt;" - Notifies that the
13686                            golbal limit of the sampler for maximum voices is changed, where
13687                            &lt;max-voices&gt; will be an integer value, reflecting the
13688                            new global voice limit parameter.
13689    </p>
13690    </blockquote><p>
13691                        </p>
13692    <blockquote class="text">
13693    <p>"NOTIFY:GLOBAL_INFO:STREAMS &lt;max-streams&gt;" - Notifies that the
13694                            golbal limit of the sampler for maximum disk streams is changed, where
13695                            &lt;max-streams&gt; will be an integer value, reflecting the
13696                            new global disk streams limit parameter.
13697    </p>
13698    </blockquote><p>
13699                    
13700    </p>
13701    <a name="SUBSCRIBE DB_INSTRUMENT_DIRECTORY_COUNT"></a><br /><hr />
13702    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13703    <a name="rfc.section.8.21"></a><h3>8.21.&nbsp;
13704    Number of database instrument directories changed</h3>
13705    
13706    <p>Client may want to be notified when the number of instrument
13707                    directories in a particular directory in the instruments database
13708                    is changed by issuing the following command:
13709    </p>
13710    <p>
13711                        </p>
13712    <blockquote class="text">
13713    <p>SUBSCRIBE DB_INSTRUMENT_DIRECTORY_COUNT
13714    </p>
13715    </blockquote><p>
13716                    
13717    </p>
13718    <p>Server will start sending the following notification messages:
13719    </p>
13720    <p>
13721                        </p>
13722    <blockquote class="text">
13723    <p>"NOTIFY:DB_INSTRUMENT_DIRECTORY_COUNT:&lt;dir-path&gt;"
13724    </p>
13725    </blockquote><p>
13726                    
13727    </p>
13728    <p>where &lt;dir-path&gt; will be replaced by the absolute path
13729                    name of the directory in the instruments database,
13730                    in which the number of directories is changed.
13731    </p>
13732    <p>Note that when a non-empty directory is removed, this event
13733                    is not sent for the subdirectories in that directory.
13734    </p>
13735    <a name="SUBSCRIBE DB_INSTRUMENT_DIRECTORY_INFO"></a><br /><hr />
13736    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13737    <a name="rfc.section.8.22"></a><h3>8.22.&nbsp;
13738    Database instrument directory information changed</h3>
13739    
13740    <p>Client may want to be notified when changes were made to directories
13741                    in the instruments database by issuing the following command:
13742    </p>
13743    <p>
13744                        </p>
13745    <blockquote class="text">
13746    <p>SUBSCRIBE DB_INSTRUMENT_DIRECTORY_INFO
13747    </p>
13748    </blockquote><p>
13749                    
13750    </p>
13751    <p>Server will start sending the following notification messages:
13752    </p>
13753    <p>
13754                        </p>
13755    <blockquote class="text">
13756    <p>"NOTIFY:DB_INSTRUMENT_DIRECTORY_INFO:&lt;dir-path&gt;"
13757    </p>
13758    </blockquote><p>
13759                    
13760    </p>
13761    <p>where &lt;dir-path&gt; will be replaced by the absolute path name
13762                    of the directory, for which information changes occurred. The front-end will have to send
13763                    the respective command to actually get the updated directory info. Because these messages
13764                    will be triggered by LSCP commands issued by other clients rather than real
13765                    time events happening on the server, it is believed that an empty notification
13766                    message is sufficient here.
13767    </p>
13768    <p>
13769                        </p>
13770    <blockquote class="text">
13771    <p>"NOTIFY:DB_INSTRUMENT_DIRECTORY_INFO:NAME &lt;old-dir-path&gt; &lt;new-name&gt;"
13772    </p>
13773    </blockquote><p>
13774                    
13775    </p>
13776    <p>where &lt;old-dir-path&gt; is the old absolute path name of the directory
13777                    (encapsulated into apostrophes), which name is changes and &lt;new-name&gt; is
13778                    the new name of the directory, encapsulated into apostrophes.
13779    </p>
13780    <a name="SUBSCRIBE DB_INSTRUMENT_COUNT"></a><br /><hr />
13781    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13782    <a name="rfc.section.8.23"></a><h3>8.23.&nbsp;
13783    Number of database instruments changed</h3>
13784    
13785    <p>Client may want to be notified when the number of instruments
13786                    in a particular directory in the instruments database
13787                    is changed by issuing the following command:
13788    </p>
13789    <p>
13790                        </p>
13791    <blockquote class="text">
13792    <p>SUBSCRIBE DB_INSTRUMENT_COUNT
13793    </p>
13794    </blockquote><p>
13795                    
13796    </p>
13797    <p>Server will start sending the following notification messages:
13798    </p>
13799    <p>
13800                        </p>
13801    <blockquote class="text">
13802    <p>"NOTIFY:DB_INSTRUMENT_COUNT:&lt;dir-path&gt;"
13803    </p>
13804    </blockquote><p>
13805                    
13806    </p>
13807    <p>where &lt;dir-path&gt; will be replaced by the absolute path
13808                    name of the directory in the instruments database,
13809                    in which the number of instruments is changed.
13810    </p>
13811    <p>Note that when a non-empty directory is removed, this event
13812                    is not sent for the instruments in that directory.
13813    </p>
13814    <a name="SUBSCRIBE DB_INSTRUMENT_INFO"></a><br /><hr />
13815    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13816    <a name="rfc.section.8.24"></a><h3>8.24.&nbsp;
13817    Database instrument information changed</h3>
13818    
13819    <p>Client may want to be notified when changes were made to instruments
13820                    in the instruments database by issuing the following command:
13821    </p>
13822    <p>
13823                        </p>
13824    <blockquote class="text">
13825    <p>SUBSCRIBE DB_INSTRUMENT_INFO
13826    </p>
13827    </blockquote><p>
13828                    
13829    </p>
13830    <p>Server will start sending the following notification messages:
13831    </p>
13832    <p>
13833                        </p>
13834    <blockquote class="text">
13835    <p>"NOTIFY:DB_INSTRUMENT_INFO:&lt;instr-path&gt;"
13836    </p>
13837    </blockquote><p>
13838                    
13839    </p>
13840    <p>where &lt;instr-path&gt; will be replaced by the absolute path name
13841                    of the instrument, which settings are changed. The front-end will have to send
13842                    the respective command to actually get the updated directory info. Because these messages
13843                    will be triggered by LSCP commands issued by other clients rather than real
13844                    time events happening on the server, it is believed that an empty notification
13845                    message is sufficient here.
13846    </p>
13847    <p>
13848                        </p>
13849    <blockquote class="text">
13850    <p>"NOTIFY:DB_INSTRUMENT_INFO:NAME &lt;old-instr-path&gt; &lt;new-name&gt;"
13851    </p>
13852    </blockquote><p>
13853                    
13854    </p>
13855    <p>where &lt;old-instr-path&gt; is the old absolute path name of the instrument
13856                    (encapsulated into apostrophes), which name is changes and &lt;new-name&gt; is
13857                    the new name of the instrument, encapsulated into apostrophes.
13858    </p>
13859    <a name="SUBSCRIBE DB_INSTRUMENTS_JOB_INFO"></a><br /><hr />
13860    <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13861    <a name="rfc.section.8.25"></a><h3>8.25.&nbsp;
13862    Database job status information changed</h3>
13863    
13864    <p>Client may want to be notified when the status of particular database
13865                    instruments job is changed by issuing the following command:
13866    </p>
13867    <p>
13868                        </p>
13869    <blockquote class="text">
13870    <p>SUBSCRIBE DB_INSTRUMENTS_JOB_INFO
13871    </p>
13872    </blockquote><p>
13873                    
13874    </p>
13875    <p>Server will start sending the following notification messages:
13876    </p>
13877    <p>
13878                        </p>
13879    <blockquote class="text">
13880    <p>"NOTIFY:DB_INSTRUMENTS_JOB_INFO:&lt;job-id&gt;"
13881    </p>
13882    </blockquote><p>
13883                    
13884    </p>
13885    <p>where &lt;job-id&gt; will be replaced by the numerical ID of the job,
13886                    which status is changed. The front-end will have to send the respective
13887                    command to actually get the status info. Because these messages
13888                    will be triggered by LSCP commands issued by other clients rather than real
13889                    time events happening on the server, it is believed that an empty notification
13890                    message is sufficient here.
13891    </p>
13892  <a name="SUBSCRIBE MISCELLANEOUS"></a><br /><hr />  <a name="SUBSCRIBE MISCELLANEOUS"></a><br /><hr />
13893  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13894  <a name="rfc.section.8.15"></a><h3>8.15.&nbsp;  <a name="rfc.section.8.26"></a><h3>8.26.&nbsp;
13895  Miscellaneous and debugging events</h3>  Miscellaneous and debugging events</h3>
13896    
13897  <p>Client may want to be notified of miscellaneous and debugging events occurring at  <p>Client may want to be notified of miscellaneous and debugging events occurring at
# Line 8257  Acknowledgments</h3> Line 13956  Acknowledgments</h3>
13956  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13957  <h3>11.&nbsp;References</h3>  <h3>11.&nbsp;References</h3>
13958  <table width="99%" border="0">  <table width="99%" border="0">
13959    <tr><td class="author-text" valign="top"><a name="RFC20">[RFC20]</a></td>
13960    <td class="author-text">UCLA, &ldquo;<a href="http://tools.ietf.org/html/rfc20">ASCII format for Network Interchange</a>,&rdquo; RFC&nbsp;20, 1969.</td></tr>
13961  <tr><td class="author-text" valign="top"><a name="RFC2119">[RFC2119]</a></td>  <tr><td class="author-text" valign="top"><a name="RFC2119">[RFC2119]</a></td>
13962  <td class="author-text">Bradner, S., &ldquo;<a href="ftp://ftp.isi.edu/in-notes/rfc2119.txt">Key words for use in RFCs to Indicate Requirement Levels</a>,&rdquo; RFC&nbsp;2119, 1997.</td></tr>  <td class="author-text">Bradner, S., &ldquo;<a href="http://tools.ietf.org/html/rfc2119">Key words for use in RFCs to Indicate Requirement Levels</a>,&rdquo; RFC&nbsp;2119, 1997.</td></tr>
13963  <tr><td class="author-text" valign="top"><a name="RFC2234">[RFC2234]</a></td>  <tr><td class="author-text" valign="top"><a name="RFC2234">[RFC2234]</a></td>
13964  <td class="author-text">Crocker, D. and P. Overell, &ldquo;<a href="ftp://ftp.isi.edu/in-notes/rfc2234.txt">Augmented BNF for Syntax Specifications</a>,&rdquo; RFC&nbsp;2234, 1997.</td></tr>  <td class="author-text">Crocker, D. and P. Overell, &ldquo;<a href="http://tools.ietf.org/html/rfc2234">Augmented BNF for Syntax Specifications</a>,&rdquo; RFC&nbsp;2234, 1997.</td></tr>
13965  <tr><td class="author-text" valign="top"><a name="RFC793">[RFC793]</a></td>  <tr><td class="author-text" valign="top"><a name="RFC793">[RFC793]</a></td>
13966  <td class="author-text">Defense Advanced Research Projects Agency, &ldquo;<a href="ftp://ftp.isi.edu/in-notes/rfc793.txt">TRANSMISSION CONTROL PROTOCOL</a>,&rdquo; RFC&nbsp;793, 1981.</td></tr>  <td class="author-text">Defense Advanced Research Projects Agency, &ldquo;<a href="http://tools.ietf.org/html/rfc793">TRANSMISSION CONTROL PROTOCOL</a>,&rdquo; RFC&nbsp;793, 1981.</td></tr>
13967  </table>  </table>
13968    
13969  <a name="rfc.authors"></a><br /><hr />  <a name="rfc.authors"></a><br /><hr />
# Line 8287  Schoenebeck</td></tr> Line 13988  Schoenebeck</td></tr>
13988  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>  <table summary="layout" cellpadding="0" cellspacing="2" class="TOCbug" align="right"><tr><td class="TOCbug"><a href="#toc">&nbsp;TOC&nbsp;</a></td></tr></table>
13989  <h3>Full Copyright Statement</h3>  <h3>Full Copyright Statement</h3>
13990  <p class='copyright'>  <p class='copyright'>
13991  Copyright &copy; The Internet Society (2006).</p>  Copyright &copy; The IETF Trust (2010).</p>
13992  <p class='copyright'>  <p class='copyright'>
13993  This document is subject to the rights,  This document is subject to the rights,
13994  licenses and restrictions contained in BCP&nbsp;78,  licenses and restrictions contained in BCP&nbsp;78,
# Line 8296  the authors retain all their rights.</p> Line 13997  the authors retain all their rights.</p>
13997  <p class='copyright'>  <p class='copyright'>
13998  This document and the information contained herein are provided  This document and the information contained herein are provided
13999  on an &ldquo;AS IS&rdquo; basis and THE CONTRIBUTOR,  on an &ldquo;AS IS&rdquo; basis and THE CONTRIBUTOR,
14000  THE ORGANIZATION HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY),  THE ORGANIZATION HE/SHE REPRESENTS
14001  THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE DISCLAIM  OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST
14002  ALL WARRANTIES,  AND THE INTERNET ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES,
14003  EXPRESS OR IMPLIED,  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT
14004  INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE  THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY
14005  INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED  IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
14006  WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.</p>  PURPOSE.</p>
14007  <h3>Intellectual Property</h3>  <h3>Intellectual Property</h3>
14008  <p class='copyright'>  <p class='copyright'>
14009  The IETF takes no position regarding the validity or scope of any  The IETF takes no position regarding the validity or scope of any
# Line 8329  or other Line 14030  or other
14030  proprietary rights that may cover technology that may be required  proprietary rights that may cover technology that may be required
14031  to implement this standard.  to implement this standard.
14032  Please address the information to the IETF at <a href='mailto:ietf-ipr@ietf.org'>ietf-ipr@ietf.org</a>.</p>  Please address the information to the IETF at <a href='mailto:ietf-ipr@ietf.org'>ietf-ipr@ietf.org</a>.</p>
 <h3>Acknowledgment</h3>  
 <p class='copyright'>  
 Funding for the RFC Editor function is provided by  
 the IETF Administrative Support Activity (IASA).</p>  
14033  </body></html>  </body></html>

Legend:
Removed from v.1006  
changed lines
  Added in v.2139

  ViewVC Help
Powered by ViewVC