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.
HISE | Scripting | GlobalRoutingManager, OSC
A HISE-wide message system for sending / receiving normalized float numbers
(docs.hise.audio)
-
@oskarsh
I'll take a look at that. Thanks to you! :-)