Closed ggenesum closed 1 year ago
Is there a free VST that have been tested on windows i can use to test this code ?
Can you try this plugin: https://github.com/DBraun/DawDreamer/blob/main/tests/plugins/Dimension%20Expander_x64.dll
Maybe you can test one parameter at a time rather than using random.uniform? That would be more reproducible and helpful for me.
Maybe it’s an issue of DawDreamer 0.6.15? Could you try 0.6.14? I’ll try it later today.
You were right, the random parameters where causing the reverb to be bypassed. I did not know fabfilter pro-R as a bypass as it is not shown in their interface.
elif not 'input' in param_name and not 'output' in param_name and param_name != 'Bypass' and param_name != 'Host Bypass':
fabfilter Pro-R is working perfectly with DAWDreamer on Windows.
Fabfilter Pro-Q is working on windows
Great! Is there a remaining issue?
Closing, please re-open if an issue persists.
Hello,
Im trying to add reverb to an audio file using a vst plugin. Ive tried fabfitler and many other vst2/vst3 plugins I have. However, when I listen to the ouput.wav file, i hear the playback unchanged, with no reverb. When I display the plugin GUI, i can see the aggressive settings I should easily be able to hear if they were applied.