Michael Willis
Michael Willis
v4 has diverged enough from the original project that I'm considering naming it something else and considering it a new reverb plugin. If people are interested, I can kick out...
That will depend upon [Distrho Plugin Framework](https://github.com/DISTRHO/DPF) supporting AU components on MacOS. See https://github.com/DISTRHO/DPF/issues/16
Thanks @falkTX. When you say the plugin needs to handle high DPI, do you mean that the Juce wrapper in Cardinal needs to be updated to handle high DPI? Or...
@falkTX I tried following the example of your jucewrapper from Cardinal. I think I almost got it working, but the linker fails: ``` Undefined symbols for architecture arm64: "DISTRHO::d_nextBufferSize", referenced...
@trebmuh Thanks. Yes, I need to update the LICENSE file.
@trebmuh I just corrected the license to GPL3: https://github.com/michaelwillis/dragonfly-reverb/commit/819696245495c9e6696d13c3fd16cf36342f68ef
Could you submit the package to the peer review team? I am not equipped to easily install Debian Buster right now. I will try to make the official 1.0.0 release...
Thanks! Let me see if I can cut the official 1.0.0 release by then.
Ok, I will include DPF in the tarball. I didn't realize that the tar.gz source download didn't include the git submodule.
@trebmuh Hmm, github automatically generates the source archive, and it doesn't include the submodule. I'm not sure how to get it to do so, other than creating my own archive...