vvvv/VL.Audio

MatrixMixer: accept Sequence<Spread<Float32>>?

gregsn opened this issue · 0 comments

value types like Float32 disable the covariance of the inner Sequence.
So accepting Sequence<Sequence<Float32>> is a bad idea, as it doesn't allow to connect Spread<Spread<Float32>>.