/[svn]/linuxsampler/trunk/Documentation/lscp.xml
ViewVC logotype

Diff of /linuxsampler/trunk/Documentation/lscp.xml

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

revision 1047 by schoenebeck, Mon Feb 19 19:38:04 2007 UTC revision 1108 by iliev, Thu Mar 22 20:39:04 2007 UTC
# Line 34  Schoenebeck'> Line 34  Schoenebeck'>
34                  <email>schoenebeck at software minus engineering dot org</email>                  <email>schoenebeck at software minus engineering dot org</email>
35              </address>              </address>
36          </author>          </author>
37          <date month="February" year="2007"/>          <date month="March" year="2007"/>
38          <workgroup>LinuxSampler Developers</workgroup>          <workgroup>LinuxSampler Developers</workgroup>
39          <keyword>LSCP</keyword>          <keyword>LSCP</keyword>
40          <abstract>          <abstract>
# Line 5383  Schoenebeck'> Line 5383  Schoenebeck'>
5383                  <t>Server will start sending the following notification messages:</t>                  <t>Server will start sending the following notification messages:</t>
5384                  <t>                  <t>
5385                      <list>                      <list>
5386                          <t>"NOTIFY:VOICE_COUNT:&lt;sampler-channel&gt; &lt;voices&gt;</t>                          <t>"NOTIFY:VOICE_COUNT:&lt;sampler-channel&gt; &lt;voices&gt;"</t>
5387                      </list>                      </list>
5388                  </t>                  </t>
5389                  <t>where &lt;sampler-channel&gt; will be replaced by the sampler channel the                  <t>where &lt;sampler-channel&gt; will be replaced by the sampler channel the
# Line 5453  Schoenebeck'> Line 5453  Schoenebeck'>
5453                  message is sufficient here.</t>                  message is sufficient here.</t>
5454              </section>              </section>
5455    
5456                <section title="Number of effect sends changed" anchor="SUBSCRIBE FX_SEND_COUNT">
5457                    <t>Client may want to be notified when the number of effect sends on
5458                    a particular sampler channel is changed by issuing the following command:</t>
5459                    <t>
5460                        <list>
5461                            <t>SUBSCRIBE FX_SEND_COUNT</t>
5462                        </list>
5463                    </t>
5464                    <t>Server will start sending the following notification messages:</t>
5465                    <t>
5466                        <list>
5467                            <t>"NOTIFY:FX_SEND_COUNT:&lt;channel-id&gt; &lt;fx-sends&gt;"</t>
5468                        </list>
5469                    </t>
5470                    <t>where &lt;channel-id&gt; will be replaced by the numerical ID of the sampler
5471                    channel, on which the effect sends number is changed and &lt;fx-sends&gt; will
5472                    be replaced by the new number of effect sends on that channel.</t>
5473                </section>
5474    
5475                <section title="Effect send information changed" anchor="SUBSCRIBE FX_SEND_INFO">
5476                    <t>Client may want to be notified when changes were made to effect sends on a
5477                    a particular sampler channel by issuing the following command:</t>
5478                    <t>
5479                        <list>
5480                            <t>SUBSCRIBE FX_SEND_INFO</t>
5481                        </list>
5482                    </t>
5483                    <t>Server will start sending the following notification messages:</t>
5484                    <t>
5485                        <list>
5486                            <t>"NOTIFY:FX_SEND_INFO:&lt;channel-id&gt; &lt;fx-send-id&gt;"</t>
5487                        </list>
5488                    </t>
5489                    <t>where &lt;channel-id&gt; will be replaced by the numerical ID of the sampler
5490                    channel, on which an effect send entity is changed and &lt;fx-send-id&gt; will
5491                    be replaced by the numerical ID of the changed effect send.</t>
5492                </section>
5493    
5494              <section title="Total number of active voices changed" anchor="SUBSCRIBE TOTAL_VOICE_COUNT">              <section title="Total number of active voices changed" anchor="SUBSCRIBE TOTAL_VOICE_COUNT">
5495                  <t>Client may want to be notified when the total number of voices on the                  <t>Client may want to be notified when the total number of voices on the
5496                  back-end changes by issuing the following command:</t>                  back-end changes by issuing the following command:</t>
# Line 5464  Schoenebeck'> Line 5502  Schoenebeck'>
5502                  <t>Server will start sending the following notification messages:</t>                  <t>Server will start sending the following notification messages:</t>
5503                  <t>                  <t>
5504                      <list>                      <list>
5505                          <t>"NOTIFY:TOTAL_VOICE_COUNT:&lt;voices&gt;</t>                          <t>"NOTIFY:TOTAL_VOICE_COUNT:&lt;voices&gt;"</t>
5506                      </list>                      </list>
5507                  </t>                  </t>
5508                  <t>where &lt;voices&gt; will be replaced by the new number of                  <t>where &lt;voices&gt; will be replaced by the new number of
# Line 5553  Schoenebeck'> Line 5591  Schoenebeck'>
5591                  message is sufficient here.</t>                  message is sufficient here.</t>
5592              </section>              </section>
5593    
5594                <section title="Global settings changed" anchor="SUBSCRIBE GLOBAL_INFO">
5595                    <t>Client may want to be notified when changes to the global settings
5596                    of the sampler were made by issuing the following command:</t>
5597                    <t>
5598                        <list>
5599                            <t>SUBSCRIBE GLOBAL_INFO</t>
5600                        </list>
5601                    </t>
5602                    <t>Server will start sending the following types of notification messages:</t>
5603                    <t>
5604                        <list>
5605                            <t>"NOTIFY:GLOBAL_INFO:VOLUME &lt;volume&gt;" - Notifies that the
5606                            golbal volume of the sampler is changed, where &lt;volume&gt; will be
5607                            replaced by the optional dotted floating point value, reflecting the
5608                            new global volume parameter.</t>
5609                        </list>
5610                    </t>
5611                </section>
5612    
5613              <section title="Miscellaneous and debugging events" anchor="SUBSCRIBE MISCELLANEOUS">              <section title="Miscellaneous and debugging events" anchor="SUBSCRIBE MISCELLANEOUS">
5614                  <t>Client may want to be notified of miscellaneous and debugging events occurring at                  <t>Client may want to be notified of miscellaneous and debugging events occurring at
5615                  the server by issuing the following command:</t>                  the server by issuing the following command:</t>

Legend:
Removed from v.1047  
changed lines
  Added in v.1108

  ViewVC Help
Powered by ViewVC