I need to set up a (bidirectional) communication channel between a C# application and a Max for Live Patch (Max 6).
One can run JavaScript inside a Max patch (pretty lightweight) and I thought about using named pipes inside JS for sending data out to a C# server. However I have no clue how to set them up in the Max environment because things like ActiveXObject cannot be used.
Is this possible to achieve or do I have to write a Max Extension in C as a proxy?
(Or should I rather go with a network connection?) Any hints welcome!
Regards, Moritz