Color Mix Selector

N in - 1 out color selector. Allows the selection of color flows according to the value of a selector.

This modules works also with color-array modules.

Can be a float value, to create smooth cross

fades between colors.

Settings

select

Selector value.

  • if selector = 0 then out = input-1
  • if selector = 1 then out = input-2
  • if selector = 1.4 then out = 60% input2 + 40% input3

val

Possible color values.

out

Selected value:

  • If the selector value is 1 the output value is Val1
  • If the selector value is 2 the output value is Val2, 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 5.2.221206

Edit All Pages