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

VST plugin: Editor crashes when the plugin does not provide a panel. #2

Open
theglobe opened this issue Oct 8, 2020 · 0 comments
Open

Comments

@theglobe
Copy link

theglobe commented Oct 8, 2020

In void VSTPluginInstance::startEditing(HWND hWnd, short* width, short* height), rect is used without checking that the plugin has initialized it, which leads to a crash when clicking "Open panel" for the plugin.

Some plugins do not implement a GUI and rely on the host to set the parameters for them or have no parameters to set.

See werman/noise-suppression-for-voice#44 for a workaround

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

No branches or pull requests

1 participant