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

Fixing issue #541 where Nexus and potentially other VST/plugin hosts crash and exit unexpectedly on NAM Plugin UI open #543

Merged
merged 2 commits into from
Dec 20, 2024

Conversation

synchu
Copy link
Contributor

@synchu synchu commented Dec 10, 2024

Provides a suggested fix to #541 where NeuralAmpModelerPlugin causes plugin host(s) to crash and/or exit unexpectedly.

Description

What does your PR do?
Provides a suggested fix #541 .

PR Checklist

  • Did you format your code using [format.bash] N/A - single line

  • 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...

    • Have you ensured that the plug-in unserializes correctly?
    • Have you ensured that older versions of the plug-in load correctly? (See Unserialization.cpp.)

…n host(s) to crash and/or exit unexpectedly
@sdatkinson sdatkinson merged commit e2cd3b1 into sdatkinson:main Dec 20, 2024
2 checks passed
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.

Plugin version 0.7.12 causes Nembrini Nexus host to crash (exit unexpectedly). And proposed solution inside.
2 participants