Two instances of a plug-in should communicate with each other
-
Is there a way for two instances of a plug-in to communicate with each other without using external JSON or text files, for example?
So I have two different tracks in a DAW, load an instance of the plug-in into each track and these should then communicate with each other.
Thank you very much
Oli -
@Oli-Ullmann Yes should be possible to send OSC messages between these Plugins.
https://docs.hise.audio/scripting/scripting-api/globalroutingmanager/index.html#sendoscmessage
-
@oskarsh
I'll take a look at that. Thanks to you! :-)