nth-input

xod/core/nth-input

Selects either `X0` or `X1` based on `IDX` index value.
nth-input
@/nth-input
Selects either `X0` or `X1` based on `IDX` index value.
IDXnumber
Index to select. All values below 1 are considered to be 0. Values of 1 and above are considered to be 1.
X0generic t1
X1generic t1 (variadic)
nth-input
OUT
IDX
X0
X1
_
OUTgeneric t1
The selected value. Equals to one of `Xi` input.
_number
Utility output needed for expanding node. Shoud be ignored by the end user.