What's Changed
Improvements
- [DSP] Switch from IIR to the FIR filter for the Oversampler(switched after reading this article and reading how other plugins doing this). This should give fewer re-sampling artifacts although expect slight latency(for me latency was ~1ms at x32 oversampling)
Note
Although IIR has been exchanged with the FIR, I would like to give the option to switch between them. Planning to do it in future releases
Bugfixes
- DSP - Fix the comb filter effect that happened during Dry/Wet usage in the Oversampling mode
- [DSP] Fix latency reporting to the DAW
- GUI - Fix the confusing positioning of the link-in-out button
-
[DSP] Fix incorrect up-sample rate calculation
-
Other - Bring back the macOS 10.9 minimal version since CI seems to support it