Audio Mix Dispatch

1 in - N out audio dispatcher. Allows the redirection of incoming audio flows according to the value of a selector.

Settings

select

Selector value. Allows floating points values.

  • if selector = 0 then out A = in
  • if selector = 1 then out B = in
  • if selector = 0.2 then out A = 0.8 x in ; out B = 0.2 x in

in

Audio input flow(s).

out A,B,..

Audio outputs according the selector.

smooth

Module settings which determines if the value changes smoothly (ON), or abruptly (OFF).

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