String Mix Dispatch

String dispatcher. Redirects incoming string flows according to the value of a selector.

Settings

selector

Selector value.

  • 0 : the input is copied to the output 1.
  • 1 : the input is copied to the output 2.
  • 2 : the input is copied to the output 3.
  • etc.

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).

legacy selector input range

When ON, the selector inlet acts as legacy behavior in the range [0..N]: the value 0 has no effect. When OFF, the selector is in the range [0..N-1], 0:in/out 1, 1: in/out 2, etc.

See also

version 6.0.240115

Edit All Pages