/[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 2142 by schoenebeck, Tue Oct 5 17:51:14 2010 UTC revision 2188 by iliev, Fri Jun 24 19:39:11 2011 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="October" year="2010"/>          <date month="June" year="2011"/>
38          <workgroup>LinuxSampler Developers</workgroup>          <workgroup>LinuxSampler Developers</workgroup>
39          <keyword>LSCP</keyword>          <keyword>LSCP</keyword>
40          <abstract>          <abstract>
# Line 7876  Schoenebeck'> Line 7876  Schoenebeck'>
7876                  </t>                  </t>
7877                  <t>/ GLOBAL_INFO                  <t>/ GLOBAL_INFO
7878                  </t>                  </t>
7879                    <t>/ EFFECT_INSTANCE_COUNT
7880                    </t>
7881                    <t>/ EFFECT_INSTANCE_INFO
7882                    </t>
7883                    <t>/ SEND_EFFECT_CHAIN_COUNT
7884                    </t>
7885                    <t>/ SEND_EFFECT_CHAIN_INFO
7886                    </t>
7887          </list>          </list>
7888  </t>  </t>
7889  <t>unsubscribe_event =  <t>unsubscribe_event =
# Line 7932  Schoenebeck'> Line 7940  Schoenebeck'>
7940                  </t>                  </t>
7941                  <t>/ GLOBAL_INFO                  <t>/ GLOBAL_INFO
7942                  </t>                  </t>
7943                    <t>/ EFFECT_INSTANCE_COUNT
7944                    </t>
7945                    <t>/ EFFECT_INSTANCE_INFO
7946                    </t>
7947                    <t>/ SEND_EFFECT_CHAIN_COUNT
7948                    </t>
7949                    <t>/ SEND_EFFECT_CHAIN_INFO
7950                    </t>
7951          </list>          </list>
7952  </t>  </t>
7953  <t>map_instruction =  <t>map_instruction =
# Line 9261  Schoenebeck'> Line 9277  Schoenebeck'>
9277                  message is sufficient here.</t>                  message is sufficient here.</t>
9278              </section>              </section>
9279    
9280                <section title="Number of effect instances changed" anchor="SUBSCRIBE EFFECT_INSTANCE_COUNT">
9281                    <t>Client may want to be notified when the number of effect instances
9282                    is changed by issuing the following command:</t>
9283                    <t>
9284                        <list>
9285                            <t>SUBSCRIBE EFFECT_INSTANCE_COUNT</t>
9286                        </list>
9287                    </t>
9288                    <t>Server will start sending the following notification messages:</t>
9289                    <t>
9290                        <list>
9291                            <t>"EFFECT_INSTANCE_COUNT:&lt;instances&gt;"</t>
9292                        </list>
9293                    </t>
9294                    <t>where &lt;instances&gt; will be replaced by the new number
9295                    of effect instances.</t>
9296                </section>
9297    
9298                <section title="Effect instance information changed" anchor="SUBSCRIBE EFFECT_INSTANCE_INFO">
9299                    <t>Client may want to be notified when changes were made to effect instances
9300                    on the back-end by issuing the following command:</t>
9301                    <t>
9302                        <list>
9303                            <t>SUBSCRIBE EFFECT_INSTANCE_INFO</t>
9304                        </list>
9305                    </t>
9306                    <t>Server will start sending the following notification messages:</t>
9307                    <t>
9308                       <list>
9309                            <t>"EFFECT_INSTANCE_INFO:&lt;instance-id&gt;"</t>
9310                        </list>
9311                    </t>
9312                    <t>where &lt;instance-id&gt; will be replaced by the numerical ID
9313                    of the effect instance.</t>
9314                </section>
9315    
9316                <section title="Number of send effect chains changed" anchor="SUBSCRIBE SEND_EFFECT_CHAIN_COUNT">
9317                    <t>Client may want to be notified when the number of send effect chains
9318                    is changed by issuing the following command:</t>
9319                    <t>
9320                        <list>
9321                            <t>SUBSCRIBE SEND_EFFECT_CHAIN_COUNT</t>
9322                        </list>
9323                    </t>
9324                    <t>Server will start sending the following notification messages:</t>
9325                    <t>
9326                        <list>
9327                            <t>"NOTIFY:SEND_EFFECT_CHAIN_COUNT:&lt;device-id&gt; &lt;chains&gt;"</t>
9328                        </list>
9329                    </t>
9330                    <t>where &lt;device-id&gt; will be replaced by the numerical ID of the audio
9331                    output device, in which the number of send effect chains is changed and
9332                    &lt;chains&gt; will be replaced by the new number of send effect chains.</t>
9333                </section>
9334    
9335                <section title="Send effect chain information changed" anchor="SUBSCRIBE SEND_EFFECT_CHAIN_INFO">
9336                    <t>Client may want to be notified when changes were made to send effect chains
9337                    on the back-end by issuing the following command:</t>
9338                    <t>
9339                        <list>
9340                            <t>SUBSCRIBE SEND_EFFECT_CHAIN_INFO</t>
9341                        </list>
9342                    </t>
9343                    <t>Server will start sending the following notification messages:</t>
9344                    <t>
9345                       <list>
9346                            <t>"SEND_EFFECT_CHAIN_INFO:&lt;device-id&gt; &lt;chain-id&gt; &lt;instances&gt;" -
9347                            Notifies that the number of effect instances in a particular send effect chain
9348                            is changed, where &lt;device-id&gt; will be replaced by the numerical ID of the audio
9349                            output device the send effect chain belongs to, &lt;chain-id&gt; will be replaced
9350                            by the numerical ID of the send effect chain in which the number of effect instances
9351                            has changed and &lt;instances&gt; will be replaced by the new number
9352                            of effect instances in the specified send effect chain.</t>
9353                        </list>
9354                    </t>
9355                </section>
9356    
9357              <section title="Miscellaneous and debugging events" anchor="SUBSCRIBE MISCELLANEOUS">              <section title="Miscellaneous and debugging events" anchor="SUBSCRIBE MISCELLANEOUS">
9358                  <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
9359                  the server by issuing the following command:</t>                  the server by issuing the following command:</t>

Legend:
Removed from v.2142  
changed lines
  Added in v.2188

  ViewVC Help
Powered by ViewVC