/[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 2139 by schoenebeck, Mon Oct 4 22:11:53 2010 UTC revision 2140 by schoenebeck, Tue Oct 5 10:35:13 2010 UTC
# Line 3502  Schoenebeck'> Line 3502  Schoenebeck'>
3502                                              effect instance respectively</t>                                              effect instance respectively</t>
3503                                          </list>                                          </list>
3504                                      </t>                                      </t>
3505                                      <t>SEND_EFFECT -                                      <t>EFFECT -
3506                                          <list>                                          <list>
3507                                              <t>destination send effect chain ID                                              <t>destination send effect chain ID
3508                                              and destination effect chain                                              and destination effect chain
# Line 3526  Schoenebeck'> Line 3526  Schoenebeck'>
3526                              <t>&nbsp;&nbsp;&nbsp;"MIDI_CONTROLLER: 91"</t>                              <t>&nbsp;&nbsp;&nbsp;"MIDI_CONTROLLER: 91"</t>
3527                              <t>&nbsp;&nbsp;&nbsp;"LEVEL: 0.3"</t>                              <t>&nbsp;&nbsp;&nbsp;"LEVEL: 0.3"</t>
3528                              <t>&nbsp;&nbsp;&nbsp;"AUDIO_OUTPUT_ROUTING: 2,3"</t>                              <t>&nbsp;&nbsp;&nbsp;"AUDIO_OUTPUT_ROUTING: 2,3"</t>
3529                                <t>&nbsp;&nbsp;&nbsp;"EFFECT: NONE"</t>
3530                                <t>&nbsp;&nbsp;&nbsp;"."</t>
3531                            </list>
3532                        </t>
3533                        <t>
3534                            <list>
3535                                <t>C: "GET FX_SEND INFO 0 1"</t>
3536                                <t>S: "NAME: Delay Send (Internal)"</t>
3537                                <t>&nbsp;&nbsp;&nbsp;"MIDI_CONTROLLER: 93"</t>
3538                                <t>&nbsp;&nbsp;&nbsp;"LEVEL: 0.51"</t>
3539                                <t>&nbsp;&nbsp;&nbsp;"AUDIO_OUTPUT_ROUTING: 1,2"</t>
3540                                <t>&nbsp;&nbsp;&nbsp;"EFFECT: 2,0"</t>
3541                              <t>&nbsp;&nbsp;&nbsp;"."</t>                              <t>&nbsp;&nbsp;&nbsp;"."</t>
3542                          </list>                          </list>
3543                      </t>                      </t>
# Line 3637  Schoenebeck'> Line 3649  Schoenebeck'>
3649                      </t>                      </t>
3650                  </section>                  </section>
3651    
3652                  <section title="Assigning destination effect to an effect send" anchor="SET FX_SEND SEND_EFFECT">                  <section title="Assigning destination effect to an effect send" anchor="SET FX_SEND EFFECT">
3653                      <t>The front-end can (re-)assign a destination effect to an                      <t>The front-end can (re-)assign a destination effect to an
3654                      effect send by sending the following command:</t>                      effect send by sending the following command:</t>
3655                      <t>                      <t>
3656                          <list>                          <list>
3657                              <t>SET FX_SEND SEND_EFFECT &lt;sampler-chan&gt; &lt;fx-send-id&gt; &lt;effect-chain&gt; &lt;chain-pos&gt;</t>                              <t>SET FX_SEND EFFECT &lt;sampler-chan&gt; &lt;fx-send-id&gt; &lt;effect-chain&gt; &lt;chain-pos&gt;</t>
3658                          </list>                          </list>
3659                      </t>                      </t>
3660                      <t>Where &lt;sampler-chan&gt; is the sampler channel number                      <t>Where &lt;sampler-chan&gt; is the sampler channel number
# Line 3678  Schoenebeck'> Line 3690  Schoenebeck'>
3690                      <t>Example:</t>                      <t>Example:</t>
3691                      <t>                      <t>
3692                          <list>                          <list>
3693                              <t>C: "SET FX_SEND SEND_EFFECT 0 0 2 5"</t>                              <t>C: "SET FX_SEND EFFECT 0 0 2 5"</t>
3694                              <t>S: "OK"</t>                              <t>S: "OK"</t>
3695                          </list>                          </list>
3696                      </t>                      </t>
3697                  </section>                  </section>
3698    
3699                  <section title="Removing destination effect from an effect send" anchor="REMOVE FX_SEND SEND_EFFECT">                  <section title="Removing destination effect from an effect send" anchor="REMOVE FX_SEND EFFECT">
3700                      <t>The front-end can (re-)assign a destination effect to an                      <t>The front-end can (re-)assign a destination effect to an
3701                      effect send by sending the following command:</t>                      effect send by sending the following command:</t>
3702                      <t>                      <t>
3703                          <list>                          <list>
3704                              <t>REMOVE FX_SEND SEND_EFFECT &lt;sampler-chan&gt; &lt;fx-send-id&gt;</t>                              <t>REMOVE FX_SEND EFFECT &lt;sampler-chan&gt; &lt;fx-send-id&gt;</t>
3705                          </list>                          </list>
3706                      </t>                      </t>
3707                      <t>Where &lt;sampler-chan&gt; is the sampler channel number                      <t>Where &lt;sampler-chan&gt; is the sampler channel number
# Line 3723  Schoenebeck'> Line 3735  Schoenebeck'>
3735                      <t>Example:</t>                      <t>Example:</t>
3736                      <t>                      <t>
3737                          <list>                          <list>
3738                              <t>C: "REMOVE FX_SEND SEND_EFFECT 0 0"</t>                              <t>C: "REMOVE FX_SEND EFFECT 0 0"</t>
3739                              <t>S: "OK"</t>                              <t>S: "OK"</t>
3740                          </list>                          </list>
3741                      </t>                      </t>
# Line 6688  Schoenebeck'> Line 6700  Schoenebeck'>
6700                  of sampler channels are fed to send effects by creating FX sends                  of sampler channels are fed to send effects by creating FX sends
6701                  to the respective sampler channel and assigning a destination                  to the respective sampler channel and assigning a destination
6702                  send effect to that FX by using the                  send effect to that FX by using the
6703                  <xref target="SET FX_SEND SEND_EFFECT">"SET FX_SEND SEND_EFFECT"</xref>                  <xref target="SET FX_SEND EFFECT">"SET FX_SEND EFFECT"</xref>
6704                  command. The latter allows to route the FX send to the beginning                  command. The latter allows to route the FX send to the beginning
6705                  of a send effect chain, as well as directly to any other                  of a send effect chain, as well as directly to any other
6706                  position of the send effect chain.</t>                  position of the send effect chain.</t>
# Line 7953  Schoenebeck'> Line 7965  Schoenebeck'>
7965                  </t>                  </t>
7966                  <t>/ SEND_EFFECT_CHAIN SP EFFECT SP device_index SP effect_chain SP chain_pos                  <t>/ SEND_EFFECT_CHAIN SP EFFECT SP device_index SP effect_chain SP chain_pos
7967                  </t>                  </t>
7968                  <t>/ FX_SEND SP SEND_EFFECT SP sampler_channel SP fx_send_id                  <t>/ FX_SEND SP EFFECT SP sampler_channel SP fx_send_id
7969                  </t>                  </t>
7970                  <t>/ DB_INSTRUMENT_DIRECTORY SP FORCE SP db_path                  <t>/ DB_INSTRUMENT_DIRECTORY SP FORCE SP db_path
7971                  </t>                  </t>
# Line 8099  Schoenebeck'> Line 8111  Schoenebeck'>
8111                  </t>                  </t>
8112                  <t>/ FX_SEND SP LEVEL SP sampler_channel SP fx_send_id SP volume_value                  <t>/ FX_SEND SP LEVEL SP sampler_channel SP fx_send_id SP volume_value
8113                  </t>                  </t>
8114                  <t>/ FX_SEND SP SEND_EFFECT SP sampler_channel SP fx_send_id SP effect_chain SP chain_pos                  <t>/ FX_SEND SP EFFECT SP sampler_channel SP fx_send_id SP effect_chain SP chain_pos
8115                  </t>                  </t>
8116                  <t>/ DB_INSTRUMENT_DIRECTORY SP NAME SP db_path SP stringval_escaped                  <t>/ DB_INSTRUMENT_DIRECTORY SP NAME SP db_path SP stringval_escaped
8117                  </t>                  </t>

Legend:
Removed from v.2139  
changed lines
  Added in v.2140

  ViewVC Help
Powered by ViewVC