Is there any info on sending data from other apps to vvvv trough shared memory? Is the shared memory node using memory mapped files?
I checked the help patch of Reader/Writer Raw SharedMemory node but it’s not clear for me if vvvv uses memory mapped files then why it uses “names” instead of filenames to identify memory locations?
ok, i only knew of anonymous so far, which the Reader/Writer (Raw SharedMemory) are using. if you need a persistent file you’ll have to write your own little plugin.
seems to be just a few lines of code, see:
and here is how to write a dynamic plugin in vvvv using c#: