We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to load the Moog Model D VST3
import dawdreamer as daw engine = daw.RenderEngine(48000, 1024) synth = engine.make_plugin_processor("modeld", "/Library/Audio/Plug-Ins/VST3/Model D.vst3")
gives
error: attempt to map invalid URI `/Library/Audio/Plug-Ins/VST3/Model D.vst3'
synth.load_preset
returns True and the get_parameters_description() appears to have the correct names, but doesn't load the values. And the renders are empty.
get_parameters_description()
The text was updated successfully, but these errors were encountered:
Related to #86
Sorry, something went wrong.
DBraun
No branches or pull requests
I'm trying to load the Moog Model D VST3
gives
returns True and the
get_parameters_description()
appears to have the correct names, but doesn't load the values. And the renders are empty.The text was updated successfully, but these errors were encountered: