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 VST3 assertion condition on set_io_mode() (must be before "initialize") #468

Merged
merged 1 commit into from
Sep 29, 2024

Conversation

atsushieno
Copy link

Fixes #466

…lize")

From VST3 documentation on IComponent initialization https://steinbergmedia.github.io/vst3_dev_portal/pages/Technical+Documentation/API+Documentation/Index.html :

> Hosts should not call other functions before initialize is called, with
> the sole exception of Steinberg::Vst::IComponent::setIoMode which must
> be called before initialize.
@falkTX falkTX merged commit 4cb04e6 into DISTRHO:develop Sep 29, 2024
40 of 43 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.

2 participants