I’m working on a JUCE VST2 plugin and non-JUCE host. Since I’m writing both, I’d like to find a way to send custom messages between them.
I would like to have a function in my plugin that the host can call when it is loaded to retrieve a string, and a separate function which the host can use to send a string back to the plugin. I’ve been looking for a solution to this all day but I just can’t figure this one out!
I was looking into adding custom opcodes that my plugin can implement for my host dispatcher to send/receive messages. Is something like that possible?
If not, is there any simple way to send basic string messages (a “Hello World” example) between my 2 projects?
Any help would be greatly appreciated! Thank you!
