Hi,
I have a .NET Nuget (ie. not VL Nuget) that I want to use in VL. It has an operation that requires a MutableArray. It is inside a ForEach region, and I want to feed it a slice of floats from vvvv with bin size. How do I do this? I know the splicer will give me the spread input and the bin size pin, but inside the ForEach region it becomes just Float32 after the splicer, so it looks like I’m losing the bin sizes there.
Thanks, Szabi