You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: