PeakEater Versions Save

PeakEater is a free open-source cross-platform VST3/AU/LV2/CLAP wave shaper plugin

v0.8.2

8 months ago

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

257047881-89d67892-9f05-432f-a408-c36cb05fdd31

v0.8.1

10 months ago

What's Changed

Features

dry-wet

  • Dry/Wet

Bugfixes

  • Link-In-Out is now highlighted correctly when a plugin is reopened

v0.7.2

10 months ago

What's Changed

Bugfixes

  • Tangent Clip - fixed a case when signal peaks above 0db. See details here

v0.7.1

10 months ago

What's changed

Features

oversampling-x32

  • 32x Oversampling
  • Higher quality of oversampling(more info)

Bugfixes

  • CLAP and LV2 are now bundled correctly for macOS

v0.6.5

10 months ago

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

  • CLAP and LV2 are bundled incorrectly on macOS. Fix is planned to be released with the next version

v0.6.2

1 year ago

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

1 year ago

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

1 year ago

What's changed.

Features

Switch between linear and non-linear scaling

screenshot-switch-scale 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

1 year ago

What's changed.

Features

Switchable scales

screenshot-switch-ticks Switch between different dB-scales by right-clicking on Visualizer.

Improvements & adjustments

dmg installer with shortcuts

Screenshot 2023-01-30 at 02 05 58

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

1 year ago

What's changed.

Features

New UI component - Clipping Wave Visualiser

screenshot-analyzer 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.