switch-case

xod/core/switch-case

Outputs Yn value when the corresponding Xn equals IN. If IN is not found among Xns, outputs DEF.
switch-case
@/switch-case
Outputs Yn value when the corresponding Xn equals IN. If IN is not found among Xns, outputs DEF.
INgeneric t1
DEFgeneric t2
Default value that is emitted if IN did not match any Xns
X1generic t1 (variadic)
Y1generic t2 (variadic)
switch-case
IN
DEF
X1
Y1
OUT
OUTgeneric t2