Hi,
Am I correct that identifier meant in “The Plug-in has to assign a unique 32-bit identifier to each exported parameter.” is ParameterInfo::id, and that this ID is supposed to be used by host software to identify parameters for automation?
Am I furthermore correct that the index of the parameter (as shown by e.g. VST3PluginTestHost) is not supposed to identify automatable parameters?
That is, as a plug-in developer I can change the order of parameters as I please - as long as I keep the IDs unique and identical between builds?
Thanks,
- Urs