Skip to content

Conversation

@sdatkinson
Copy link
Owner

Thanks for making a Pull Request!
Please fill out this template so that you can be sure that your PR does everything it needs to be accepted.

Description

Older versions of the plugin back to 0.7.3 (maybe 0.7.0) unserialize into a reasonable state for the current version.
Resolves #526.

PR Checklist

  • Did you format your code using format.bash?
  • Does the VST3 plugin pass all of the unit tests in the VST3PluginTestHost? (Download it as part of the VST3 SDK here.)
    • Windows
    • macOS
  • Does your PR add, remove, or rename any plugin parameters?
    • If yes, then have you ensured that older versions of the plug-in load correctly? (Usually, this means writing a new legacy unserialization function like _UnserializeStateLegacy_0_7_9.)

@sdatkinson sdatkinson merged commit 1960e35 into main Nov 23, 2024
2 checks passed
@sdatkinson sdatkinson deleted the 526-unserialize branch November 23, 2024 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

v0.7.12: Backward-compatible unserialization

2 participants