Patrick Desaulniers

Results 118 comments of Patrick Desaulniers

Hello, I haven't tried to compile the program on an actual Windows machine myself, so it's a bit difficult for me to troubleshoot this. Also, I am not familiar with...

Hello! I have a few questions: - Can you still reproduce this issue with the latest git build? https://github.com/wolf-plugins/wolf-shaper/suites/18107211264/artifacts/1043744554 - Is Cubase 10 able to detect the VST2 version of...

> how am I supposed to build is running 'make' just enough in order to try and build with a makefile or maybe I need to add some other options?...

> I managed to build and run the standalone .exe and load the .vst3 in Ableton Live Awesome! > In my opinion adding some guidelines for Windows (or cmake?) compilation...

Another feature that would be very nice in my opinion: https://github.com/wolf-plugins/wolf-shaper/issues/47 This feature would tackle a lot of existing issues at once, and it wouldn't involve complicated DSP :)

Thanks for reporting this issue! I can reproduce the bug with the oversampling control. I will look into it.

At first I suspected an UB issue, but it seems like Valgrind does not detect memory errors in this specific case. I can reproduce the issue when the plugin is...

Somehow, the issue appears to be caused by the flag `-ffast-math`. I have temporarily added `-fno-fast-math` to the compiler flags, and now the oversampling control does not cause the plugin...

More specifically, the issue seems related to `-ffinite-math-only`, which is enabled by `-ffast-math`. > Allow optimizations for floating-point arithmetic that assume that arguments and results are not NaNs or +-Infs....

Hello, thanks for the issue and PR! The plugin was implemented this way in order to avoid distortion in the 'default graph' state. If we clip the signal at +/-...