Hello long-time Juicers,
I have a newbie question:
Using the provided example ‘Audio plugin host’, I would like to change the parameter of a loaded plugin programmatically, ie from within the code. The plugin in question is Aethereal (free).
Let’s say, i would like to change the parameter called ‘Amp1-Attack’ every 10s, setting it to 1,2,3,4 etc.
How would i go about this? Is the audio plugin host the best example to base my program on? Is there a way to automatically load the plugin at startup?