--- web/trunk/www.linuxsampler.org/api/draft-linuxsampler-protocol.html 2010/10/05 10:35:13 2140 +++ web/trunk/www.linuxsampler.org/api/draft-linuxsampler-protocol.html 2010/10/05 10:36:00 2141 @@ -322,9 +322,9 @@ Changing effect send's name
        6.4.31.  Altering effect send's audio routing
-        6.4.32.  +        6.4.32.  Assigning destination effect to an effect send
-        6.4.33.  +        6.4.33.  Removing destination effect from an effect send
        6.4.34.  Altering effect send's MIDI controller
@@ -5486,7 +5486,7 @@ -

SEND_EFFECT - +

EFFECT -

destination send effect chain ID @@ -5522,6 +5522,28 @@

   "AUDIO_OUTPUT_ROUTING: 2,3"

+

   "EFFECT: NONE" +

+

   "." +

+

+ +

+

+

+
+

C: "GET FX_SEND INFO 0 1" +

+

S: "NAME: Delay Send (Internal)" +

+

   "MIDI_CONTROLLER: 93" +

+

   "LEVEL: 0.51" +

+

   "AUDIO_OUTPUT_ROUTING: 1,2" +

+

   "EFFECT: 2,0" +

   "."

@@ -5676,7 +5698,7 @@

-

+

 TOC 

6.4.32.  Assigning destination effect to an effect send

@@ -5687,7 +5709,7 @@

-

SET FX_SEND SEND_EFFECT <sampler-chan> <fx-send-id> <effect-chain> <chain-pos> +

SET FX_SEND EFFECT <sampler-chan> <fx-send-id> <effect-chain> <chain-pos>

@@ -5736,14 +5758,14 @@

-

C: "SET FX_SEND SEND_EFFECT 0 0 2 5" +

C: "SET FX_SEND EFFECT 0 0 2 5"

S: "OK"

-

+

 TOC 

6.4.33.  Removing destination effect from an effect send

@@ -5754,7 +5776,7 @@

-

REMOVE FX_SEND SEND_EFFECT <sampler-chan> <fx-send-id> +

REMOVE FX_SEND EFFECT <sampler-chan> <fx-send-id>

@@ -5801,7 +5823,7 @@

-

C: "REMOVE FX_SEND SEND_EFFECT 0 0" +

C: "REMOVE FX_SEND EFFECT 0 0"

S: "OK"

@@ -10113,7 +10135,7 @@ of sampler channels are fed to send effects by creating FX sends to the respective sampler channel and assigning a destination send effect to that FX by using the - "SET FX_SEND SEND_EFFECT" (Assigning destination effect to an effect send) + "SET FX_SEND EFFECT" (Assigning destination effect to an effect send) command. The latter allows to route the FX send to the beginning of a send effect chain, as well as directly to any other position of the send effect chain. @@ -11898,7 +11920,7 @@

/ SEND_EFFECT_CHAIN SP EFFECT SP device_index SP effect_chain SP chain_pos

-

/ FX_SEND SP SEND_EFFECT SP sampler_channel SP fx_send_id +

/ FX_SEND SP EFFECT SP sampler_channel SP fx_send_id

/ DB_INSTRUMENT_DIRECTORY SP FORCE SP db_path @@ -12117,7 +12139,7 @@

/ FX_SEND SP LEVEL SP sampler_channel SP fx_send_id SP volume_value

-

/ FX_SEND SP SEND_EFFECT SP sampler_channel SP fx_send_id SP effect_chain SP chain_pos +

/ FX_SEND SP EFFECT SP sampler_channel SP fx_send_id SP effect_chain SP chain_pos

/ DB_INSTRUMENT_DIRECTORY SP NAME SP db_path SP stringval_escaped