Skip to content

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

Open
@theglobe

Description

@theglobe

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions