String Mix Dispatch
String dispatcher. Redirects incoming string flows according to the
value of a selector.
Settings
select
Selector value.
- 1 : the input is copied to the output 1.
- 2 : the input is copied to the output 2.
- 3 : the input is copied to the output 3.
- etc.
- 0 : it does nothing (sometime helpful…).
in
Input string(s).
out
Output string(s).
Dispatched value:
- if the selector value is 1 the input value is redirected to out 1,
- if the selector value is 2 the input value is redirected to out 2,
- etc.
if the selector value is 0 it does nothing (sometime helpful).
See also