The output is mixed from an array of inputs, linearly interpolating from a number of adjacent channels. A focus argument allows to control how many adjacent sources are mixed.
which |
Index of the selected input, which is also the center of the selection for a focus > 0. |
array |
A collection of inputs. |
focus |
The "fuzziness" of the selection: the larger the focus, the less adjacent inputs are mixed in. |
wrap |
If set to true, index will wrap around the array of inputs (see also: Array: -wrapAt). |