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

Fix for Cantabile loading saved Stochas state #44

Merged
merged 1 commit into from
Oct 14, 2020

Conversation

rudeog
Copy link
Collaborator

@rudeog rudeog commented Oct 14, 2020

It looks like Cantabile fires up the plugin editor, then destroys it
before loading the saved project. There is a notifier callback that the
plugin calls that is owned by the editor. since it was destroyed the
callback object became invalid. solution is to clear the notifier when
the plugin editor is destroyed so that it doesn't call it.

It looks like Cantabile fires up the plugin editor, then destroys it
before loading the saved project. There is a notifier callback that the
plugin calls that is owned by the editor. since it was destroyed the
callback object became invalid. solution is to clear the notifier when
the plugin editor is destroyed so that it doesn't call it.
@rudeog rudeog merged commit 987278a into surge-synthesizer:main Oct 14, 2020
@rudeog rudeog deleted the cantabile_bug branch October 23, 2024 18:55
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.

1 participant