Sudara

Results 201 comments of Sudara

Thanks for this! Do either of these fix the warning on C++17? I'm on C++20 for my own project, but this library has to stay compatible with C++17 (JUCE 8's...

> I've been playing with this on [godbolt](https://godbolt.org/z/sMKbWzaxM) and I guess a solution could be using __VA_OPT__ for C++20 and then just suppressing the warning on Clang/C++17. Nice! Yeah, that...

Wow. Thanks for the details. I haven't heard of this before. The only thing suspicious to me is that *without* mela perfetto your SharedCode.lib is already 2GB! I would focus...

Unless there are Reasons why the project is that big, something seems pretty wrong, for example [ODR violations](https://en.wikipedia.org/wiki/One_Definition_Rule) where the compiled code somehow has a multitude of copies of the...

Hi there — can you confirm the folder you are giving Projucer has the file melatonin_blur.h in it? (I wonder if there’s an extra folder or something if it was...

Ok thank you, I will add this to the docs!

Added to the new docs here, thanks for reporting: https://melatonin.dev/manuals/melatonin-blur/installation/projucer/#dont-use-git

> Is it possible to debug a VST in the AudioPluginHost or a DAW? Definitely! I use the AudioPluginHost daily. The setup will depend on your IDE. Once you have...

oh were you just using cmake to build the binaries before? Interesting... not sure re: the macro... maybe make sure you clean the build folder if you are switching generators...

Hmm, thanks for peeking at that, doesn't look promising!