Is it possible to link parameters between plugins?
-
Hello.
Can i link the same parameter between plugin instances? The most basic example of what I mean is the Blue Cat's Gain Suite, which lets you add each plugin instance to a group, and that way all of the instances of the same group will have the save settings.What's the easies way to achieve this?
Thanks. -
@Bicrome This is a very good question that hasn't been raised for a while. I think brands who are doing this are using specific pipe/thread communication.
@aaronventure did it using OSC protocol:
https://forum.hise.audio/topic/9119/osc-for-crosstalk-one-manager-for-sending-another-for-receivingas well someone else way before that I can't remember...
-
@ustk OSC doesn't work. You need to write to a file and read it on a timer. It's dirty as hell but it works.
Named pipe or some other memory-based solution would be much better, though, and a lot faster (no filesystem access needed).
Named Pipe idea
@Christoph-Hart This is my entire class. It works great. I have a value change broadcaster for all my controls, and it checks for the condition (key modifier...
Forum (forum.hise.audio)