Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backward-compatible unserialization to v0.7.3 #532

Merged
merged 6 commits into from
Nov 23, 2024
Merged

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
1 participant