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

Can't load Model D VST3 (which works in pedalboard) #187

Open
turian opened this issue Nov 29, 2023 · 1 comment
Open

Can't load Model D VST3 (which works in pedalboard) #187

turian opened this issue Nov 29, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@turian
Copy link

turian commented Nov 29, 2023

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.

@turian
Copy link
Author

turian commented Nov 29, 2023

Related to #86

@DBraun DBraun self-assigned this Nov 29, 2023
@DBraun DBraun added the bug Something isn't working label Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants