/[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 1429 by schoenebeck, Sun Oct 14 23:28:46 2007 UTC revision 1541 by iliev, Tue Dec 4 18:09:26 2007 UTC
# Line 3924  Schoenebeck'> Line 3924  Schoenebeck'>
3924                      </t>                      </t>
3925                  </section>                  </section>
3926    
3927                    <section title="Current number of active disk streams" anchor="GET TOTAL_STREAM_COUNT">
3928                        <t>The front-end can ask for the current number of active disk streams on
3929                        the sampler by sending the following command:</t>
3930                        <t>
3931                            <list>
3932                                <t>GET TOTAL_STREAM_COUNT</t>
3933                            </list>
3934                        </t>
3935    
3936                        <t>Possible Answers:</t>
3937                        <t>
3938                            <list>
3939                                <t>LinuxSampler will answer by returning the number of all active
3940                                disk streams on the sampler.</t>
3941                            </list>
3942                        </t>
3943                    </section>
3944    
3945                  <section title="Reset sampler" anchor="RESET">                  <section title="Reset sampler" anchor="RESET">
3946                      <t>The front-end can reset the whole sampler by sending the following command:</t>                      <t>The front-end can reset the whole sampler by sending the following command:</t>
3947                      <t>                      <t>
# Line 7145  Schoenebeck'> Line 7163  Schoenebeck'>
7163                  all currently active voices.</t>                  all currently active voices.</t>
7164              </section>              </section>
7165    
7166                <section title="Total number of active disk streams changed" anchor="SUBSCRIBE TOTAL_STREAM_COUNT">
7167                    <t>Client may want to be notified when the total number of disk streams on the
7168                    back-end changes by issuing the following command:</t>
7169                    <t>
7170                        <list>
7171                            <t>SUBSCRIBE TOTAL_STREAM_COUNT</t>
7172                        </list>
7173                    </t>
7174                    <t>Server will start sending the following notification messages:</t>
7175                    <t>
7176                        <list>
7177                            <t>"NOTIFY:TOTAL_STREAM_COUNT:&lt;streams&gt;"</t>
7178                        </list>
7179                    </t>
7180                    <t>where &lt;streams&gt; will be replaced by the new number of
7181                    all currently active disk streams.</t>
7182                </section>
7183    
7184              <section title="Number of MIDI instrument maps changed" anchor="SUBSCRIBE MIDI_INSTRUMENT_MAP_COUNT">              <section title="Number of MIDI instrument maps changed" anchor="SUBSCRIBE MIDI_INSTRUMENT_MAP_COUNT">
7185                  <t>Client may want to be notified when the number of MIDI instrument maps on the                  <t>Client may want to be notified when the number of MIDI instrument maps on the
7186                  back-end changes by issuing the following command:</t>                  back-end changes by issuing the following command:</t>

Legend:
Removed from v.1429  
changed lines
  Added in v.1541

  ViewVC Help
Powered by ViewVC