/[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 221 by schoenebeck, Fri Aug 20 17:25:19 2004 UTC revision 222 by schoenebeck, Sat Aug 21 11:35:50 2004 UTC
# Line 122  Schoenebeck'> Line 122  Schoenebeck'>
122              referred in this document as "sampler channels". The channels              referred in this document as "sampler channels". The channels
123              are in such way virtual as they can be connected to an              are in such way virtual as they can be connected to an
124              arbitrary MIDI input method and arbitrary MIDI channel (e.g.              arbitrary MIDI input method and arbitrary MIDI channel (e.g.
125              sampler channel 17 could be connected to an Alsa sequencer              sampler channel 17 could be connected to an ALSA sequencer
126              device 64:0 and listening to MIDI channel 1 there). Each sampler              device 64:0 and listening to MIDI channel 1 there). Each sampler
127              engine will be assigned an own instance of one of the available              engine will be assigned an own instance of one of the available
128              sampler engines (e.g. GigEngine, DLSEngine). The audio output of              sampler engines (e.g. GigEngine, DLSEngine). The audio output of
129              each sampler channel can be routed to an arbitrary audio output              each sampler channel can be routed to an arbitrary audio output
130              method (Alsa / Jack) and an arbitrary audio output channel              method (ALSA / JACK) and an arbitrary audio output channel
131              there.</t>              there.</t>
132          </section>          </section>
133    
# Line 390  Schoenebeck'> Line 390  Schoenebeck'>
390              <section title="Configuring audio drivers">              <section title="Configuring audio drivers">
391                  <t>Instances of drivers in LinuxSampler are called devices.                  <t>Instances of drivers in LinuxSampler are called devices.
392                  You can use multiple audio devices simultaneously, e.g. to                  You can use multiple audio devices simultaneously, e.g. to
393                  output the sound of one sampler channel using the Alsa audio                  output the sound of one sampler channel using the ALSA audio
394                  output driver, and on another sampler channel you might want                  output driver, and on another sampler channel you might want
395                  to use the Jack audio output driver. For particular audio                  to use the JACK audio output driver. For particular audio
396                  output systems it's also possible to create several devices                  output systems it's also possible to create several devices
397                  of the same audio output driver, e.g. two separate Alsa                  of the same audio output driver, e.g. two separate ALSA
398                  audio output devices for using two different sound cards at                  audio output devices for using two different sound cards at
399                  the same time. This chapter describes all commands to                  the same time. This chapter describes all commands to
400                  configure LinuxSampler's audio output devices and their                  configure LinuxSampler's audio output devices and their
# Line 440  Schoenebeck'> Line 440  Schoenebeck'>
440                      <t>                      <t>
441                          <list>                          <list>
442                              <t>C: "GET AVAILABLE_AUDIO_OUTPUT_DRIVERS"</t>                              <t>C: "GET AVAILABLE_AUDIO_OUTPUT_DRIVERS"</t>
443                              <t>S: "Alsa,Jack"</t>                              <t>S: "ALSA,JACK"</t>
444                          </list>                          </list>
445                      </t>                      </t>
446                  </section>                  </section>
# Line 506  Schoenebeck'> Line 506  Schoenebeck'>
506                      <t>Example:</t>                      <t>Example:</t>
507                      <t>                      <t>
508                        <list>                        <list>
509                            <t>C: "GET AUDIO_OUTPUT_DRIVER INFO Alsa"</t>                            <t>C: "GET AUDIO_OUTPUT_DRIVER INFO ALSA"</t>
510                            <t>S: "DESCRIPTION: Advanced Linux Sound                            <t>S: "DESCRIPTION: Advanced Linux Sound
511                            Architecture"</t>                            Architecture"</t>
512                            <t>&nbsp;&nbsp;&nbsp;"VERSION: 1.0"</t>                            <t>&nbsp;&nbsp;&nbsp;"VERSION: 1.0"</t>
513                            <t>&nbsp;&nbsp;&nbsp;"PARAMETERS:                            <t>&nbsp;&nbsp;&nbsp;"PARAMETERS:
514                            driver,channels,samplerate,active,fragments,                            DRIVER,CHANNELS,SAMPLERATE,ACTIVE,FRAGMENTS,
515                            fragmentsize,card"</t>                            FRAGMENTSIZE,CARD"</t>
516                            <t>&nbsp;&nbsp;&nbsp;"."</t>                            <t>&nbsp;&nbsp;&nbsp;"."</t>
517                        </list>                        </list>
518                      </t>                      </t>
# Line 606  Schoenebeck'> Line 606  Schoenebeck'>
606                                  on, means the values for fields 'DEFAULT', 'RANGE_MIN',                                  on, means the values for fields 'DEFAULT', 'RANGE_MIN',
607                                  'RANGE_MAX' and 'POSSIBILITIES' might depend on these                                  'RANGE_MAX' and 'POSSIBILITIES' might depend on these
608                                  listed parameters, for example assuming that an audio                                  listed parameters, for example assuming that an audio
609                                  driver (like the Alsa driver) offers parameters 'card'                                  driver (like the ALSA driver) offers parameters 'card'
610                                  and 'samplerate' then parameter 'samplerate' would                                  and 'samplerate' then parameter 'samplerate' would
611                                  depend on 'card' because the possible values for                                  depend on 'card' because the possible values for
612                                  'samplerate' depends on the sound card which can be                                  'samplerate' depends on the sound card which can be
# Line 663  Schoenebeck'> Line 663  Schoenebeck'>
663                      <t>Examples:</t>                      <t>Examples:</t>
664                      <t>                      <t>
665                          <list>                          <list>
666                              <t>C: "GET AUDIO_OUTPUT_DRIVER_PARAMETER INFO Alsa card"</t>                              <t>C: "GET AUDIO_OUTPUT_DRIVER_PARAMETER INFO ALSA CARD"</t>
667                              <t>S: "DESCRIPTION: sound card to be used"</t>                              <t>S: "DESCRIPTION: sound card to be used"</t>
668                              <t>&nbsp;&nbsp;&nbsp;"TYPE: STRING"</t>                              <t>&nbsp;&nbsp;&nbsp;"TYPE: STRING"</t>
669                              <t>&nbsp;&nbsp;&nbsp;"MANDATORY: false"</t>                              <t>&nbsp;&nbsp;&nbsp;"MANDATORY: false"</t>
# Line 676  Schoenebeck'> Line 676  Schoenebeck'>
676                      </t>                      </t>
677                      <t>                      <t>
678                          <list>                          <list>
679                              <t>C: "GET AUDIO_OUTPUT_DRIVER_PARAMETER INFO Alsa samplerate"</t>                              <t>C: "GET AUDIO_OUTPUT_DRIVER_PARAMETER INFO ALSA SAMPLERATE"</t>
680                              <t>S: "DESCRIPTION: output sample rate in Hz"</t>                              <t>S: "DESCRIPTION: output sample rate in Hz"</t>
681                              <t>&nbsp;&nbsp;&nbsp;"TYPE: INT"</t>                              <t>&nbsp;&nbsp;&nbsp;"TYPE: INT"</t>
682                              <t>&nbsp;&nbsp;&nbsp;"MANDATORY: false"</t>                              <t>&nbsp;&nbsp;&nbsp;"MANDATORY: false"</t>
# Line 689  Schoenebeck'> Line 689  Schoenebeck'>
689                      </t>                      </t>
690                      <t>                      <t>
691                          <list>                          <list>
692                              <t>C: "GET AUDIO_OUTPUT_DRIVER_PARAMETER INFO Alsa samplerate card='0,0'"</t>                              <t>C: "GET AUDIO_OUTPUT_DRIVER_PARAMETER INFO ALSA SAMPLERATE CARD='0,0'"</t>
693                              <t>S: "DESCRIPTION: output sample rate in Hz"</t>                              <t>S: "DESCRIPTION: output sample rate in Hz"</t>
694                              <t>&nbsp;&nbsp;&nbsp;"TYPE: INT"</t>                              <t>&nbsp;&nbsp;&nbsp;"TYPE: INT"</t>
695                              <t>&nbsp;&nbsp;&nbsp;"MANDATORY: false"</t>                              <t>&nbsp;&nbsp;&nbsp;"MANDATORY: false"</t>
# Line 750  Schoenebeck'> Line 750  Schoenebeck'>
750                      <t>Examples:</t>                      <t>Examples:</t>
751                      <t>                      <t>
752                          <list>                          <list>
753                              <t>C: "CREATE AUDIO_OUTPUT_DEVICE Alsa"</t>                              <t>C: "CREATE AUDIO_OUTPUT_DEVICE ALSA"</t>
754                              <t>S: "OK[0]"</t>                              <t>S: "OK[0]"</t>
755                          </list>                          </list>
756                      </t>                      </t>
757                      <t>                      <t>
758                          <list>                          <list>
759                              <t>C: "CREATE AUDIO_OUTPUT_DEVICE Alsa card='2,0' samplerate=96000"</t>                              <t>C: "CREATE AUDIO_OUTPUT_DEVICE ALSA CARD='2,0' SAMPLERATE=96000"</t>
760                              <t>S: "OK[1]"</t>                              <t>S: "OK[1]"</t>
761                          </list>                          </list>
762                      </t>                      </t>
# Line 872  Schoenebeck'> Line 872  Schoenebeck'>
872                      information categories are defined (independently of device):</t>                      information categories are defined (independently of device):</t>
873                      <t>                      <t>
874                          <list>                          <list>
875                              <t>driver -                              <t>DRIVER -
876                                  <list>                                  <list>
877                                      <t>identifier of the used audio output driver, as also                                      <t>identifier of the used audio output driver, as also
878                                      returned by the "GET AVAILABLE_AUDIO_OUTPUT_DRIVERS"                                      returned by the "GET AVAILABLE_AUDIO_OUTPUT_DRIVERS"
879                                      command</t>                                      command</t>
880                                  </list>                                  </list>
881                              </t>                              </t>
882                              <t>channels -                              <t>CHANNELS -
883                                  <list>                                  <list>
884                                      <t>amount of audio output channels this device currently                                      <t>amount of audio output channels this device currently
885                                      offers</t>                                      offers</t>
886                                  </list>                                  </list>
887                              </t>                              </t>
888                              <t>samplerate -                              <t>SAMPLERATE -
889                                  <list>                                  <list>
890                                      <t>playback sample rate the device uses</t>                                      <t>playback sample rate the device uses</t>
891                                  </list>                                  </list>
892                              </t>                              </t>
893                              <t>active -                              <t>ACTIVE -
894                                  <list>                                  <list>
895                                      <t>either true or false, if false then the audio device is                                      <t>either true or false, if false then the audio device is
896                                      inactive and doesn't output any sound, nor do the                                      inactive and doesn't output any sound, nor do the
# Line 910  Schoenebeck'> Line 910  Schoenebeck'>
910                      <t>                      <t>
911                          <list>                          <list>
912                              <t>C: "GET AUDIO_OUTPUT_DEVICE INFO 0"</t>                              <t>C: "GET AUDIO_OUTPUT_DEVICE INFO 0"</t>
913                              <t>S: "driver: Alsa"</t>                              <t>S: "DRIVER: ALSA"</t>
914                              <t>&nbsp;&nbsp;&nbsp;"channels: 2"</t>                              <t>&nbsp;&nbsp;&nbsp;"CHANNELS: 2"</t>
915                              <t>&nbsp;&nbsp;&nbsp;"samplerate: 44100"</t>                              <t>&nbsp;&nbsp;&nbsp;"SAMPLERATE: 44100"</t>
916                              <t>&nbsp;&nbsp;&nbsp;"active: true"</t>                              <t>&nbsp;&nbsp;&nbsp;"ACTIVE: true"</t>
917                              <t>&nbsp;&nbsp;&nbsp;"fragments: 2"</t>                              <t>&nbsp;&nbsp;&nbsp;"FRAGMENTS: 2"</t>
918                              <t>&nbsp;&nbsp;&nbsp;"fragmentsize: 128"</t>                              <t>&nbsp;&nbsp;&nbsp;"FRAGMENTSIZE: 128"</t>
919                              <t>&nbsp;&nbsp;&nbsp;"card: '0,0'"</t>                              <t>&nbsp;&nbsp;&nbsp;"CARD: '0,0'"</t>
920                              <t>&nbsp;&nbsp;&nbsp;"."</t>                              <t>&nbsp;&nbsp;&nbsp;"."</t>
921                          </list>                          </list>
922                      </t>                      </t>
# Line 959  Schoenebeck'> Line 959  Schoenebeck'>
959                      <t>Example:</t>                      <t>Example:</t>
960                      <t>                      <t>
961                          <list>                          <list>
962                              <t>C: "SET AUDIO_OUTPUT_DEVICE_PARAMETER 0 fragmentsize=128"</t>                              <t>C: "SET AUDIO_OUTPUT_DEVICE_PARAMETER 0 FRAGMENTSIZE=128"</t>
963                              <t>S: "OK"</t>                              <t>S: "OK"</t>
964                          </list>                          </list>
965                      </t>                      </t>
# Line 1056  Schoenebeck'> Line 1056  Schoenebeck'>
1056                              <t>C: "GET AUDIO_OUTPUT_CHANNEL INFO 1 0"</t>                              <t>C: "GET AUDIO_OUTPUT_CHANNEL INFO 1 0"</t>
1057                              <t>S: "NAME: 'ardour (left)'"</t>                              <t>S: "NAME: 'ardour (left)'"</t>
1058                              <t>&nbsp;&nbsp;&nbsp;"IS_MIX_CHANNEL: false"</t>                              <t>&nbsp;&nbsp;&nbsp;"IS_MIX_CHANNEL: false"</t>
1059                              <t>&nbsp;&nbsp;&nbsp;"jack_bindings: 'ardour:0'"</t>                              <t>&nbsp;&nbsp;&nbsp;"JACK_BINDINGS: 'ardour:0'"</t>
1060                              <t>&nbsp;&nbsp;&nbsp;"."</t>                              <t>&nbsp;&nbsp;&nbsp;"."</t>
1061                          </list>                          </list>
1062                      </t>                      </t>
# Line 1154  Schoenebeck'> Line 1154  Schoenebeck'>
1154                      <t>Example:</t>                      <t>Example:</t>
1155                      <t>                      <t>
1156                          <list>                          <list>
1157                              <t>C: "GET AUDIO_OUTPUT_CHANNEL_PARAMETER INFO 1 0 jack_bindings"</t>                              <t>C: "GET AUDIO_OUTPUT_CHANNEL_PARAMETER INFO 1 0 JACK_BINDINGS"</t>
1158                              <t>S: "DESCRIPTION: bindings to other Jack clients"</t>                              <t>S: "DESCRIPTION: bindings to other JACK clients"</t>
1159                              <t>&nbsp;&nbsp;&nbsp;"TYPE: STRING"</t>                              <t>&nbsp;&nbsp;&nbsp;"TYPE: STRING"</t>
1160                              <t>&nbsp;&nbsp;&nbsp;"FIX: false"</t>                              <t>&nbsp;&nbsp;&nbsp;"FIX: false"</t>
1161                              <t>&nbsp;&nbsp;&nbsp;"MULTIPLICITY: true"</t>                              <t>&nbsp;&nbsp;&nbsp;"MULTIPLICITY: true"</t>
# Line 1201  Schoenebeck'> Line 1201  Schoenebeck'>
1201                      <t>Example:</t>                      <t>Example:</t>
1202                      <t>                      <t>
1203                          <list>                          <list>
1204                              <t>C: "SET AUDIO_OUTPUT_CHANNEL PARAMETER 0 0 jack_bindings='PCM:0'"</t>                              <t>C: "SET AUDIO_OUTPUT_CHANNEL PARAMETER 0 0 JACK_BINDINGS='PCM:0'"</t>
1205                              <t>S: "OK"</t>                              <t>S: "OK"</t>
1206                          </list>                          </list>
1207                      </t>                      </t>
# Line 1217  Schoenebeck'> Line 1217  Schoenebeck'>
1217              <section title="Configuring MIDI input drivers">              <section title="Configuring MIDI input drivers">
1218                  <t>Instances of drivers in LinuxSampler are called devices. You can use                  <t>Instances of drivers in LinuxSampler are called devices. You can use
1219                  multiple MIDI devices simultaneously, e.g. to use MIDI over ethernet as                  multiple MIDI devices simultaneously, e.g. to use MIDI over ethernet as
1220                  MIDI input on one sampler channel and Alsa as MIDI input on another sampler                  MIDI input on one sampler channel and ALSA as MIDI input on another sampler
1221                  channel. For particular MIDI input systems it's also possible to create                  channel. For particular MIDI input systems it's also possible to create
1222                  several devices of the same MIDI input type. This chapter describes all                  several devices of the same MIDI input type. This chapter describes all
1223                  commands to configure LinuxSampler's MIDI input devices and their parameters.</t>                  commands to configure LinuxSampler's MIDI input devices and their parameters.</t>
# Line 1260  Schoenebeck'> Line 1260  Schoenebeck'>
1260                      <t>                      <t>
1261                          <list>                          <list>
1262                              <t>C: "GET AVAILABLE_MIDI_INPUT_DRIVERS"</t>                              <t>C: "GET AVAILABLE_MIDI_INPUT_DRIVERS"</t>
1263                              <t>S: "Alsa,Jack"</t>                              <t>S: "ALSA,JACK"</t>
1264                          </list>                          </list>
1265                      </t>                      </t>
1266                  </section>                  </section>
# Line 1310  Schoenebeck'> Line 1310  Schoenebeck'>
1310    
1311                      <t>                      <t>
1312                          <list>                          <list>
1313                              <t>C: "GET MIDI_INPUT_DRIVER INFO Alsa"</t>                              <t>C: "GET MIDI_INPUT_DRIVER INFO ALSA"</t>
1314                              <t>S: "DESCRIPTION: Advanced Linux Sound Architecture"</t>                              <t>S: "DESCRIPTION: Advanced Linux Sound Architecture"</t>
1315                              <t>&nbsp;&nbsp;&nbsp;"VERSION: 1.0"</t>                              <t>&nbsp;&nbsp;&nbsp;"VERSION: 1.0"</t>
1316                              <t>&nbsp;&nbsp;&nbsp;"PARAMETERS: driver,active"</t>                              <t>&nbsp;&nbsp;&nbsp;"PARAMETERS: DRIVER,ACTIVE"</t>
1317                              <t>&nbsp;&nbsp;&nbsp;"."</t>                              <t>&nbsp;&nbsp;&nbsp;"."</t>
1318                          </list>                          </list>
1319                      </t>                      </t>
# Line 1400  Schoenebeck'> Line 1400  Schoenebeck'>
1400                                  on, means the values for fields 'DEFAULT', 'RANGE_MIN',                                  on, means the values for fields 'DEFAULT', 'RANGE_MIN',
1401                                  'RANGE_MAX' and 'POSSIBILITIES' might depend on these                                  'RANGE_MAX' and 'POSSIBILITIES' might depend on these
1402                                  listed parameters, for example assuming that an audio                                  listed parameters, for example assuming that an audio
1403                                  driver (like the Alsa driver) offers parameters 'card'                                  driver (like the ALSA driver) offers parameters 'card'
1404                                  and 'samplerate' then parameter 'samplerate' would                                  and 'samplerate' then parameter 'samplerate' would
1405                                  depend on 'card' because the possible values for                                  depend on 'card' because the possible values for
1406                                  'samplerate' depends on the sound card which can be                                  'samplerate' depends on the sound card which can be
# Line 1457  Schoenebeck'> Line 1457  Schoenebeck'>
1457                      <t>Example:</t>                      <t>Example:</t>
1458                      <t>                      <t>
1459                          <list>                          <list>
1460                              <t>C: "GET MIDI_INPUT_DRIVER_PARAMETER INFO Alsa active"</t>                              <t>C: "GET MIDI_INPUT_DRIVER_PARAMETER INFO ALSA ACTIVE"</t>
1461                              <t>S: "DESCRIPTION: Whether device is enabled"</t>                              <t>S: "DESCRIPTION: Whether device is enabled"</t>
1462                              <t>&nbsp;&nbsp;&nbsp;"TYPE: BOOL"</t>                              <t>&nbsp;&nbsp;&nbsp;"TYPE: BOOL"</t>
1463                              <t>&nbsp;&nbsp;&nbsp;"MANDATORY: false"</t>                              <t>&nbsp;&nbsp;&nbsp;"MANDATORY: false"</t>
# Line 1511  Schoenebeck'> Line 1511  Schoenebeck'>
1511                      <t>Example:</t>                      <t>Example:</t>
1512                      <t>                      <t>
1513                          <list>                          <list>
1514                              <t>C: "CREATE MIDI_INPUT_DEVICE Alsa"</t>                              <t>C: "CREATE MIDI_INPUT_DEVICE ALSA"</t>
1515                              <t>S: "OK[0]"</t>                              <t>S: "OK[0]"</t>
1516                          </list>                          </list>
1517                      </t>                      </t>
# Line 1663  Schoenebeck'> Line 1663  Schoenebeck'>
1663                      <t>                      <t>
1664                          <list>                          <list>
1665                              <t>C: "GET MIDI_INPUT_DEVICE INFO 0"</t>                              <t>C: "GET MIDI_INPUT_DEVICE INFO 0"</t>
1666                              <t>S: "driver: Alsa"</t>                              <t>S: "DRIVER: ALSA"</t>
1667                              <t>&nbsp;&nbsp;&nbsp;"active: true"</t>                              <t>&nbsp;&nbsp;&nbsp;"ACTIVE: true"</t>
1668                              <t>&nbsp;&nbsp;&nbsp;"."</t>                              <t>&nbsp;&nbsp;&nbsp;"."</t>
1669                          </list>                          </list>
1670                      </t>                      </t>
# Line 1748  Schoenebeck'> Line 1748  Schoenebeck'>
1748                      <t>                      <t>
1749                          <list>                          <list>
1750                              <t>C: "GET MIDI_INPUT_PORT INFO 0 0"</t>                              <t>C: "GET MIDI_INPUT_PORT INFO 0 0"</t>
1751                              <t>S: "name: 'Masterkeyboard'"</t>                              <t>S: "NAME: 'Masterkeyboard'"</t>
1752                              <t>&nbsp;&nbsp;&nbsp;"alsa_seq_bindings: '64:0'"</t>                              <t>&nbsp;&nbsp;&nbsp;"ALSA_SEQ_BINDINGS: '64:0'"</t>
1753                              <t>&nbsp;&nbsp;&nbsp;"."</t>                              <t>&nbsp;&nbsp;&nbsp;"."</t>
1754                          </list>                          </list>
1755                      </t>                      </t>
# Line 1846  Schoenebeck'> Line 1846  Schoenebeck'>
1846                      <t>Example:</t>                      <t>Example:</t>
1847                      <t>                      <t>
1848                          <list>                          <list>
1849                              <t>C: "GET MIDI_INPUT_PORT_PARAMETER INFO 0 0 alsa_seq_bindings"</t>                              <t>C: "GET MIDI_INPUT_PORT_PARAMETER INFO 0 0 ALSA_SEQ_BINDINGS"</t>
1850                              <t>S: "DESCRIPTION: bindings to other Alsa sequencer clients"</t>                              <t>S: "DESCRIPTION: bindings to other ALSA sequencer clients"</t>
1851                              <t>"TYPE: STRING"</t>                              <t>&nbsp;&nbsp;&nbsp;"TYPE: STRING"</t>
1852                              <t>&nbsp;&nbsp;&nbsp;"FIX: false"</t>                              <t>&nbsp;&nbsp;&nbsp;"FIX: false"</t>
1853                              <t>&nbsp;&nbsp;&nbsp;"MULTIPLICITY: true"</t>                              <t>&nbsp;&nbsp;&nbsp;"MULTIPLICITY: true"</t>
1854                              <t>&nbsp;&nbsp;&nbsp;"POSSIBILITES: '64:0','68:0','68:1'"</t>                              <t>&nbsp;&nbsp;&nbsp;"POSSIBILITES: '64:0','68:0','68:1'"</t>
# Line 2500  Schoenebeck'> Line 2500  Schoenebeck'>
2500                              <t>SET CHANNEL AUDIO_OUTPUT_TYPE &lt;sampler-channel&gt; &lt;audio-output-type&gt;</t>                              <t>SET CHANNEL AUDIO_OUTPUT_TYPE &lt;sampler-channel&gt; &lt;audio-output-type&gt;</t>
2501                          </list>                          </list>
2502                      </t>                      </t>
2503                      <t>Where &lt;audio-output-type&gt; is currently either "Alsa" or "Jack" and                      <t>Where &lt;audio-output-type&gt; is currently either "ALSA" or "JACK" and
2504                      &lt;sampler-channel&gt; is the respective sampler channel number.</t>                      &lt;sampler-channel&gt; is the respective sampler channel number.</t>
2505    
2506                      <t>Possible Answers:</t>                      <t>Possible Answers:</t>
# Line 2626  Schoenebeck'> Line 2626  Schoenebeck'>
2626                              <t>SET CHANNEL MIDI_INPUT_TYPE &lt;sampler-channel&gt; &lt;midi-input-type&gt;</t>                              <t>SET CHANNEL MIDI_INPUT_TYPE &lt;sampler-channel&gt; &lt;midi-input-type&gt;</t>
2627                          </list>                          </list>
2628                      </t>                      </t>
2629                      <t>Where &lt;midi-input-type&gt; is currently only "Alsa" and                      <t>Where &lt;midi-input-type&gt; is currently only "ALSA" and
2630                      &lt;sampler-channel&gt; is the respective sampler channel number.</t>                      &lt;sampler-channel&gt; is the respective sampler channel number.</t>
2631    
2632                      <t>Possible Answers:</t>                      <t>Possible Answers:</t>

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

  ViewVC Help
Powered by ViewVC