Hey everyone
I’ve been messing around with HostPluginDemo and I’m getting to the point where I’d like to forward the inner plugin’s parameters (add them to HostPluginDemo’s parameter list and hook up them up to the corresponding parameters of the inner plugin) so that the DAW can automate them
The issue is, everything I’ve read says that dynamically adding/removing parameters doesn’t work (hosts don’t support it). So how do I go about this?
Would it be possible to allocate a bunch of parameters up front, and then change their names and ranges dynamically whenever the inner plugin is changed? I can’t make any assumptions about the parameters I’ll have to forward. They could be ints, floats, enums, etc., so that might make this approach difficult/infeasible.
Or (worst case scenario) will I have to force the user to close and reopen the outer plugin every time they swap out the inner plugin, so that I can give the outer plugin a fresh parameter list?
Or is there another way to go about this?
Thanks in advance
