1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

VST3: Add support for parameter migration

This commit is contained in:
Anthony Nicholls 2024-09-13 14:22:35 +01:00
parent 0823ee6aed
commit 6b08ced201
29 changed files with 565 additions and 144 deletions

View file

@ -1154,7 +1154,11 @@ public:
See also the helper function getXmlFromBinary() for loading settings as XML.
@see setCurrentProgramStateInformation
VST3ClientExtensions::getCompatibleParameterIds() will always be called after
setStateInformation() therefore you can use information from the plugin state
to determine which parameter mapping to use if necessary.
@see setCurrentProgramStateInformation, VST3ClientExtensions::getCompatibleParameterIds
*/
virtual void setStateInformation (const void* data, int sizeInBytes) = 0;