On Mon, Jun 07, 2010 at 08:46:37AM -0700, Miller Puckette wrote:
I'm open to suggestions as to how to et it to work on windows though! (maybe there's an open source pipe implementation somewhere, or maybe I should hack up a shared memory version?)
It might be posible to share information using memory mapped files, via mmap() on Unixen and MapViewOfFile() on Windows.
Marvin Humphrey