Data Mix Mixer

N in - 1 out data Mixer. Mixes input flows together according values of an array.

Settings

mix values

Array which contains a set of values from 0 to 1.

The first value of the array determines the amount of the first data flow

  • 0: nothing,
  • 1: all the flow is passed to the output,

The second value of the array determines the amount of the second data flow and so on.

If mix value is the array [0.2,0.5,0.6,0.1] then
out = 0.2 * DataIn1 + 0.5 * DataIn2 + 0.6 * DataIn3 + 0.1 * DataIn4

data in

Data flows to mix.

out

Output result, as a mix of data 1..N according the mix values array.

See also

version 5.2.221206

Edit All Pages