Plugin/extension communication
Hi!
I'm building a c++ transmitter plugin based on the template in the sdk.
I also want to control some of its settings from an html based panel extension, while also being able to send some feedback back. How would I be able to implement a straightforward messaging system between the panel's js. code to the c++ plugin? I know Adobe Illustrator implements a similar functionality but it seems to be based on illustrator-specific libraries.
