I need to share a variable and a realtime signal between two instances of the same App compiled using IPlug2, I can do it when I compile VST3, CLAP and AU always using static global variables and obviously sharing the same HOST.
Is there a way to build the APP with that function? Should I use Pipes, IPC?
Thanks!!!