Releases: vvvar/PeakEater
v0.8.2
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
v0.8.1
v0.7.2
v0.7.1
v0.6.5
What's changed
Features
- VST3 and AU versions are verified by Pluginval for all platforms. Logs are attached to this Release page(*.txt files). For more information about Pluginval see this section of README.
Improvements
- Window size is preserved after open/close
- Bypass button inside plugin works independently from the host's one. This shall unify behaviour across all DAW's
- JUCE upgraded to the v7.0.5
Known issues
v0.6.2
What's changed.
Improvements
- macOS Mojave 10.14 Support
Note
Although only macOS Mojave 10.14 was explicitly checked, theoretically, all following versions of macOS should work.
Update
macOS High Sierra 10.13.6 support confirmed as well.
v0.6.1
What's changed.
Improvements
- Apple Silicon M1+ native support.
Note
Support is provided as Universal Binary. This means that same plugin supports both x86_64 and Apple Silicon(M1+). Just install it and it will automatically run natively with respect to your processor.
v0.6.0
What's changed.
Features
Switch between linear and non-linear scaling
Now you can switch between linear and non-linear scaling by pressing "X1/X2" button. Works for all ticks.Improvements & Bugfixes
- Increased refresh-rate - animation shall be smoother
- Re-worked Bypass - shall fix issue when Bypass goes out-of-sync
v0.5.1
What's changed.
Features
Switchable scales
Switch between different dB-scales by right-clicking on Visualizer.Improvements & adjustments
dmg installer with shortcuts
Note
Due to macOS restrictions, you cannot drag files into untrusted directories. Therefore, double click on directory shortcut, open it and drag it directly there.
v0.4.0
What's changed.
Features
New UI component - Clipping Wave Visualiser
Gives a hint how your wave is being shaped with various clipping algorithms. Cool small detail is that it actually applies the same clipping functions that are used for real clipping. So that it is +/- accurate to how your wave is actually shaped.Improvements & adjustments
Adjusted Warn limits for Analyser
Found it a bit annoying that Analyser shows "Eaten" as Warn(yellow colour) when it is more than 5dB eaten already. Usually it is completely normal to clip up to 10dB. Thus i've changed these limits, now it will show "Eaten" as Warn(yellow) when there is more than 10dB eaten, and Caution(red) when there is more than 20dB eaten.