/[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 206 by schoenebeck, Wed Jul 14 19:27:53 2004 UTC revision 221 by schoenebeck, Fri Aug 20 17:25:19 2004 UTC
# Line 1861  Schoenebeck'> Line 1861  Schoenebeck'>
1861                      <t>Use the following command to alter a specific setting of a MIDI input port:</t>                      <t>Use the following command to alter a specific setting of a MIDI input port:</t>
1862                      <t>                      <t>
1863                          <list>                          <list>
1864                              <t>SET MIDI_INPUT_PORT PARAMETER &lt;device-id&gt; &lt;port&gt; &lt;key&gt;=&lt;value&gt;</t>                              <t>SET MIDI_INPUT_PORT_PARAMETER &lt;device-id&gt; &lt;port&gt; &lt;key&gt;=&lt;value&gt;</t>
1865                          </list>                          </list>
1866                      </t>                      </t>
1867    
# Line 2967  Schoenebeck'> Line 2967  Schoenebeck'>
2967                      LinuxSampler than really useful for a front-end implementation.</t>                      LinuxSampler than really useful for a front-end implementation.</t>
2968                  </section>                  </section>
2969              </section>              </section>
2970    
2971                <section title="Global commands">
2972                    <t>The following commands have global impact on the sampler.</t>
2973    
2974                    <section title="Reset sampler">
2975                        <t>The front-end can reset the whole sampler by sending the following command:</t>
2976                        <t>
2977                            <list>
2978                                <t>RESET</t>
2979                            </list>
2980                        </t>
2981    
2982                        <t>Possible Answers:</t>
2983                        <t>
2984                            <list>
2985                                <t>"OK" -
2986                                    <list>
2987                                        <t>always</t>
2988                                    </list>
2989                                </t>
2990                            </list>
2991                        </t>
2992                        <t>Examples:</t>
2993                        <t>
2994                            <list>
2995                                <t></t>
2996                            </list>
2997                        </t>
2998                    </section>
2999                </section>
3000          </section>          </section>
3001    
3002          <section title="Command Syntax">          <section title="Command Syntax">
3003              <t>TODO: will soon automatically included from src/network/lscp.y</t>              <t>TODO: will soon automatically included from src/network/lscp.y,
3004                meanwhile have a look at that file to get the exact definition of
3005                the command syntax.</t>
3006          </section>          </section>
3007    
3008          <section title="Events">          <section title="Events">

Legend:
Removed from v.206  
changed lines
  Added in v.221

  ViewVC Help
Powered by ViewVC