I’ve been sitting on this for a long time. I’m not very hopeful for a solution at this point but you can check out my thread to find a bit more info on it.
Hi guys, I’m attempting to implement plugin parameter automation support in my host. The old api has been deprecated and there’s a lot of threads about AudioProcessorParameters but mostly from a plugin dev’s perspective, so it’s been a bit tough to piece some of it together from the hosting side of things. I have the following questions:
1.) I’m gathering that as a host I should be making use of parameter ID’s instead of indices. Fabian created a thread announcing support for reporting ID’s …