I want to share Raw data from beta to gamma. I tried Writer (Raw ShredMemory) but it does not seem to work. Am I missing something ?
With String data shared with SharedMemory (Windows) works fine but want to figure out how Raw data can be shared
note that vvvv beta uses double-precision, so you need to convert to Float32 in gamma, i your example, you are doing it the other way around.
no sorry, i didn’t see which Float64 node you are using.
when you convert the Spread, you need to multiply the start index by 8, because it is 8 bytes for one Float64. currently you only move the start index by one byte.