Mix
This Node makes it possible to mix numeric values of two Arrays. The first value of the Array In Array will be mixed with the first value of the Target Array and then applied to the first index of the Result Array. The values of both Arrays will be applied accordingly. The Result Array will be assigned as many entries as the shortest input Array. Ideally, you should ensure that both input Arrays have the same number of values.
Various modes can be used at the Node that can be used to define the value transition or the individual mixing of values.