Data Mix Dispatch Crossfade

1 in - N out data dispatcher with a cross fade. Allows the redirection of incoming data flows according to the value of a selector.

Unlike the data-mix-dispatch this module accepts floating point value for the selector to get cross-faded data values.

This module can't work with audio an MIDI flows so use use the audio-mix-dispatch and midi-mix-dispatch modules.

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.
  • 1.5 : the input is copied 0.5 x to the output 1 and 0.5 x output 2.

in

Input Data flow(s).

out

Output Data flow(s).

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