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
{{ message }}
This repository has been archived by the owner on Sep 6, 2019. It is now read-only.
solved this problem for me. I'm not sure if this NULL check will break anything else, or if anyone else is having this problem, but it has fixed it for me. (I also similarly changed the next line for outputs to be safe)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I found this error on Windows 64-bit when working through the tutorial (the MIDI synthesis bit), in the file WDL/IPlug/IPlugVST3.cpp line 278.
This occurred when running the VST3 in the Steinberg VST3 Test Host 64 bit. I have all up-to-date SDKs I believe.
The inputs parameter is passed in as NULL when the plugin requests 0 inputs.
Changing line 278 to
solved this problem for me. I'm not sure if this NULL check will break anything else, or if anyone else is having this problem, but it has fixed it for me. (I also similarly changed the next line for outputs to be safe)
The text was updated successfully, but these errors were encountered: