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:
parent
0823ee6aed
commit
6b08ced201
29 changed files with 565 additions and 144 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue