/[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 1048 by schoenebeck, Mon Feb 19 19:46:20 2007 UTC revision 1189 by iliev, Wed May 16 14:42:04 2007 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.32 (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: August 23, 2007</td><td class="header">February 19, 2007</td></tr>  <tr><td class="header">Expires: November 17, 2007</td><td class="header">May 16, 2007</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.2</h1>
151    
# Line 173  The list of current Internet-Drafts can Line 173  The list of current Internet-Drafts can
173  The list of Internet-Draft Shadow Directories can be accessed at  The list of Internet-Draft Shadow Directories can be accessed at
174  <a href='http://www.ietf.org/shadow.html'>http://www.ietf.org/shadow.html</a>.</p>  <a href='http://www.ietf.org/shadow.html'>http://www.ietf.org/shadow.html</a>.</p>
175  <p>  <p>
176  This Internet-Draft will expire on August 23, 2007.</p>  This Internet-Draft will expire on November 17, 2007.</p>
177    
178  <h3>Copyright Notice</h3>  <h3>Copyright Notice</h3>
179  <p>  <p>
180  Copyright &copy; The Internet Society (2007).</p>  Copyright &copy; The IETF Trust (2007).</p>
181    
182  <h3>Abstract</h3>  <h3>Abstract</h3>
183    
# Line 328  Getting amount of effect sends on a samp Line 328  Getting amount of effect sends on a samp
328  Listing all effect sends on a sampler channel<br />  Listing all effect sends on a sampler channel<br />
329  &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;
330  Getting effect send information<br />  Getting effect send information<br />
331  &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;
332    Changing effect send's name<br />
333    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET FX_SEND AUDIO_OUTPUT_CHANNEL">6.4.31.</a>&nbsp;
334  Altering effect send's audio routing<br />  Altering effect send's audio routing<br />
335  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET FX_SEND MIDI_CONTROLLER">6.4.31.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET FX_SEND MIDI_CONTROLLER">6.4.32.</a>&nbsp;
336  Altering effect send's MIDI controller<br />  Altering effect send's MIDI controller<br />
337  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET FX_SEND LEVEL">6.4.32.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET FX_SEND LEVEL">6.4.33.</a>&nbsp;
338  Altering effect send's send level<br />  Altering effect send's send level<br />
339  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#RESET CHANNEL">6.4.33.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#RESET CHANNEL">6.4.34.</a>&nbsp;
340  Resetting a sampler channel<br />  Resetting a sampler channel<br />
341  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#anchor12">6.5.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#anchor12">6.5.</a>&nbsp;
342  Controlling connection<br />  Controlling connection<br />
# Line 386  Remove an entry from the MIDI instrument Line 388  Remove an entry from the MIDI instrument
388  Get current settings of MIDI instrument map entry<br />  Get current settings of MIDI instrument map entry<br />
389  &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;
390  Clear MIDI instrument map<br />  Clear MIDI instrument map<br />
391    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#Managing Instruments Database">6.8.</a>&nbsp;
392    Managing Instruments Database<br />
393    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#ADD DB_INSTRUMENT_DIRECTORY">6.8.1.</a>&nbsp;
394    Creating a new instrument directory<br />
395    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#REMOVE DB_INSTRUMENT_DIRECTORY">6.8.2.</a>&nbsp;
396    Deleting an instrument directory<br />
397    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET DB_INSTRUMENT_DIRECTORIES">6.8.3.</a>&nbsp;
398    Getting amount of instrument directories<br />
399    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#LIST DB_INSTRUMENT_DIRECTORIES">6.8.4.</a>&nbsp;
400    Listing all directories in specific directory<br />
401    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET DB_INSTRUMENT_DIRECTORY INFO">6.8.5.</a>&nbsp;
402    Getting instrument directory information<br />
403    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET DB_INSTRUMENT_DIRECTORY NAME">6.8.6.</a>&nbsp;
404    Renaming an instrument directory<br />
405    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#MOVE DB_INSTRUMENT_DIRECTORY">6.8.7.</a>&nbsp;
406    Moving an instrument directory<br />
407    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#COPY DB_INSTRUMENT_DIRECTORY">6.8.8.</a>&nbsp;
408    Copying instrument directories<br />
409    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET DB_INSTRUMENT_DIRECTORY DESCRIPTION">6.8.9.</a>&nbsp;
410    Changing the description of directory<br />
411    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#FIND DB_INSTRUMENT_DIRECTORIES">6.8.10.</a>&nbsp;
412    Finding directories<br />
413    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#ADD DB_INSTRUMENTS">6.8.11.</a>&nbsp;
414    Adding instruments to the instruments database<br />
415    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#REMOVE DB_INSTRUMENT">6.8.12.</a>&nbsp;
416    Removing an instrument<br />
417    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET DB_INSTRUMENTS">6.8.13.</a>&nbsp;
418    Getting amount of instruments<br />
419    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#LIST DB_INSTRUMENTS">6.8.14.</a>&nbsp;
420    Listing all instruments in specific directory<br />
421    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#GET DB_INSTRUMENT INFO">6.8.15.</a>&nbsp;
422    Getting instrument information<br />
423    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET DB_INSTRUMENT NAME">6.8.16.</a>&nbsp;
424    Renaming an instrument<br />
425    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#MOVE DB_INSTRUMENT">6.8.17.</a>&nbsp;
426    Moving an instrument<br />
427    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#COPY DB_INSTRUMENT">6.8.18.</a>&nbsp;
428    Copying instruments<br />
429    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#SET DB_INSTRUMENT DESCRIPTION">6.8.19.</a>&nbsp;
430    Changing the description of instrument<br />
431    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="#FIND DB_INSTRUMENTS">6.8.20.</a>&nbsp;
432    Finding instruments<br />
433  <a href="#command_syntax">7.</a>&nbsp;  <a href="#command_syntax">7.</a>&nbsp;
434  Command Syntax<br />  Command Syntax<br />
435  <a href="#events">8.</a>&nbsp;  <a href="#events">8.</a>&nbsp;
# Line 408  Number of active disk streams changed<br Line 452  Number of active disk streams changed<br
452  Disk stream buffer fill state changed<br />  Disk stream buffer fill state changed<br />
453  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE CHANNEL_INFO">8.9.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE CHANNEL_INFO">8.9.</a>&nbsp;
454  Channel information changed<br />  Channel information changed<br />
455  &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.10.</a>&nbsp;
456    Number of effect sends changed<br />
457    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE FX_SEND_INFO">8.11.</a>&nbsp;
458    Effect send information changed<br />
459    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE TOTAL_VOICE_COUNT">8.12.</a>&nbsp;
460  Total number of active voices changed<br />  Total number of active voices changed<br />
461  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE MIDI_INSTRUMENT_MAP_COUNT">8.11.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE MIDI_INSTRUMENT_MAP_COUNT">8.13.</a>&nbsp;
462  Number of MIDI instrument maps changed<br />  Number of MIDI instrument maps changed<br />
463  &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.14.</a>&nbsp;
464  MIDI instrument map information changed<br />  MIDI instrument map information changed<br />
465  &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.15.</a>&nbsp;
466  Number of MIDI instruments changed<br />  Number of MIDI instruments changed<br />
467  &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.16.</a>&nbsp;
468  MIDI instrument information changed<br />  MIDI instrument information changed<br />
469  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE MISCELLANEOUS">8.15.</a>&nbsp;  &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE GLOBAL_INFO">8.17.</a>&nbsp;
470    Global settings changed<br />
471    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE DB_INSTRUMENT_DIRECTORY_COUNT">8.18.</a>&nbsp;
472    Number of database instrument directories changed<br />
473    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE DB_INSTRUMENT_DIRECTORY_INFO">8.19.</a>&nbsp;
474    Database instrument directory information changed<br />
475    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE DB_INSTRUMENT_COUNT">8.20.</a>&nbsp;
476    Number of database instruments changed<br />
477    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE DB_INSTRUMENT_INFO">8.21.</a>&nbsp;
478    Database instrument information changed<br />
479    &nbsp;&nbsp;&nbsp;&nbsp;<a href="#SUBSCRIBE MISCELLANEOUS">8.22.</a>&nbsp;
480  Miscellaneous and debugging events<br />  Miscellaneous and debugging events<br />
481  <a href="#anchor14">9.</a>&nbsp;  <a href="#anchor14">9.</a>&nbsp;
482  Security Considerations<br />  Security Considerations<br />
# Line 5327  Getting effect send information</h3> Line 5385  Getting effect send information</h3>
5385  </blockquote><p>  </blockquote><p>
5386                                            
5387  </p>  </p>
5388  <a name="SET FX_SEND AUDIO_OUTPUT_CHANNEL"></a><br /><hr />  <a name="SET FX_SEND NAME"></a><br /><hr />
5389  <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>
5390  <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;
5391    Changing effect send's name</h3>
5392    
5393    <p>The front-end can alter the current name of an effect
5394                        send entity by sending the following command:
5395    </p>
5396    <p>
5397                            </p>
5398    <blockquote class="text">
5399    <p>SET FX_SEND NAME &lt;sampler-chan&gt; &lt;fx-send-id&gt; &lt;name&gt;
5400    </p>
5401    </blockquote><p>
5402                        
5403    </p>
5404    <p>Where &lt;sampler-chan&gt; is the sampler channel number
5405                        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>
5406                        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,
5407                        &lt;fx-send-id&gt; reflects the numerical ID of the effect send entity
5408                        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>
5409                        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
5410                        &lt;name&gt; is the new name of the effect send entity, which
5411                        does not have to be unique.
5412    </p>
5413    <p>Possible Answers:
5414    </p>
5415    <p>
5416                            </p>
5417    <blockquote class="text">
5418    <p>"OK" -
5419                                    </p>
5420    <blockquote class="text">
5421    <p>on success
5422    </p>
5423    </blockquote>
5424                                
5425    
5426    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
5427                                    </p>
5428    <blockquote class="text">
5429    <p>in case it failed, providing an appropriate error code and error message
5430    </p>
5431    </blockquote>
5432                                
5433    
5434    </blockquote><p>
5435                        
5436    </p>
5437    <p>Example:
5438    </p>
5439    <p>
5440                            </p>
5441    <blockquote class="text">
5442    <p>C: "SET FX_SEND NAME 0 0 'Fx Send 1'"
5443    </p>
5444    <p>S: "OK"
5445    </p>
5446    </blockquote><p>
5447                        
5448    </p>
5449    <a name="SET FX_SEND AUDIO_OUTPUT_CHANNEL"></a><br /><hr />
5450    <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>
5451    <a name="rfc.section.6.4.31"></a><h3>6.4.31.&nbsp;
5452  Altering effect send's audio routing</h3>  Altering effect send's audio routing</h3>
5453    
5454  <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 5412  Altering effect send's audio routing</h3 Line 5531  Altering effect send's audio routing</h3
5531  </p>  </p>
5532  <a name="SET FX_SEND MIDI_CONTROLLER"></a><br /><hr />  <a name="SET FX_SEND MIDI_CONTROLLER"></a><br /><hr />
5533  <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>
5534  <a name="rfc.section.6.4.31"></a><h3>6.4.31.&nbsp;  <a name="rfc.section.6.4.32"></a><h3>6.4.32.&nbsp;
5535  Altering effect send's MIDI controller</h3>  Altering effect send's MIDI controller</h3>
5536    
5537  <p>The front-end can alter the MIDI controller of an effect  <p>The front-end can alter the MIDI controller of an effect
# Line 5483  Altering effect send's MIDI controller</ Line 5602  Altering effect send's MIDI controller</
5602  </p>  </p>
5603  <a name="SET FX_SEND LEVEL"></a><br /><hr />  <a name="SET FX_SEND LEVEL"></a><br /><hr />
5604  <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>
5605  <a name="rfc.section.6.4.32"></a><h3>6.4.32.&nbsp;  <a name="rfc.section.6.4.33"></a><h3>6.4.33.&nbsp;
5606  Altering effect send's send level</h3>  Altering effect send's send level</h3>
5607    
5608  <p>The front-end can alter the current send level of an effect  <p>The front-end can alter the current send level of an effect
# Line 5555  Altering effect send's send level</h3> Line 5674  Altering effect send's send level</h3>
5674  </p>  </p>
5675  <a name="RESET CHANNEL"></a><br /><hr />  <a name="RESET CHANNEL"></a><br /><hr />
5676  <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>
5677  <a name="rfc.section.6.4.33"></a><h3>6.4.33.&nbsp;  <a name="rfc.section.6.4.34"></a><h3>6.4.34.&nbsp;
5678  Resetting a sampler channel</h3>  Resetting a sampler channel</h3>
5679    
5680  <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 5987  General sampler informations</h3> Line 6106  General sampler informations</h3>
6106  </blockquote>  </blockquote>
6107                                                                            
6108    
6109    <p>INSTRUMENTS_DB_SUPPORT -
6110                                            </p>
6111    <blockquote class="text">
6112    <p>either yes or no, specifies whether the
6113                                                sampler is build with instruments database support.
6114    </p>
6115    </blockquote>
6116                                        
6117    
6118  </blockquote>  </blockquote>
6119                                                            
6120    
# Line 6398  Getting MIDI instrument map information< Line 6526  Getting MIDI instrument map information<
6526  </blockquote>  </blockquote>
6527                                                                            
6528    
6529    <p>DEFAULT -
6530                                            </p>
6531    <blockquote class="text">
6532    <p>either true or false,
6533                                                defines whether this map is the default map
6534    </p>
6535    </blockquote>
6536                                        
6537    
6538  </blockquote>  </blockquote>
6539                                                            
6540    
# Line 6415  Getting MIDI instrument map information< Line 6552  Getting MIDI instrument map information<
6552  </p>  </p>
6553  <p>S: "NAME: Standard Map"  <p>S: "NAME: Standard Map"
6554  </p>  </p>
6555    <p>&nbsp;&nbsp;&nbsp;"DEFAULT: true"
6556    </p>
6557  <p>&nbsp;&nbsp;&nbsp;"."  <p>&nbsp;&nbsp;&nbsp;"."
6558  </p>  </p>
6559  </blockquote><p>  </blockquote><p>
# Line 7086  Clear MIDI instrument map</h3> Line 7225  Clear MIDI instrument map</h3>
7225  </blockquote><p>  </blockquote><p>
7226                                            
7227  </p>  </p>
7228    <a name="Managing Instruments Database"></a><br /><hr />
7229    <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>
7230    <a name="rfc.section.6.8"></a><h3>6.8.&nbsp;
7231    Managing Instruments Database</h3>
7232    
7233    <p>The following commands describe how to use and manage
7234                    the instruments database.
7235    </p>
7236    <a name="ADD DB_INSTRUMENT_DIRECTORY"></a><br /><hr />
7237    <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>
7238    <a name="rfc.section.6.8.1"></a><h3>6.8.1.&nbsp;
7239    Creating a new instrument directory</h3>
7240    
7241    <p>The front-end can add a new instrument directory to the
7242                        instruments database by sending the following command:
7243    </p>
7244    <p>
7245                            </p>
7246    <blockquote class="text">
7247    <p>ADD DB_INSTRUMENT_DIRECTORY &lt;dir&gt;
7248    </p>
7249    </blockquote><p>
7250                        
7251    </p>
7252    <p>Where &lt;dir&gt; is the absolute path name of the directory
7253                        to be created (encapsulated into apostrophes).
7254    </p>
7255    <p>Possible Answers:
7256    </p>
7257    <p>
7258                            </p>
7259    <blockquote class="text">
7260    <p>"OK" -
7261                                    </p>
7262    <blockquote class="text">
7263    <p>on success
7264    </p>
7265    </blockquote>
7266                                
7267    
7268    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7269                                    </p>
7270    <blockquote class="text">
7271    <p>when the directory could not be created, which
7272                                        can happen if the directory already exists or the
7273                                        name contains not allowed symbols
7274    </p>
7275    </blockquote>
7276                                
7277    
7278    </blockquote><p>
7279                        
7280    </p>
7281    <p>Examples:
7282    </p>
7283    <p>
7284                            </p>
7285    <blockquote class="text">
7286    <p>C: "ADD DB_INSTRUMENT_DIRECTORY '/Piano Collection'"
7287    </p>
7288    <p>S: "OK"
7289    </p>
7290    </blockquote><p>
7291                        
7292    </p>
7293    <a name="REMOVE DB_INSTRUMENT_DIRECTORY"></a><br /><hr />
7294    <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>
7295    <a name="rfc.section.6.8.2"></a><h3>6.8.2.&nbsp;
7296    Deleting an instrument directory</h3>
7297    
7298    <p>The front-end can delete a particular instrument directory
7299                        from the instruments database by sending the following command:
7300    </p>
7301    <p>
7302                            </p>
7303    <blockquote class="text">
7304    <p>REMOVE DB_INSTRUMENT_DIRECTORY [FORCE] &lt;dir&gt;
7305    </p>
7306    </blockquote><p>
7307                        
7308    </p>
7309    <p>Where &lt;dir&gt; is the absolute path name of the directory
7310                        to delete. The optional FORCE argument can be used to
7311                        force the deletion of a non-empty directory and all its content.
7312    </p>
7313    <p>Possible Answers:
7314    </p>
7315    <p>
7316                            </p>
7317    <blockquote class="text">
7318    <p>"OK" -
7319                                    </p>
7320    <blockquote class="text">
7321    <p>if the directory is deleted successfully
7322    </p>
7323    </blockquote>
7324                                
7325    
7326    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7327                                    </p>
7328    <blockquote class="text">
7329    <p>if the given directory does not exist, or
7330                                        if trying to delete a non-empty directory,
7331                                        without using the FORCE argument.
7332    </p>
7333    </blockquote>
7334                                
7335    
7336    </blockquote><p>
7337                        
7338    </p>
7339    <p>Examples:
7340    </p>
7341    <p>
7342                            </p>
7343    <blockquote class="text">
7344    <p>C: "REMOVE DB_INSTRUMENT_DIRECTORY FORCE '/Piano Collection'"
7345    </p>
7346    <p>S: "OK"
7347    </p>
7348    </blockquote><p>
7349                        
7350    </p>
7351    <a name="GET DB_INSTRUMENT_DIRECTORIES"></a><br /><hr />
7352    <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>
7353    <a name="rfc.section.6.8.3"></a><h3>6.8.3.&nbsp;
7354    Getting amount of instrument directories</h3>
7355    
7356    <p>The front-end can retrieve the current amount of
7357                        directories in a specific directory by sending the following command:
7358    </p>
7359    <p>
7360                            </p>
7361    <blockquote class="text">
7362    <p>GET DB_INSTRUMENT_DIRECTORIES [RECURSIVE] &lt;dir&gt;
7363    </p>
7364    </blockquote><p>
7365                        
7366    </p>
7367    <p>Where &lt;dir&gt; should be replaced by the absolute path
7368                        name of the directory. If RECURSIVE is specified, the number of
7369                        all directories, including those located in subdirectories of the
7370                        specified directory, will be returned.
7371    </p>
7372    <p>Possible Answers:
7373    </p>
7374    <p>
7375                            </p>
7376    <blockquote class="text">
7377    <p>The current number of instrument directories
7378                                in the specified directory.
7379    </p>
7380    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7381                                    </p>
7382    <blockquote class="text">
7383    <p>if the given directory does not exist.
7384    </p>
7385    </blockquote>
7386                                
7387    
7388    </blockquote><p>
7389                        
7390    </p>
7391    <p>Example:
7392    </p>
7393    <p>
7394                            </p>
7395    <blockquote class="text">
7396    <p>C: "GET DB_INSTRUMENT_DIRECTORIES '/'"
7397    </p>
7398    <p>S: "2"
7399    </p>
7400    </blockquote><p>
7401                        
7402    </p>
7403    <a name="LIST DB_INSTRUMENT_DIRECTORIES"></a><br /><hr />
7404    <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>
7405    <a name="rfc.section.6.8.4"></a><h3>6.8.4.&nbsp;
7406    Listing all directories in specific directory</h3>
7407    
7408    <p>The front-end can retrieve the current list of directories
7409                        in specific directory by sending the following command:
7410    </p>
7411    <p>
7412                            </p>
7413    <blockquote class="text">
7414    <p>LIST DB_INSTRUMENT_DIRECTORIES [RECURSIVE] &lt;dir&gt;
7415    </p>
7416    </blockquote><p>
7417                        
7418    </p>
7419    <p>Where &lt;dir&gt; should be replaced by the absolute path
7420                        name of the directory. If RECURSIVE is specified, the absolute path names
7421                        of all directories, including those located in subdirectories of the
7422                        specified directory, will be returned.
7423    </p>
7424    <p>Possible Answers:
7425    </p>
7426    <p>
7427                            </p>
7428    <blockquote class="text">
7429    <p>A comma separated list of all instrument directories
7430                                (encapsulated into apostrophes) in the specified directory.
7431    </p>
7432    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7433                                    </p>
7434    <blockquote class="text">
7435    <p>if the given directory does not exist.
7436    </p>
7437    </blockquote>
7438                                
7439    
7440    </blockquote><p>
7441                        
7442    </p>
7443    <p>Example:
7444    </p>
7445    <p>
7446                            </p>
7447    <blockquote class="text">
7448    <p>C: "LIST DB_INSTRUMENT_DIRECTORIES '/'"
7449    </p>
7450    <p>S: "'Piano Collection','Percussion Collection'"
7451    </p>
7452    </blockquote><p>
7453                        
7454    </p>
7455    <p>
7456                            </p>
7457    <blockquote class="text">
7458    <p>C: "LIST DB_INSTRUMENT_DIRECTORIES RECURSIVE '/'"
7459    </p>
7460    <p>S: "'/Piano Collection','/Piano Collection/Acoustic','/Piano Collection/Acoustic/New','/Percussion Collection'"
7461    </p>
7462    </blockquote><p>
7463                        
7464    </p>
7465    <a name="GET DB_INSTRUMENT_DIRECTORY INFO"></a><br /><hr />
7466    <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>
7467    <a name="rfc.section.6.8.5"></a><h3>6.8.5.&nbsp;
7468    Getting instrument directory information</h3>
7469    
7470    <p>The front-end can ask for the current settings of an
7471                        instrument directory by sending the following command:
7472    </p>
7473    <p>
7474                            </p>
7475    <blockquote class="text">
7476    <p>GET DB_INSTRUMENT_DIRECTORY INFO &lt;dir&gt;
7477    </p>
7478    </blockquote><p>
7479                        
7480    </p>
7481    <p>Where &lt;dir&gt; should be replaced by the absolute path
7482                        name of the directory the front-end is interested in.
7483    </p>
7484    <p>Possible Answers:
7485    </p>
7486    <p>
7487                            </p>
7488    <blockquote class="text">
7489    <p>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
7490                                Each answer line begins with the settings category name
7491                                followed by a colon and then a space character &lt;SP&gt; and finally
7492                                the info character string to that setting category. At the
7493                                moment the following categories are defined:
7494    </p>
7495    <p>
7496                                    </p>
7497    <blockquote class="text">
7498    <p>DESCRIPTION -
7499                                            </p>
7500    <blockquote class="text">
7501    <p>A brief description of the directory content
7502    </p>
7503    </blockquote>
7504                                        
7505    
7506    <p>CREATED -
7507                                            </p>
7508    <blockquote class="text">
7509    <p>The creation date and time of the directory,
7510                                                represented in "YYYY-MM-DD HH:MM:SS" format
7511    </p>
7512    </blockquote>
7513                                        
7514    
7515    <p>MODIFIED -
7516                                            </p>
7517    <blockquote class="text">
7518    <p>The date and time of the last modification of the
7519                                                directory, represented in "YYYY-MM-DD HH:MM:SS" format
7520    </p>
7521    </blockquote>
7522                                        
7523    
7524    </blockquote>
7525                                
7526    
7527    </blockquote><p>
7528                        
7529    </p>
7530    <p>The mentioned fields above don't have to be in particular order.
7531    </p>
7532    <p>Example:
7533    </p>
7534    <p>
7535                            </p>
7536    <blockquote class="text">
7537    <p>C: "GET DB_INSTRUMENT_DIRECTORY INFO '/Piano Collection'"
7538    </p>
7539    <p>S: "DESCRIPTION: Piano collection of instruments in GigaSampler format."
7540    </p>
7541    <p>&nbsp;&nbsp;&nbsp;"CREATED: 2007-02-05 10:23:12"
7542    </p>
7543    <p>&nbsp;&nbsp;&nbsp;"MODIFIED: 2007-04-07 12:50:21"
7544    </p>
7545    <p>&nbsp;&nbsp;&nbsp;"."
7546    </p>
7547    </blockquote><p>
7548                        
7549    </p>
7550    <a name="SET DB_INSTRUMENT_DIRECTORY NAME"></a><br /><hr />
7551    <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>
7552    <a name="rfc.section.6.8.6"></a><h3>6.8.6.&nbsp;
7553    Renaming an instrument directory</h3>
7554    
7555    <p>The front-end can alter the name of a specific
7556                        instrument directory by sending the following command:
7557    </p>
7558    <p>
7559                            </p>
7560    <blockquote class="text">
7561    <p>SET DB_INSTRUMENT_DIRECTORY NAME &lt;dir&gt; &lt;name&gt;
7562    </p>
7563    </blockquote><p>
7564                        
7565    </p>
7566    <p>Where &lt;dir&gt; is the absolute path name of the directory and
7567                        &lt;name&gt; is the new name for that directory.
7568    </p>
7569    <p>Possible Answers:
7570    </p>
7571    <p>
7572                            </p>
7573    <blockquote class="text">
7574    <p>"OK" -
7575                                    </p>
7576    <blockquote class="text">
7577    <p>on success
7578    </p>
7579    </blockquote>
7580                                
7581    
7582    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7583                                    </p>
7584    <blockquote class="text">
7585    <p>in case the given directory does not exists,
7586                                        or if a directory with name equal to the new
7587                                        name already exists.
7588    </p>
7589    </blockquote>
7590                                
7591    
7592    </blockquote><p>
7593                        
7594    </p>
7595    <p>Example:
7596    </p>
7597    <p>
7598                            </p>
7599    <blockquote class="text">
7600    <p>C: "SET DB_INSTRUMENT_DIRECTORY NAME '/Piano Collection/Acustic' 'Acoustic'"
7601    </p>
7602    <p>S: "OK"
7603    </p>
7604    </blockquote><p>
7605                        
7606    </p>
7607    <a name="MOVE DB_INSTRUMENT_DIRECTORY"></a><br /><hr />
7608    <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>
7609    <a name="rfc.section.6.8.7"></a><h3>6.8.7.&nbsp;
7610    Moving an instrument directory</h3>
7611    
7612    <p>The front-end can move a specific
7613                        instrument directory by sending the following command:
7614    </p>
7615    <p>
7616                            </p>
7617    <blockquote class="text">
7618    <p>MOVE DB_INSTRUMENT_DIRECTORY &lt;dir&gt; &lt;dst&gt;
7619    </p>
7620    </blockquote><p>
7621                        
7622    </p>
7623    <p>Where &lt;dir&gt; is the absolute path name of the directory
7624                        to move and &lt;dst&gt; is the location where the directory will
7625                        be moved to.
7626    </p>
7627    <p>Possible Answers:
7628    </p>
7629    <p>
7630                            </p>
7631    <blockquote class="text">
7632    <p>"OK" -
7633                                    </p>
7634    <blockquote class="text">
7635    <p>on success
7636    </p>
7637    </blockquote>
7638                                
7639    
7640    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7641                                    </p>
7642    <blockquote class="text">
7643    <p>in case a given directory does not exists,
7644                                        or if a directory with name equal to the name
7645                                        of the specified directory already exists in
7646                                        the destination directory. Error is also thrown
7647                                        when trying to move a directory to a subdirectory
7648                                        of itself.
7649    </p>
7650    </blockquote>
7651                                
7652    
7653    </blockquote><p>
7654                        
7655    </p>
7656    <p>Example:
7657    </p>
7658    <p>
7659                            </p>
7660    <blockquote class="text">
7661    <p>C: "MOVE DB_INSTRUMENT_DIRECTORY '/Acoustic' '/Piano Collection/Acoustic'"
7662    </p>
7663    <p>S: "OK"
7664    </p>
7665    </blockquote><p>
7666                        
7667    </p>
7668    <a name="COPY DB_INSTRUMENT_DIRECTORY"></a><br /><hr />
7669    <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>
7670    <a name="rfc.section.6.8.8"></a><h3>6.8.8.&nbsp;
7671    Copying instrument directories</h3>
7672    
7673    <p>The front-end can copy a specific
7674                        instrument directory by sending the following command:
7675    </p>
7676    <p>
7677                            </p>
7678    <blockquote class="text">
7679    <p>COPY DB_INSTRUMENT_DIRECTORY &lt;dir&gt; &lt;dst&gt;
7680    </p>
7681    </blockquote><p>
7682                        
7683    </p>
7684    <p>Where &lt;dir&gt; is the absolute path name of the directory
7685                        to copy and &lt;dst&gt; is the location where the directory will
7686                        be copied to.
7687    </p>
7688    <p>Possible Answers:
7689    </p>
7690    <p>
7691                            </p>
7692    <blockquote class="text">
7693    <p>"OK" -
7694                                    </p>
7695    <blockquote class="text">
7696    <p>on success
7697    </p>
7698    </blockquote>
7699                                
7700    
7701    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7702                                    </p>
7703    <blockquote class="text">
7704    <p>in case a given directory does not exists,
7705                                        or if a directory with name equal to the name
7706                                        of the specified directory already exists in
7707                                        the destination directory. Error is also thrown
7708                                        when trying to copy a directory to a subdirectory
7709                                        of itself.
7710    </p>
7711    </blockquote>
7712                                
7713    
7714    </blockquote><p>
7715                        
7716    </p>
7717    <p>Example:
7718    </p>
7719    <p>
7720                            </p>
7721    <blockquote class="text">
7722    <p>C: "COPY DB_INSTRUMENT_DIRECTORY '/Piano Collection/Acoustic' '/Acoustic/Pianos'"
7723    </p>
7724    <p>S: "OK"
7725    </p>
7726    </blockquote><p>
7727                        
7728    </p>
7729    <a name="SET DB_INSTRUMENT_DIRECTORY DESCRIPTION"></a><br /><hr />
7730    <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>
7731    <a name="rfc.section.6.8.9"></a><h3>6.8.9.&nbsp;
7732    Changing the description of directory</h3>
7733    
7734    <p>The front-end can alter the description of a specific
7735                        instrument directory by sending the following command:
7736    </p>
7737    <p>
7738                            </p>
7739    <blockquote class="text">
7740    <p>SET DB_INSTRUMENT_DIRECTORY DESCRIPTION &lt;dir&gt; &lt;desc&gt;
7741    </p>
7742    </blockquote><p>
7743                        
7744    </p>
7745    <p>Where &lt;dir&gt; is the absolute path name of the directory and
7746                        &lt;desc&gt; is the new description for the directory.
7747    </p>
7748    <p>Possible Answers:
7749    </p>
7750    <p>
7751                            </p>
7752    <blockquote class="text">
7753    <p>"OK" -
7754                                    </p>
7755    <blockquote class="text">
7756    <p>on success
7757    </p>
7758    </blockquote>
7759                                
7760    
7761    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7762                                    </p>
7763    <blockquote class="text">
7764    <p>in case the given directory does not exists.
7765    </p>
7766    </blockquote>
7767                                
7768    
7769    </blockquote><p>
7770                        
7771    </p>
7772    <p>Example:
7773    </p>
7774    <p>
7775                            </p>
7776    <blockquote class="text">
7777    <p>C: "SET DB_INSTRUMENT_DIRECTORY DESCRIPTION '/Piano Collection' 'A collection of piano instruments in various format.'"
7778    </p>
7779    <p>S: "OK"
7780    </p>
7781    </blockquote><p>
7782                        
7783    </p>
7784    <a name="FIND DB_INSTRUMENT_DIRECTORIES"></a><br /><hr />
7785    <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>
7786    <a name="rfc.section.6.8.10"></a><h3>6.8.10.&nbsp;
7787    Finding directories</h3>
7788    
7789    <p>The front-end can search for directories
7790                        in specific directory by sending the following command:
7791    </p>
7792    <p>
7793                            </p>
7794    <blockquote class="text">
7795    <p>FIND DB_INSTRUMENT_DIRECTORIES [NON_RECURSIVE] &lt;dir&gt; &lt;criteria-list&gt;
7796    </p>
7797    </blockquote><p>
7798                        
7799    </p>
7800    <p>Where &lt;dir&gt; should be replaced by the absolute path
7801                        name of the directory to search in. If NON_RECURSIVE is specified, the
7802                        directories located in subdirectories of the specified directory will not
7803                        be searched. &lt;criteria-list&gt; is a list of search criterias
7804                        in form of "key1=val1 key2=val2 ...". The following criterias are
7805                        allowed:
7806    </p>
7807    <p>
7808                          
7809    <p>NAME='&lt;search-string&gt;'
7810                              </p>
7811    <blockquote class="text">
7812    <p>Restricts the search to directories, which names
7813                                  satisfy the supplied search string.
7814    </p>
7815    </blockquote><p>
7816                          
7817    </p>
7818    
7819                          
7820    <p>CREATED='[&lt;date-after&gt;]..[&lt;date-before&gt;]'
7821                              </p>
7822    <blockquote class="text">
7823    <p>Restricts the search to directories, which creation
7824                                  date satisfies the specified period, where &lt;date-after&gt;
7825                                  and &lt;date-before&gt; are in "YYYY-MM-DD HH:MM:SS" format.
7826                                  If &lt;date-after&gt; is omitted the search is restricted to
7827                                  directories created before &lt;date-before&gt;. If
7828                                  &lt;date-before&gt; is omitted, the search is restricted
7829                                  to directories created after &lt;date-after&gt;.
7830    </p>
7831    </blockquote><p>
7832                          
7833    </p>
7834    
7835                          
7836    <p>MODIFIED='[&lt;date-after&gt;]..[&lt;date-before&gt;]'
7837                              </p>
7838    <blockquote class="text">
7839    <p>Restricts the search to directories, which
7840                                  date of last modification satisfies the specified period, where
7841                                  &lt;date-after&gt; and &lt;date-before&gt; are in "YYYY-MM-DD HH:MM:SS"
7842                                  format. If &lt;date-after&gt; is omitted the search is restricted to
7843                                  directories, which are last modified before &lt;date-before&gt;. If
7844                                  &lt;date-before&gt; is omitted, the search is restricted to directories,
7845                                  which are last modified after &lt;date-after&gt;.
7846    </p>
7847    </blockquote><p>
7848                          
7849    </p>
7850    
7851                          
7852    <p>DESCRIPTION='&lt;search-string&gt;'
7853                              </p>
7854    <blockquote class="text">
7855    <p>Restricts the search to directories with description
7856                                  that satisfies the supplied search string.
7857    </p>
7858    </blockquote><p>
7859                          
7860    </p>
7861                        
7862    
7863    <p>Where &lt;search-string&gt; is either a regular expression, or a
7864                        word list separated with spaces for OR search and with '+' for AND search.
7865    </p>
7866    <p>Possible Answers:
7867    </p>
7868    <p>
7869                            </p>
7870    <blockquote class="text">
7871    <p>A comma separated list with the absolute path names (encapsulated into
7872                                apostrophes) of all directories in the specified directory that satisfy
7873                                the supplied search criterias.
7874    </p>
7875    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7876                                    </p>
7877    <blockquote class="text">
7878    <p>if the given directory does not exist.
7879    </p>
7880    </blockquote>
7881                                
7882    
7883    </blockquote><p>
7884                        
7885    </p>
7886    <p>Example:
7887    </p>
7888    <p>
7889                            </p>
7890    <blockquote class="text">
7891    <p>C: "FIND DB_INSTRUMENT_DIRECTORIES '/' NAME='Piano'"
7892    </p>
7893    <p>S: "'/Piano Collection'"
7894    </p>
7895    </blockquote><p>
7896                        
7897    </p>
7898    <p>
7899                            </p>
7900    <blockquote class="text">
7901    <p>C: "FIND DB_INSTRUMENT_DIRECTORIES '/' CREATED='..2007-04-01 09:30:13'"
7902    </p>
7903    <p>S: "'/Piano Collection','/Percussions'"
7904    </p>
7905    </blockquote><p>
7906                        
7907    </p>
7908    <a name="ADD DB_INSTRUMENTS"></a><br /><hr />
7909    <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>
7910    <a name="rfc.section.6.8.11"></a><h3>6.8.11.&nbsp;
7911    Adding instruments to the instruments database</h3>
7912    
7913    <p>The front-end can add one or more instruments
7914                        to the instruments database by sending the following command:
7915    </p>
7916    <p>
7917                            </p>
7918    <blockquote class="text">
7919    <p>ADD DB_INSTRUMENTS [&lt;mode&gt;] &lt;db_dir&gt; &lt;file_path&gt; [&lt;instr_index&gt;]
7920    </p>
7921    </blockquote><p>
7922                        
7923    </p>
7924    <p>Where &lt;db_dir&gt; is the absolute path name of a directory
7925                        (encapsulated into apostrophes) in the instruments database in which
7926                        only the new instruments (that are not already in the database) will
7927                        be added, &lt;file_path&gt; is the absolute path name of a file or
7928                        directory in the file system (encapsulated into apostrophes). In case
7929                        an instrument file is supplied, only the instruments in the specified
7930                        file will be added to the instruments database. If the optional
7931                        &lt;instr_index&gt; (the index of the instrument within the given file)
7932                        is supplied too, then only the specified instrument will be added.
7933                        In case a directory is supplied, the instruments in that directory
7934                        will be added. The OPTIONAL &lt;mode&gt; argument is only applied
7935                        when a directory is provided as &lt;file_path&gt; and specifies how the
7936                        scanning will be done and has exactly the following possibilities:
7937    </p>
7938    <p>
7939                            </p>
7940    <blockquote class="text">
7941    <p>"NON_RECURSIVE" -
7942                                    </p>
7943    <blockquote class="text">
7944    <p>Only the instruments in the specified directory
7945                                        will be added, the instruments in the subdirectories
7946                                        will not be processed.
7947    </p>
7948    </blockquote>
7949                                
7950    
7951    <p>"FLAT" -
7952                                    </p>
7953    <blockquote class="text">
7954    <p>All instruments will be processed, including those
7955                                        in the subdirectories, but the respective subdirectory
7956                                        structure will not be recreated in the instruments
7957                                        database. All instruments will be added directly in
7958                                        the specified database directory.
7959    </p>
7960    </blockquote>
7961                                
7962    
7963    <p>not supplied -
7964                                    </p>
7965    <blockquote class="text">
7966    <p>The subdirectory tree structure will be recreated
7967                                        in the instruments database and all instruments will be
7968                                        processed and added to the respective subdirectory
7969                                        in the instruments database.
7970    </p>
7971    </blockquote>
7972                                
7973    
7974    </blockquote><p>
7975                        
7976    </p>
7977    <p>Possible Answers:
7978    </p>
7979    <p>
7980                            </p>
7981    <blockquote class="text">
7982    <p>"OK" -
7983                                    </p>
7984    <blockquote class="text">
7985    <p>on success
7986    </p>
7987    </blockquote>
7988                                
7989    
7990    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
7991                                    </p>
7992    <blockquote class="text">
7993    <p>if an invalid path is specified.
7994    </p>
7995    </blockquote>
7996                                
7997    
7998    </blockquote><p>
7999                        
8000    </p>
8001    <p>Examples:
8002    </p>
8003    <p>
8004                            </p>
8005    <blockquote class="text">
8006    <p>C: "ADD DB_INSTRUMENTS '/Piano Collection' '/home/me/gigs/PMI Bosendorfer 290.gig' 0"
8007    </p>
8008    <p>S: "OK"
8009    </p>
8010    </blockquote><p>
8011                        
8012    </p>
8013    <a name="REMOVE DB_INSTRUMENT"></a><br /><hr />
8014    <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>
8015    <a name="rfc.section.6.8.12"></a><h3>6.8.12.&nbsp;
8016    Removing an instrument</h3>
8017    
8018    <p>The front-end can remove a particular instrument
8019                        from the instruments database by sending the following command:
8020    </p>
8021    <p>
8022                            </p>
8023    <blockquote class="text">
8024    <p>REMOVE DB_INSTRUMENT &lt;instr_path&gt;
8025    </p>
8026    </blockquote><p>
8027                        
8028    </p>
8029    <p>Where &lt;instr_path&gt; is the absolute path name
8030                        (in the instruments database) of the instrument to remove.
8031    </p>
8032    <p>Possible Answers:
8033    </p>
8034    <p>
8035                            </p>
8036    <blockquote class="text">
8037    <p>"OK" -
8038                                    </p>
8039    <blockquote class="text">
8040    <p>if the instrument is removed successfully
8041    </p>
8042    </blockquote>
8043                                
8044    
8045    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
8046                                    </p>
8047    <blockquote class="text">
8048    <p>if the given path does not exist or
8049                                        is a directory.
8050    </p>
8051    </blockquote>
8052                                
8053    
8054    </blockquote><p>
8055                        
8056    </p>
8057    <p>Examples:
8058    </p>
8059    <p>
8060                            </p>
8061    <blockquote class="text">
8062    <p>C: "REMOVE DB_INSTRUMENT '/Piano Collection/Bosendorfer 290'"
8063    </p>
8064    <p>S: "OK"
8065    </p>
8066    </blockquote><p>
8067                        
8068    </p>
8069    <a name="GET DB_INSTRUMENTS"></a><br /><hr />
8070    <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>
8071    <a name="rfc.section.6.8.13"></a><h3>6.8.13.&nbsp;
8072    Getting amount of instruments</h3>
8073    
8074    <p>The front-end can retrieve the current amount of
8075                        instruments in a specific directory by sending the following command:
8076    </p>
8077    <p>
8078                            </p>
8079    <blockquote class="text">
8080    <p>GET DB_INSTRUMENTS [RECURSIVE] &lt;dir&gt;
8081    </p>
8082    </blockquote><p>
8083                        
8084    </p>
8085    <p>Where &lt;dir&gt; should be replaced by the absolute path name
8086                        of the directory. If RECURSIVE is specified, the number of all
8087                        instruments, including those located in subdirectories of the
8088                        specified directory, will be returned.
8089    </p>
8090    <p>Possible Answers:
8091    </p>
8092    <p>
8093                            </p>
8094    <blockquote class="text">
8095    <p>The current number of instruments
8096                                in the specified directory.
8097    </p>
8098    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
8099                                    </p>
8100    <blockquote class="text">
8101    <p>if the given directory does not exist.
8102    </p>
8103    </blockquote>
8104                                
8105    
8106    </blockquote><p>
8107                        
8108    </p>
8109    <p>Example:
8110    </p>
8111    <p>
8112                            </p>
8113    <blockquote class="text">
8114    <p>C: "GET DB_INSTRUMENTS '/Piano Collection'"
8115    </p>
8116    <p>S: "2"
8117    </p>
8118    </blockquote><p>
8119                        
8120    </p>
8121    <a name="LIST DB_INSTRUMENTS"></a><br /><hr />
8122    <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>
8123    <a name="rfc.section.6.8.14"></a><h3>6.8.14.&nbsp;
8124    Listing all instruments in specific directory</h3>
8125    
8126    <p>The front-end can retrieve the current list of instruments
8127                        in specific directory by sending the following command:
8128    </p>
8129    <p>
8130                            </p>
8131    <blockquote class="text">
8132    <p>LIST DB_INSTRUMENTS [RECURSIVE] &lt;dir&gt;
8133    </p>
8134    </blockquote><p>
8135                        
8136    </p>
8137    <p>Where &lt;dir&gt; should be replaced by the absolute path
8138                        name of the directory. If RECURSIVE is specified, the absolute path
8139                        names of all instruments, including those located in subdirectories
8140                        of the specified directory, will be returned.
8141    </p>
8142    <p>Possible Answers:
8143    </p>
8144    <p>
8145                            </p>
8146    <blockquote class="text">
8147    <p>A comma separated list of all instruments
8148                                (encapsulated into apostrophes) in the specified directory.
8149    </p>
8150    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
8151                                    </p>
8152    <blockquote class="text">
8153    <p>if the given directory does not exist.
8154    </p>
8155    </blockquote>
8156                                
8157    
8158    </blockquote><p>
8159                        
8160    </p>
8161    <p>Example:
8162    </p>
8163    <p>
8164                            </p>
8165    <blockquote class="text">
8166    <p>C: "LIST DB_INSTRUMENTS '/Piano Collection'"
8167    </p>
8168    <p>S: "'Bosendorfer 290','Steinway D'"
8169    </p>
8170    </blockquote><p>
8171                        
8172    </p>
8173    <p>
8174                            </p>
8175    <blockquote class="text">
8176    <p>C: "LIST DB_INSTRUMENTS RECURSIVE '/Piano Collection'"
8177    </p>
8178    <p>S: "'/Piano Collection/Bosendorfer 290','/Piano Collection/Steinway D','/Piano Collection/Lite/Free Piano'"
8179    </p>
8180    </blockquote><p>
8181                        
8182    </p>
8183    <a name="GET DB_INSTRUMENT INFO"></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.15"></a><h3>6.8.15.&nbsp;
8186    Getting instrument information</h3>
8187    
8188    <p>The front-end can ask for the current settings of an
8189                        instrument by sending the following command:
8190    </p>
8191    <p>
8192                            </p>
8193    <blockquote class="text">
8194    <p>GET DB_INSTRUMENT INFO &lt;instr_path&gt;
8195    </p>
8196    </blockquote><p>
8197                        
8198    </p>
8199    <p>Where &lt;instr_path&gt; should be replaced by the absolute path
8200                        name of the instrument the front-end is interested in.
8201    </p>
8202    <p>Possible Answers:
8203    </p>
8204    <p>
8205                            </p>
8206    <blockquote class="text">
8207    <p>LinuxSampler will answer by sending a &lt;CRLF&gt; separated list.
8208                                Each answer line begins with the settings category name
8209                                followed by a colon and then a space character &lt;SP&gt; and finally
8210                                the info character string to that setting category. At the
8211                                moment the following categories are defined:
8212    </p>
8213    <p>
8214                                    </p>
8215    <blockquote class="text">
8216    <p>INSTRUMENT_FILE -
8217                                            </p>
8218    <blockquote class="text">
8219    <p>File name of the instrument.
8220    </p>
8221    </blockquote>
8222                                        
8223    
8224    <p>INSTRUMENT_NR -
8225                                            </p>
8226    <blockquote class="text">
8227    <p>Index of the instrument within the file.
8228    </p>
8229    </blockquote>
8230                                        
8231    
8232    <p>FORMAT_FAMILY -
8233                                            </p>
8234    <blockquote class="text">
8235    <p>The format family of the instrument.
8236    </p>
8237    </blockquote>
8238                                        
8239    
8240    <p>FORMAT_VERSION -
8241                                            </p>
8242    <blockquote class="text">
8243    <p>The format version of the instrument.
8244    </p>
8245    </blockquote>
8246                                        
8247    
8248    <p>SIZE -
8249                                            </p>
8250    <blockquote class="text">
8251    <p>The size of the instrument in bytes.
8252    </p>
8253    </blockquote>
8254                                        
8255    
8256    <p>CREATED -
8257                                            </p>
8258    <blockquote class="text">
8259    <p>The date and time when the instrument is added
8260                                                in the instruments database, represented in
8261                                               "YYYY-MM-DD HH:MM:SS" format
8262    </p>
8263    </blockquote>
8264                                        
8265    
8266    <p>MODIFIED -
8267                                            </p>
8268    <blockquote class="text">
8269    <p>The date and time of the last modification of the
8270                                                instrument's database settings, represented in
8271                                                "YYYY-MM-DD HH:MM:SS" format
8272    </p>
8273    </blockquote>
8274                                        
8275    
8276    <p>DESCRIPTION -
8277                                            </p>
8278    <blockquote class="text">
8279    <p>A brief description of the instrument
8280    </p>
8281    </blockquote>
8282                                        
8283    
8284    <p>IS_DRUM -
8285                                            </p>
8286    <blockquote class="text">
8287    <p>either true or false, determines whether the
8288                                                instrument is a drumkit or a chromatic instrument
8289    </p>
8290    </blockquote>
8291                                        
8292    
8293    <p>PRODUCT -
8294                                            </p>
8295    <blockquote class="text">
8296    <p>The product title of the instrument
8297    </p>
8298    </blockquote>
8299                                        
8300    
8301    <p>ARTISTS -
8302                                            </p>
8303    <blockquote class="text">
8304    <p>Lists the artist names
8305    </p>
8306    </blockquote>
8307                                        
8308    
8309    <p>KEYWORDS -
8310                                            </p>
8311    <blockquote class="text">
8312    <p>Provides a list of keywords that refer to the instrument.
8313                                                Keywords are separated with semicolon and blank.
8314    </p>
8315    </blockquote>
8316                                        
8317    
8318    </blockquote>
8319                                
8320    
8321    </blockquote><p>
8322                        
8323    </p>
8324    <p>The mentioned fields above don't have to be in particular order.
8325    </p>
8326    <p>Example:
8327    </p>
8328    <p>
8329                            </p>
8330    <blockquote class="text">
8331    <p>C: "GET DB_INSTRUMENT INFO '/Piano Collection/Bosendorfer 290'"
8332    </p>
8333    <p>S: "INSTRUMENT_FILE: /home/me/gigs/Bosendorfer 290.gig"
8334    </p>
8335    <p>&nbsp;&nbsp;&nbsp;"INSTRUMENT_NR: 0"
8336    </p>
8337    <p>&nbsp;&nbsp;&nbsp;"FORMAT_FAMILY: GIG"
8338    </p>
8339    <p>&nbsp;&nbsp;&nbsp;"FORMAT_VERSION: 2"
8340    </p>
8341    <p>&nbsp;&nbsp;&nbsp;"SIZE: 2050871870"
8342    </p>
8343    <p>&nbsp;&nbsp;&nbsp;"CREATED: 2007-02-05 10:23:12"
8344    </p>
8345    <p>&nbsp;&nbsp;&nbsp;"MODIFIED: 2007-04-07 12:50:21"
8346    </p>
8347    <p>&nbsp;&nbsp;&nbsp;"DESCRIPTION: "
8348    </p>
8349    <p>&nbsp;&nbsp;&nbsp;"IS_DRUM: false"
8350    </p>
8351    <p>&nbsp;&nbsp;&nbsp;"PRODUCT: GRANDIOSO Bosendorfer 290"
8352    </p>
8353    <p>&nbsp;&nbsp;&nbsp;"ARTISTS: Post Musical Instruments"
8354    </p>
8355    <p>&nbsp;&nbsp;&nbsp;"KEYWORDS: Bosendorfer"
8356    </p>
8357    <p>&nbsp;&nbsp;&nbsp;"."
8358    </p>
8359    </blockquote><p>
8360                        
8361    </p>
8362    <a name="SET DB_INSTRUMENT NAME"></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.16"></a><h3>6.8.16.&nbsp;
8365    Renaming an instrument</h3>
8366    
8367    <p>The front-end can alter the name of a specific
8368                        instrument by sending the following command:
8369    </p>
8370    <p>
8371                            </p>
8372    <blockquote class="text">
8373    <p>SET DB_INSTRUMENT NAME &lt;instr&gt; &lt;name&gt;
8374    </p>
8375    </blockquote><p>
8376                        
8377    </p>
8378    <p>Where &lt;instr&gt; is the absolute path name of the instrument and
8379                        &lt;name&gt; is the new name for that instrument.
8380    </p>
8381    <p>Possible Answers:
8382    </p>
8383    <p>
8384                            </p>
8385    <blockquote class="text">
8386    <p>"OK" -
8387                                    </p>
8388    <blockquote class="text">
8389    <p>on success
8390    </p>
8391    </blockquote>
8392                                
8393    
8394    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
8395                                    </p>
8396    <blockquote class="text">
8397    <p>in case the given instrument does not exists,
8398                                        or if an instrument with name equal to the new
8399                                        name already 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 NAME '/Piano Collection/Bosendorfer' 'Bosendorfer 290'"
8413    </p>
8414    <p>S: "OK"
8415    </p>
8416    </blockquote><p>
8417                        
8418    </p>
8419    <a name="MOVE DB_INSTRUMENT"></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.17"></a><h3>6.8.17.&nbsp;
8422    Moving an instrument</h3>
8423    
8424    <p>The front-end can move a specific instrument to another directory by
8425                        sending the following command:
8426    </p>
8427    <p>
8428                            </p>
8429    <blockquote class="text">
8430    <p>MOVE DB_INSTRUMENT &lt;instr&gt; &lt;dst&gt;
8431    </p>
8432    </blockquote><p>
8433                        
8434    </p>
8435    <p>Where &lt;instr&gt; is the absolute path name of the instrument
8436                        to move and &lt;dst&gt; is the directory where the instrument will
8437                        be moved to.
8438    </p>
8439    <p>Possible Answers:
8440    </p>
8441    <p>
8442                            </p>
8443    <blockquote class="text">
8444    <p>"OK" -
8445                                    </p>
8446    <blockquote class="text">
8447    <p>on success
8448    </p>
8449    </blockquote>
8450                                
8451    
8452    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
8453                                    </p>
8454    <blockquote class="text">
8455    <p>in case the given instrument does not exists,
8456                                        or if an instrument with name equal to the name of the
8457                                        specified instrument already exists in the destination
8458                                        directory.
8459    </p>
8460    </blockquote>
8461                                
8462    
8463    </blockquote><p>
8464                        
8465    </p>
8466    <p>Example:
8467    </p>
8468    <p>
8469                            </p>
8470    <blockquote class="text">
8471    <p>C: "MOVE DB_INSTRUMENT '/Piano Collection/Bosendorfer 290' '/Piano Collection/Acoustic'"
8472    </p>
8473    <p>S: "OK"
8474    </p>
8475    </blockquote><p>
8476                        
8477    </p>
8478    <a name="COPY DB_INSTRUMENT"></a><br /><hr />
8479    <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>
8480    <a name="rfc.section.6.8.18"></a><h3>6.8.18.&nbsp;
8481    Copying instruments</h3>
8482    
8483    <p>The front-end can copy a specific instrument to another directory by
8484                        sending the following command:
8485    </p>
8486    <p>
8487                            </p>
8488    <blockquote class="text">
8489    <p>COPY DB_INSTRUMENT &lt;instr&gt; &lt;dst&gt;
8490    </p>
8491    </blockquote><p>
8492                        
8493    </p>
8494    <p>Where &lt;instr&gt; is the absolute path name of the instrument
8495                        to copy and &lt;dst&gt; is the directory where the instrument will
8496                        be copied to.
8497    </p>
8498    <p>Possible Answers:
8499    </p>
8500    <p>
8501                            </p>
8502    <blockquote class="text">
8503    <p>"OK" -
8504                                    </p>
8505    <blockquote class="text">
8506    <p>on success
8507    </p>
8508    </blockquote>
8509                                
8510    
8511    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
8512                                    </p>
8513    <blockquote class="text">
8514    <p>in case the given instrument does not exists,
8515                                        or if an instrument with name equal to the name of the
8516                                        specified instrument already exists in the destination
8517                                        directory.
8518    </p>
8519    </blockquote>
8520                                
8521    
8522    </blockquote><p>
8523                        
8524    </p>
8525    <p>Example:
8526    </p>
8527    <p>
8528                            </p>
8529    <blockquote class="text">
8530    <p>C: "COPY DB_INSTRUMENT '/Piano Collection/Bosendorfer 290' '/Acoustic/Pianos/'"
8531    </p>
8532    <p>S: "OK"
8533    </p>
8534    </blockquote><p>
8535                        
8536    </p>
8537    <a name="SET DB_INSTRUMENT DESCRIPTION"></a><br /><hr />
8538    <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>
8539    <a name="rfc.section.6.8.19"></a><h3>6.8.19.&nbsp;
8540    Changing the description of instrument</h3>
8541    
8542    <p>The front-end can alter the description of a specific
8543                        instrument by sending the following command:
8544    </p>
8545    <p>
8546                            </p>
8547    <blockquote class="text">
8548    <p>SET DB_INSTRUMENT DESCRIPTION &lt;instr&gt; &lt;desc&gt;
8549    </p>
8550    </blockquote><p>
8551                        
8552    </p>
8553    <p>Where &lt;instr&gt; is the absolute path name of the instrument and
8554                        &lt;desc&gt; is the new description for the instrument.
8555    </p>
8556    <p>Possible Answers:
8557    </p>
8558    <p>
8559                            </p>
8560    <blockquote class="text">
8561    <p>"OK" -
8562                                    </p>
8563    <blockquote class="text">
8564    <p>on success
8565    </p>
8566    </blockquote>
8567                                
8568    
8569    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
8570                                    </p>
8571    <blockquote class="text">
8572    <p>in case the given instrument does not exists.
8573    </p>
8574    </blockquote>
8575                                
8576    
8577    </blockquote><p>
8578                        
8579    </p>
8580    <p>Example:
8581    </p>
8582    <p>
8583                            </p>
8584    <blockquote class="text">
8585    <p>C: "SET DB_INSTRUMENT DESCRIPTION '/Piano Collection/Acoustic/Bosendorfer 290' 'No comment :)'"
8586    </p>
8587    <p>S: "OK"
8588    </p>
8589    </blockquote><p>
8590                        
8591    </p>
8592    <a name="FIND DB_INSTRUMENTS"></a><br /><hr />
8593    <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>
8594    <a name="rfc.section.6.8.20"></a><h3>6.8.20.&nbsp;
8595    Finding instruments</h3>
8596    
8597    <p>The front-end can search for instruments
8598                        in specific directory by sending the following command:
8599    </p>
8600    <p>
8601                            </p>
8602    <blockquote class="text">
8603    <p>FIND DB_INSTRUMENTS [NON_RECURSIVE] &lt;dir&gt; &lt;criteria-list&gt;
8604    </p>
8605    </blockquote><p>
8606                        
8607    </p>
8608    <p>Where &lt;dir&gt; should be replaced by the absolute path
8609                        name of the directory to search in. If NON_RECURSIVE is specified, the
8610                        directories located in subdirectories of the specified directory will not
8611                        be searched. &lt;criteria-list&gt; is a list of search criterias
8612                        in form of "key1=val1 key2=val2 ...". The following criterias are
8613                        allowed:
8614    </p>
8615    <p>
8616                          
8617    <p>NAME='&lt;search-string&gt;'
8618                              </p>
8619    <blockquote class="text">
8620    <p>Restricts the search to instruments, which names
8621                                  satisfy the supplied search string.
8622    </p>
8623    </blockquote><p>
8624                          
8625    </p>
8626    
8627                          
8628    <p>SIZE=[&lt;min&gt;]..[&lt;max&gt;]
8629                              </p>
8630    <blockquote class="text">
8631    <p>Restricts the search to instruments, which
8632                                  size is in the specified range. If &lt;min&gt; is omitted,
8633                                  the search results are restricted to instruments with size less then
8634                                  or equal to &lt;max&gt;. If &lt;max&gt; is omitted, the
8635                                  search is restricted to instruments with size greater then
8636                                  or equal to &lt;min&gt;.
8637    </p>
8638    </blockquote><p>
8639                          
8640    </p>
8641    
8642                          
8643    <p>CREATED='[&lt;date-after&gt;]..[&lt;date-before&gt;]'
8644                              </p>
8645    <blockquote class="text">
8646    <p>Restricts the search to instruments, which creation
8647                                  date satisfies the specified period, where &lt;date-after&gt;
8648                                  and &lt;date-before&gt; are in "YYYY-MM-DD HH:MM:SS" format.
8649                                  If &lt;date-after&gt; is omitted the search is restricted to
8650                                  instruments created before &lt;date-before&gt;. If
8651                                  &lt;date-before&gt; is omitted, the search is restricted
8652                                  to instruments created after &lt;date-after&gt;.
8653    </p>
8654    </blockquote><p>
8655                          
8656    </p>
8657    
8658                          
8659    <p>MODIFIED='[&lt;date-after&gt;]..[&lt;date-before&gt;]'
8660                              </p>
8661    <blockquote class="text">
8662    <p>Restricts the search to instruments, which
8663                                  date of last modification satisfies the specified period, where
8664                                  &lt;date-after&gt; and &lt;date-before&gt; are in "YYYY-MM-DD HH:MM:SS"
8665                                  format. If &lt;date-after&gt; is omitted the search is restricted to
8666                                  instruments, which are last modified before &lt;date-before&gt;. If
8667                                  &lt;date-before&gt; is omitted, the search is restricted to instruments,
8668                                  which are last modified after &lt;date-after&gt;.
8669    </p>
8670    </blockquote><p>
8671                          
8672    </p>
8673    
8674                          
8675    <p>DESCRIPTION='&lt;search-string&gt;'
8676                              </p>
8677    <blockquote class="text">
8678    <p>Restricts the search to instruments with description
8679                                  that satisfies the supplied search string.
8680    </p>
8681    </blockquote><p>
8682                          
8683    </p>
8684    
8685                          
8686    <p>PRODUCT='&lt;search-string&gt;'
8687                              </p>
8688    <blockquote class="text">
8689    <p>Restricts the search to instruments with product info
8690                                  that satisfies the supplied search string.
8691    </p>
8692    </blockquote><p>
8693                          
8694    </p>
8695    
8696                          
8697    <p>ARTISTS='&lt;search-string&gt;'
8698                              </p>
8699    <blockquote class="text">
8700    <p>Restricts the search to instruments with artists info
8701                                  that satisfies the supplied search string.
8702    </p>
8703    </blockquote><p>
8704                          
8705    </p>
8706    
8707                          
8708    <p>KEYWORDS='&lt;search-string&gt;'
8709                              </p>
8710    <blockquote class="text">
8711    <p>Restricts the search to instruments with keyword list
8712                                  that satisfies the supplied search string.
8713    </p>
8714    </blockquote><p>
8715                          
8716    </p>
8717    
8718                          
8719    <p>IS_DRUM=true | false
8720                              </p>
8721    <blockquote class="text">
8722    <p>Either true or false. Restricts the search to
8723                                  drum kits or chromatic instruments.
8724    </p>
8725    </blockquote><p>
8726                          
8727    </p>
8728    
8729                          
8730    <p>FORMAT_FAMILIES='&lt;format-list&gt;'
8731                              </p>
8732    <blockquote class="text">
8733    <p>Restricts the search to instruments of the supplied format families,
8734                                  where &lt;format-list&gt; is a comma separated list of format families.
8735    </p>
8736    </blockquote><p>
8737                          
8738    </p>
8739                        
8740    
8741    <p>Where &lt;search-string&gt; is either a regular expression, or a
8742                        word list separated with spaces for OR search and with '+' for AND search.
8743    </p>
8744    <p>Possible Answers:
8745    </p>
8746    <p>
8747                            </p>
8748    <blockquote class="text">
8749    <p>A comma separated list with the absolute path names (encapsulated into
8750                                apostrophes) of all instruments in the specified directory that satisfy
8751                                the supplied search criterias.
8752    </p>
8753    <p>"ERR:&lt;error-code&gt;:&lt;error-message&gt;" -
8754                                    </p>
8755    <blockquote class="text">
8756    <p>if the given directory does not exist.
8757    </p>
8758    </blockquote>
8759                                
8760    
8761    </blockquote><p>
8762                        
8763    </p>
8764    <p>Example:
8765    </p>
8766    <p>
8767                            </p>
8768    <blockquote class="text">
8769    <p>C: "FIND DB_INSTRUMENTS '/Piano Collection' NAME='bosendorfer+290'"
8770    </p>
8771    <p>S: "'/Piano Collection/Bosendorfer 290'"
8772    </p>
8773    </blockquote><p>
8774                        
8775    </p>
8776    <p>
8777                            </p>
8778    <blockquote class="text">
8779    <p>C: "FIND DB_INSTRUMENTS '/Piano Collection' CREATED='2007-04-01 09:30:13..'"
8780    </p>
8781    <p>S: "'/Piano Collection/Bosendorfer 290','/Piano Collection/Steinway D'"
8782    </p>
8783    </blockquote><p>
8784                        
8785    </p>
8786  <a name="command_syntax"></a><br /><hr />  <a name="command_syntax"></a><br /><hr />
8787  <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>
8788  <a name="rfc.section.7"></a><h3>7.&nbsp;  <a name="rfc.section.7"></a><h3>7.&nbsp;
# Line 7186  Command Syntax</h3> Line 8883  Command Syntax</h3>
8883  <p>/ UNSUBSCRIBE SP unsubscribe_event  <p>/ UNSUBSCRIBE SP unsubscribe_event
8884                                    
8885  </p>  </p>
 <p>/ SELECT SP text  
                   
 </p>  
8886  <p>/ RESET SP reset_instruction  <p>/ RESET SP reset_instruction
8887                                    
8888  </p>  </p>
8889  <p>/ CLEAR SP clear_instruction  <p>/ CLEAR SP clear_instruction
8890                                    
8891  </p>  </p>
8892    <p>/ FIND SP find_instruction
8893                    
8894    </p>
8895    <p>/ MOVE SP move_instruction
8896                    
8897    </p>
8898    <p>/ COPY SP copy_instruction
8899                    
8900    </p>
8901  <p>/ RESET  <p>/ RESET
8902                                    
8903  </p>  </p>
# Line 7210  Command Syntax</h3> Line 8913  Command Syntax</h3>
8913  <p>CHANNEL  <p>CHANNEL
8914                                    
8915  </p>  </p>
8916    <p>/ DB_INSTRUMENT_DIRECTORY SP pathname
8917                    
8918    </p>
8919    <p>/ DB_INSTRUMENTS SP FLAT SP pathname SP pathname
8920                    
8921    </p>
8922    <p>/ DB_INSTRUMENTS SP NON_RECURSIVE SP pathname SP pathname
8923                    
8924    </p>
8925    <p>/ DB_INSTRUMENTS SP pathname SP pathname
8926                    
8927    </p>
8928    <p>/ DB_INSTRUMENTS SP pathname SP pathname SP instrument_index
8929                    
8930    </p>
8931  <p>/ MIDI_INSTRUMENT_MAP  <p>/ MIDI_INSTRUMENT_MAP
8932                                    
8933  </p>  </p>
# Line 7249  Command Syntax</h3> Line 8967  Command Syntax</h3>
8967  <p>/ CHANNEL_INFO  <p>/ CHANNEL_INFO
8968                                    
8969  </p>  </p>
8970    <p>/ FX_SEND_COUNT
8971                    
8972    </p>
8973    <p>/ FX_SEND_INFO
8974                    
8975    </p>
8976  <p>/ MIDI_INSTRUMENT_MAP_COUNT  <p>/ MIDI_INSTRUMENT_MAP_COUNT
8977                                    
8978  </p>  </p>
# Line 7261  Command Syntax</h3> Line 8985  Command Syntax</h3>
8985  <p>/ MIDI_INSTRUMENT_INFO  <p>/ MIDI_INSTRUMENT_INFO
8986                                    
8987  </p>  </p>
8988    <p>/ DB_INSTRUMENT_DIRECTORY_COUNT
8989                    
8990    </p>
8991    <p>/ DB_INSTRUMENT_DIRECTORY_INFO
8992                    
8993    </p>
8994    <p>/ DB_INSTRUMENT_COUNT
8995                    
8996    </p>
8997    <p>/ DB_INSTRUMENT_INFO
8998                    
8999    </p>
9000  <p>/ MISCELLANEOUS  <p>/ MISCELLANEOUS
9001                                    
9002  </p>  </p>
9003  <p>/ TOTAL_VOICE_COUNT  <p>/ TOTAL_VOICE_COUNT
9004                                    
9005  </p>  </p>
9006    <p>/ GLOBAL_INFO
9007                    
9008    </p>
9009  </blockquote><p>  </blockquote><p>
9010    
9011  </p>  </p>
# Line 7300  Command Syntax</h3> Line 9039  Command Syntax</h3>
9039  <p>/ CHANNEL_INFO  <p>/ CHANNEL_INFO
9040                                    
9041  </p>  </p>
9042    <p>/ FX_SEND_COUNT
9043                    
9044    </p>
9045    <p>/ FX_SEND_INFO
9046                    
9047    </p>
9048  <p>/ MIDI_INSTRUMENT_MAP_COUNT  <p>/ MIDI_INSTRUMENT_MAP_COUNT
9049                                    
9050  </p>  </p>
# Line 7312  Command Syntax</h3> Line 9057  Command Syntax</h3>
9057  <p>/ MIDI_INSTRUMENT_INFO  <p>/ MIDI_INSTRUMENT_INFO
9058                                    
9059  </p>  </p>
9060    <p>/ DB_INSTRUMENT_DIRECTORY_COUNT
9061                    
9062    </p>
9063    <p>/ DB_INSTRUMENT_DIRECTORY_INFO
9064                    
9065    </p>
9066    <p>/ DB_INSTRUMENT_COUNT
9067                    
9068    </p>
9069    <p>/ DB_INSTRUMENT_INFO
9070                    
9071    </p>
9072  <p>/ MISCELLANEOUS  <p>/ MISCELLANEOUS
9073                                    
9074  </p>  </p>
9075  <p>/ TOTAL_VOICE_COUNT  <p>/ TOTAL_VOICE_COUNT
9076                                    
9077  </p>  </p>
9078    <p>/ GLOBAL_INFO
9079                    
9080    </p>
9081  </blockquote><p>  </blockquote><p>
9082    
9083  </p>  </p>
# Line 7360  Command Syntax</h3> Line 9120  Command Syntax</h3>
9120  <p>/ MIDI_INSTRUMENT_MAP SP ALL  <p>/ MIDI_INSTRUMENT_MAP SP ALL
9121                                    
9122  </p>  </p>
9123    <p>/ DB_INSTRUMENT_DIRECTORY SP FORCE SP pathname
9124                    
9125    </p>
9126    <p>/ DB_INSTRUMENT_DIRECTORY SP pathname
9127                    
9128    </p>
9129    <p>/ DB_INSTRUMENT SP pathname
9130                    
9131    </p>
9132  </blockquote><p>  </blockquote><p>
9133    
9134  </p>  </p>
# Line 7465  Command Syntax</h3> Line 9234  Command Syntax</h3>
9234  <p>/ FX_SEND SP INFO SP sampler_channel SP fx_send_id  <p>/ FX_SEND SP INFO SP sampler_channel SP fx_send_id
9235                                    
9236  </p>  </p>
9237    <p>/ DB_INSTRUMENT_DIRECTORIES SP RECURSIVE SP pathname
9238                    
9239    </p>
9240    <p>/ DB_INSTRUMENT_DIRECTORIES SP pathname
9241                    
9242    </p>
9243    <p>/ DB_INSTRUMENT_DIRECTORY SP INFO SP pathname
9244                    
9245    </p>
9246    <p>/ DB_INSTRUMENTS SP RECURSIVE SP pathname
9247                    
9248    </p>
9249    <p>/ DB_INSTRUMENTS SP pathname
9250                    
9251    </p>
9252    <p>/ DB_INSTRUMENT SP INFO SP pathname
9253                    
9254    </p>
9255  <p>/ VOLUME  <p>/ VOLUME
9256                                    
9257  </p>  </p>
# Line 7492  Command Syntax</h3> Line 9279  Command Syntax</h3>
9279  <p>/ MIDI_INSTRUMENT_MAP SP NAME SP midi_map SP map_name  <p>/ MIDI_INSTRUMENT_MAP SP NAME SP midi_map SP map_name
9280                                    
9281  </p>  </p>
9282    <p>/ FX_SEND SP NAME SP sampler_channel SP fx_send_id SP fx_send_name
9283                    
9284    </p>
9285  <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
9286                                    
9287  </p>  </p>
# Line 7501  Command Syntax</h3> Line 9291  Command Syntax</h3>
9291  <p>/ FX_SEND SP LEVEL SP sampler_channel SP fx_send_id SP volume_value  <p>/ FX_SEND SP LEVEL SP sampler_channel SP fx_send_id SP volume_value
9292                                    
9293  </p>  </p>
9294    <p>/ DB_INSTRUMENT_DIRECTORY SP NAME SP pathname SP dirname
9295                    
9296    </p>
9297    <p>/ DB_INSTRUMENT_DIRECTORY SP DESCRIPTION SP pathname SP stringval
9298                    
9299    </p>
9300    <p>/ DB_INSTRUMENT SP NAME SP pathname SP dirname
9301                    
9302    </p>
9303    <p>/ DB_INSTRUMENT SP DESCRIPTION SP pathname SP stringval
9304                    
9305    </p>
9306  <p>/ ECHO SP boolean  <p>/ ECHO SP boolean
9307                                    
9308  </p>  </p>
# Line 7555  Command Syntax</h3> Line 9357  Command Syntax</h3>
9357  </blockquote><p>  </blockquote><p>
9358    
9359  </p>  </p>
9360    <p>find_instruction =
9361            </p>
9362    <blockquote class="text">
9363    <p>DB_INSTRUMENTS SP NON_RECURSIVE SP pathname SP query_val_list
9364                    
9365    </p>
9366    <p>/ DB_INSTRUMENTS SP pathname SP query_val_list
9367                    
9368    </p>
9369    <p>/ DB_INSTRUMENT_DIRECTORIES SP NON_RECURSIVE SP pathname SP query_val_list
9370                    
9371    </p>
9372    <p>/ DB_INSTRUMENT_DIRECTORIES SP pathname SP query_val_list
9373                    
9374    </p>
9375    </blockquote><p>
9376    
9377    </p>
9378    <p>move_instruction =
9379            </p>
9380    <blockquote class="text">
9381    <p>DB_INSTRUMENT_DIRECTORY SP pathname SP pathname
9382                    
9383    </p>
9384    <p>/ DB_INSTRUMENT SP pathname SP pathname
9385                    
9386    </p>
9387    </blockquote><p>
9388    
9389    </p>
9390    <p>copy_instruction =
9391            </p>
9392    <blockquote class="text">
9393    <p>DB_INSTRUMENT_DIRECTORY SP pathname SP pathname
9394                    
9395    </p>
9396    <p>/ DB_INSTRUMENT SP pathname SP pathname
9397                    
9398    </p>
9399    </blockquote><p>
9400    
9401    </p>
9402  <p>destroy_instruction =  <p>destroy_instruction =
9403          </p>          </p>
9404  <blockquote class="text">  <blockquote class="text">
# Line 7699  Command Syntax</h3> Line 9543  Command Syntax</h3>
9543  <p>/ FX_SENDS SP sampler_channel  <p>/ FX_SENDS SP sampler_channel
9544                                    
9545  </p>  </p>
9546    <p>/ DB_INSTRUMENT_DIRECTORIES SP RECURSIVE SP pathname
9547                    
9548    </p>
9549    <p>/ DB_INSTRUMENT_DIRECTORIES SP pathname
9550                    
9551    </p>
9552    <p>/ DB_INSTRUMENTS SP RECURSIVE SP pathname
9553                    
9554    </p>
9555    <p>/ DB_INSTRUMENTS SP pathname
9556                    
9557    </p>
9558  </blockquote><p>  </blockquote><p>
9559    
9560  </p>  </p>
# Line 7879  Command Syntax</h3> Line 9735  Command Syntax</h3>
9735  </blockquote><p>  </blockquote><p>
9736    
9737  </p>  </p>
9738    <p>pathname =
9739            </p>
9740    <blockquote class="text">
9741    <p>stringval
9742                    
9743    </p>
9744    </blockquote><p>
9745    
9746    </p>
9747    <p>dirname =
9748            </p>
9749    <blockquote class="text">
9750    <p>stringval
9751                    
9752    </p>
9753    </blockquote><p>
9754    
9755    </p>
9756  <p>filename =  <p>filename =
9757          </p>          </p>
9758  <blockquote class="text">  <blockquote class="text">
# Line 7945  Command Syntax</h3> Line 9819  Command Syntax</h3>
9819  </blockquote><p>  </blockquote><p>
9820    
9821  </p>  </p>
9822    <p>query_val_list =
9823            </p>
9824    <blockquote class="text">
9825    <p>string '=' query_val
9826                    
9827    </p>
9828    <p>/ query_val_list SP string '=' query_val
9829                    
9830    </p>
9831    </blockquote><p>
9832    
9833    </p>
9834    <p>query_val =
9835            </p>
9836    <blockquote class="text">
9837    <p>string
9838                    
9839    </p>
9840    <p>/ stringval
9841                    
9842    </p>
9843    </blockquote><p>
9844    
9845    </p>
9846  <a name="events"></a><br /><hr />  <a name="events"></a><br /><hr />
9847  <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>
9848  <a name="rfc.section.8"></a><h3>8.&nbsp;  <a name="rfc.section.8"></a><h3>8.&nbsp;
# Line 8126  Number of active voices changed</h3> Line 10024  Number of active voices changed</h3>
10024  <p>  <p>
10025                      </p>                      </p>
10026  <blockquote class="text">  <blockquote class="text">
10027  <p>"NOTIFY:VOICE_COUNT:&lt;sampler-channel&gt; &lt;voices&gt;  <p>"NOTIFY:VOICE_COUNT:&lt;sampler-channel&gt; &lt;voices&gt;"
10028  </p>  </p>
10029  </blockquote><p>  </blockquote><p>
10030                                    
# Line 8229  Channel information changed</h3> Line 10127  Channel information changed</h3>
10127                  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
10128                  message is sufficient here.                  message is sufficient here.
10129  </p>  </p>
10130  <a name="SUBSCRIBE TOTAL_VOICE_COUNT"></a><br /><hr />  <a name="SUBSCRIBE FX_SEND_COUNT"></a><br /><hr />
10131  <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>
10132  <a name="rfc.section.8.10"></a><h3>8.10.&nbsp;  <a name="rfc.section.8.10"></a><h3>8.10.&nbsp;
10133    Number of effect sends changed</h3>
10134    
10135    <p>Client may want to be notified when the number of effect sends on
10136                    a particular sampler channel is changed by issuing the following command:
10137    </p>
10138    <p>
10139                        </p>
10140    <blockquote class="text">
10141    <p>SUBSCRIBE FX_SEND_COUNT
10142    </p>
10143    </blockquote><p>
10144                    
10145    </p>
10146    <p>Server will start sending the following notification messages:
10147    </p>
10148    <p>
10149                        </p>
10150    <blockquote class="text">
10151    <p>"NOTIFY:FX_SEND_COUNT:&lt;channel-id&gt; &lt;fx-sends&gt;"
10152    </p>
10153    </blockquote><p>
10154                    
10155    </p>
10156    <p>where &lt;channel-id&gt; will be replaced by the numerical ID of the sampler
10157                    channel, on which the effect sends number is changed and &lt;fx-sends&gt; will
10158                    be replaced by the new number of effect sends on that channel.
10159    </p>
10160    <a name="SUBSCRIBE FX_SEND_INFO"></a><br /><hr />
10161    <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>
10162    <a name="rfc.section.8.11"></a><h3>8.11.&nbsp;
10163    Effect send information changed</h3>
10164    
10165    <p>Client may want to be notified when changes were made to effect sends on a
10166                    a particular sampler channel by issuing the following command:
10167    </p>
10168    <p>
10169                        </p>
10170    <blockquote class="text">
10171    <p>SUBSCRIBE FX_SEND_INFO
10172    </p>
10173    </blockquote><p>
10174                    
10175    </p>
10176    <p>Server will start sending the following notification messages:
10177    </p>
10178    <p>
10179                        </p>
10180    <blockquote class="text">
10181    <p>"NOTIFY:FX_SEND_INFO:&lt;channel-id&gt; &lt;fx-send-id&gt;"
10182    </p>
10183    </blockquote><p>
10184                    
10185    </p>
10186    <p>where &lt;channel-id&gt; will be replaced by the numerical ID of the sampler
10187                    channel, on which an effect send entity is changed and &lt;fx-send-id&gt; will
10188                    be replaced by the numerical ID of the changed effect send.
10189    </p>
10190    <a name="SUBSCRIBE TOTAL_VOICE_COUNT"></a><br /><hr />
10191    <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>
10192    <a name="rfc.section.8.12"></a><h3>8.12.&nbsp;
10193  Total number of active voices changed</h3>  Total number of active voices changed</h3>
10194    
10195  <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 8250  Total number of active voices changed</h Line 10208  Total number of active voices changed</h
10208  <p>  <p>
10209                      </p>                      </p>
10210  <blockquote class="text">  <blockquote class="text">
10211  <p>"NOTIFY:TOTAL_VOICE_COUNT:&lt;voices&gt;  <p>"NOTIFY:TOTAL_VOICE_COUNT:&lt;voices&gt;"
10212  </p>  </p>
10213  </blockquote><p>  </blockquote><p>
10214                                    
# Line 8260  Total number of active voices changed</h Line 10218  Total number of active voices changed</h
10218  </p>  </p>
10219  <a name="SUBSCRIBE MIDI_INSTRUMENT_MAP_COUNT"></a><br /><hr />  <a name="SUBSCRIBE MIDI_INSTRUMENT_MAP_COUNT"></a><br /><hr />
10220  <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>
10221  <a name="rfc.section.8.11"></a><h3>8.11.&nbsp;  <a name="rfc.section.8.13"></a><h3>8.13.&nbsp;
10222  Number of MIDI instrument maps changed</h3>  Number of MIDI instrument maps changed</h3>
10223    
10224  <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 8289  Number of MIDI instrument maps changed</ Line 10247  Number of MIDI instrument maps changed</
10247  </p>  </p>
10248  <a name="SUBSCRIBE MIDI_INSTRUMENT_MAP_INFO"></a><br /><hr />  <a name="SUBSCRIBE MIDI_INSTRUMENT_MAP_INFO"></a><br /><hr />
10249  <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>
10250  <a name="rfc.section.8.12"></a><h3>8.12.&nbsp;  <a name="rfc.section.8.14"></a><h3>8.14.&nbsp;
10251  MIDI instrument map information changed</h3>  MIDI instrument map information changed</h3>
10252    
10253  <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 8322  MIDI instrument map information changed< Line 10280  MIDI instrument map information changed<
10280  </p>  </p>
10281  <a name="SUBSCRIBE MIDI_INSTRUMENT_COUNT"></a><br /><hr />  <a name="SUBSCRIBE MIDI_INSTRUMENT_COUNT"></a><br /><hr />
10282  <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>
10283  <a name="rfc.section.8.13"></a><h3>8.13.&nbsp;  <a name="rfc.section.8.15"></a><h3>8.15.&nbsp;
10284  Number of MIDI instruments changed</h3>  Number of MIDI instruments changed</h3>
10285    
10286  <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 8352  Number of MIDI instruments changed</h3> Line 10310  Number of MIDI instruments changed</h3>
10310  </p>  </p>
10311  <a name="SUBSCRIBE MIDI_INSTRUMENT_INFO"></a><br /><hr />  <a name="SUBSCRIBE MIDI_INSTRUMENT_INFO"></a><br /><hr />
10312  <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>
10313  <a name="rfc.section.8.14"></a><h3>8.14.&nbsp;  <a name="rfc.section.8.16"></a><h3>8.16.&nbsp;
10314  MIDI instrument information changed</h3>  MIDI instrument information changed</h3>
10315    
10316  <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 8384  MIDI instrument information changed</h3> Line 10342  MIDI instrument information changed</h3>
10342                  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
10343                  message is sufficient here.                  message is sufficient here.
10344  </p>  </p>
10345    <a name="SUBSCRIBE GLOBAL_INFO"></a><br /><hr />
10346    <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>
10347    <a name="rfc.section.8.17"></a><h3>8.17.&nbsp;
10348    Global settings changed</h3>
10349    
10350    <p>Client may want to be notified when changes to the global settings
10351                    of the sampler were made by issuing the following command:
10352    </p>
10353    <p>
10354                        </p>
10355    <blockquote class="text">
10356    <p>SUBSCRIBE GLOBAL_INFO
10357    </p>
10358    </blockquote><p>
10359                    
10360    </p>
10361    <p>Server will start sending the following types of notification messages:
10362    </p>
10363    <p>
10364                        </p>
10365    <blockquote class="text">
10366    <p>"NOTIFY:GLOBAL_INFO:VOLUME &lt;volume&gt;" - Notifies that the
10367                            golbal volume of the sampler is changed, where &lt;volume&gt; will be
10368                            replaced by the optional dotted floating point value, reflecting the
10369                            new global volume parameter.
10370    </p>
10371    </blockquote><p>
10372                    
10373    </p>
10374    <a name="SUBSCRIBE DB_INSTRUMENT_DIRECTORY_COUNT"></a><br /><hr />
10375    <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>
10376    <a name="rfc.section.8.18"></a><h3>8.18.&nbsp;
10377    Number of database instrument directories changed</h3>
10378    
10379    <p>Client may want to be notified when the number of instrument
10380                    directories in a particular directory in the instruments database
10381                    is changed by issuing the following command:
10382    </p>
10383    <p>
10384                        </p>
10385    <blockquote class="text">
10386    <p>SUBSCRIBE DB_INSTRUMENT_DIRECTORY_COUNT
10387    </p>
10388    </blockquote><p>
10389                    
10390    </p>
10391    <p>Server will start sending the following notification messages:
10392    </p>
10393    <p>
10394                        </p>
10395    <blockquote class="text">
10396    <p>"NOTIFY:DB_INSTRUMENT_DIRECTORY_COUNT:&lt;dir-path&gt;"
10397    </p>
10398    </blockquote><p>
10399                    
10400    </p>
10401    <p>where &lt;dir-path&gt; will be replaced by the absolute path
10402                    name of the directory in the instruments database,
10403                    in which the number of directories is changed.
10404    </p>
10405    <p>Note that when a non-empty directory is removed, this event
10406                    is not sent for the subdirectories in that directory.
10407    </p>
10408    <a name="SUBSCRIBE DB_INSTRUMENT_DIRECTORY_INFO"></a><br /><hr />
10409    <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>
10410    <a name="rfc.section.8.19"></a><h3>8.19.&nbsp;
10411    Database instrument directory information changed</h3>
10412    
10413    <p>Client may want to be notified when changes were made to directories
10414                    in the instruments database by issuing the following command:
10415    </p>
10416    <p>
10417                        </p>
10418    <blockquote class="text">
10419    <p>SUBSCRIBE DB_INSTRUMENT_DIRECTORY_INFO
10420    </p>
10421    </blockquote><p>
10422                    
10423    </p>
10424    <p>Server will start sending the following notification messages:
10425    </p>
10426    <p>
10427                        </p>
10428    <blockquote class="text">
10429    <p>"NOTIFY:DB_INSTRUMENT_DIRECTORY_INFO:&lt;dir-path&gt;"
10430    </p>
10431    </blockquote><p>
10432                    
10433    </p>
10434    <p>where &lt;dir-path&gt; will be replaced by the absolute path name
10435                    of the directory, for which information changes occurred. The front-end will have to send
10436                    the respective command to actually get the updated directory info. Because these messages
10437                    will be triggered by LSCP commands issued by other clients rather than real
10438                    time events happening on the server, it is believed that an empty notification
10439                    message is sufficient here.
10440    </p>
10441    <p>
10442                        </p>
10443    <blockquote class="text">
10444    <p>"NOTIFY:DB_INSTRUMENT_DIRECTORY_INFO:NAME &lt;old-dir-path&gt; &lt;new-name&gt;"
10445    </p>
10446    </blockquote><p>
10447                    
10448    </p>
10449    <p>where &lt;old-dir-path&gt; is the old absolute path name of the directory
10450                    (encapsulated into apostrophes), which name is changes and &lt;new-name&gt; is
10451                    the new name of the directory, encapsulated into apostrophes.
10452    </p>
10453    <a name="SUBSCRIBE DB_INSTRUMENT_COUNT"></a><br /><hr />
10454    <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>
10455    <a name="rfc.section.8.20"></a><h3>8.20.&nbsp;
10456    Number of database instruments changed</h3>
10457    
10458    <p>Client may want to be notified when the number of instruments
10459                    in a particular directory in the instruments database
10460                    is changed by issuing the following command:
10461    </p>
10462    <p>
10463                        </p>
10464    <blockquote class="text">
10465    <p>SUBSCRIBE DB_INSTRUMENT_COUNT
10466    </p>
10467    </blockquote><p>
10468                    
10469    </p>
10470    <p>Server will start sending the following notification messages:
10471    </p>
10472    <p>
10473                        </p>
10474    <blockquote class="text">
10475    <p>"NOTIFY:DB_INSTRUMENT_COUNT:&lt;dir-path&gt;"
10476    </p>
10477    </blockquote><p>
10478                    
10479    </p>
10480    <p>where &lt;dir-path&gt; will be replaced by the absolute path
10481                    name of the directory in the instruments database,
10482                    in which the number of instruments is changed.
10483    </p>
10484    <p>Note that when a non-empty directory is removed, this event
10485                    is not sent for the instruments in that directory.
10486    </p>
10487    <a name="SUBSCRIBE DB_INSTRUMENT_INFO"></a><br /><hr />
10488    <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>
10489    <a name="rfc.section.8.21"></a><h3>8.21.&nbsp;
10490    Database instrument information changed</h3>
10491    
10492    <p>Client may want to be notified when changes were made to instruments
10493                    in the instruments database by issuing the following command:
10494    </p>
10495    <p>
10496                        </p>
10497    <blockquote class="text">
10498    <p>SUBSCRIBE DB_INSTRUMENT_INFO
10499    </p>
10500    </blockquote><p>
10501                    
10502    </p>
10503    <p>Server will start sending the following notification messages:
10504    </p>
10505    <p>
10506                        </p>
10507    <blockquote class="text">
10508    <p>"NOTIFY:DB_INSTRUMENT_INFO:&lt;instr-path&gt;"
10509    </p>
10510    </blockquote><p>
10511                    
10512    </p>
10513    <p>where &lt;instr-path&gt; will be replaced by the absolute path name
10514                    of the instrument, which settings are changed. The front-end will have to send
10515                    the respective command to actually get the updated directory info. Because these messages
10516                    will be triggered by LSCP commands issued by other clients rather than real
10517                    time events happening on the server, it is believed that an empty notification
10518                    message is sufficient here.
10519    </p>
10520    <p>
10521                        </p>
10522    <blockquote class="text">
10523    <p>"NOTIFY:DB_INSTRUMENT_INFO:NAME &lt;old-instr-path&gt; &lt;new-name&gt;"
10524    </p>
10525    </blockquote><p>
10526                    
10527    </p>
10528    <p>where &lt;old-instr-path&gt; is the old absolute path name of the instrument
10529                    (encapsulated into apostrophes), which name is changes and &lt;new-name&gt; is
10530                    the new name of the instrument, encapsulated into apostrophes.
10531    </p>
10532  <a name="SUBSCRIBE MISCELLANEOUS"></a><br /><hr />  <a name="SUBSCRIBE MISCELLANEOUS"></a><br /><hr />
10533  <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>
10534  <a name="rfc.section.8.15"></a><h3>8.15.&nbsp;  <a name="rfc.section.8.22"></a><h3>8.22.&nbsp;
10535  Miscellaneous and debugging events</h3>  Miscellaneous and debugging events</h3>
10536    
10537  <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 8481  Schoenebeck</td></tr> Line 10626  Schoenebeck</td></tr>
10626  <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>
10627  <h3>Full Copyright Statement</h3>  <h3>Full Copyright Statement</h3>
10628  <p class='copyright'>  <p class='copyright'>
10629  Copyright &copy; The Internet Society (2007).</p>  Copyright &copy; The IETF Trust (2007).</p>
10630  <p class='copyright'>  <p class='copyright'>
10631  This document is subject to the rights,  This document is subject to the rights,
10632  licenses and restrictions contained in BCP&nbsp;78,  licenses and restrictions contained in BCP&nbsp;78,
# Line 8490  the authors retain all their rights.</p> Line 10635  the authors retain all their rights.</p>
10635  <p class='copyright'>  <p class='copyright'>
10636  This document and the information contained herein are provided  This document and the information contained herein are provided
10637  on an &ldquo;AS IS&rdquo; basis and THE CONTRIBUTOR,  on an &ldquo;AS IS&rdquo; basis and THE CONTRIBUTOR,
10638  THE ORGANIZATION HE/SHE REPRESENTS OR IS SPONSORED BY (IF ANY),  THE ORGANIZATION HE/SHE REPRESENTS
10639  THE INTERNET SOCIETY AND THE INTERNET ENGINEERING TASK FORCE DISCLAIM  OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST
10640  ALL WARRANTIES,  AND THE INTERNET ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES,
10641  EXPRESS OR IMPLIED,  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT
10642  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
10643  INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED  IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR
10644  WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.</p>  PURPOSE.</p>
10645  <h3>Intellectual Property</h3>  <h3>Intellectual Property</h3>
10646  <p class='copyright'>  <p class='copyright'>
10647  The IETF takes no position regarding the validity or scope of any  The IETF takes no position regarding the validity or scope of any

Legend:
Removed from v.1048  
changed lines
  Added in v.1189

  ViewVC Help
Powered by ViewVC