Question
Plugin Development: Adding expression functions or other API for interactivity with a plugin.
Is it possible to add javascript functions that the user can interact with as an entry point for my plugin? Let's say I wanted to add an FFT function that could be run on a particular instance of my effect plugin or something like that. Could I enhance the JS programming environment or expose Js functions from my plugin?
