Skip to content

Releases: vvvar/PeakEater

v0.8.2

20 Aug 23:56
a99b8db
Compare
Choose a tag to compare

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

  • [DSP] Fix latency reporting to the DAW
Screenshot 2023-08-21 at 01 31 09
  • GUI - Fix the confusing positioning of the link-in-out button
fix_link_in_out

v0.8.1

09 Jul 22:31
4b97124
Compare
Choose a tag to compare

What's Changed

Features

dry-wet

  • Dry/Wet

Bugfixes

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

v0.7.2

03 Jul 15:16
a23518b
Compare
Choose a tag to compare

What's Changed

Bugfixes

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

v0.7.1

01 Jul 19:33
f6a1d39
Compare
Choose a tag to compare

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

25 Jun 22:54
e78353b
Compare
Choose a tag to compare

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

30 Mar 19:19
922b353
Compare
Choose a tag to compare

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

19 Mar 21:17
0d64c14
Compare
Choose a tag to compare

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

19 Mar 17:41
2da3242
Compare
Choose a tag to compare

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

30 Jan 01:26
59d46f6
Compare
Choose a tag to compare

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

22 Jan 13:34
01a2a86
Compare
Choose a tag to compare

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.