Skip to content

Releases: ryukau/VSTPlugins

UhhyouPlugins0.39.0

29 Jun 01:10
Compare
Choose a tag to compare
Changed MiniCliffEQ convolution algorithm to reduce CPU load spikes.

UhhyouPlugins0.38.0

25 Jun 01:02
Compare
Choose a tag to compare
Fixed crash at plugin scan on some Windows environment. FFTW3 static library for Windows is changed to build without SIMD flags.

UhhyouPlugins0.37.0

23 Jun 23:14
Compare
Choose a tag to compare
This release is a bug fix on ParallelComb not working on certain condition.

- Fixed a bug on ParallelComb that limiter on feedback path only output silence.
- Fixed a potential bug on BasicLimiter and BasicLimiterAutoMake that breaks limiting when internal delay buffer size and attack time are set to the same value.

UhhyouPlugins0.36.0

19 Jun 04:44
Compare
Choose a tag to compare
Fixed a bug on MiniCliffEQ that the output of first partial convolution was off by one sample.

UhhyouPlugins0.35.0

18 Jun 01:50
Compare
Choose a tag to compare

Some improvements on MiniCliffEQ.

  • Changed convolution algorithm not to introduce latency. Latency from FIR filter still remains.
  • Changed convolution algorithm from overlap-add to overlap-save. These algorithms are used as building blocks for convolution without latency.
  • Changed to use std::accumulate to improve acculacy of FIR filter nomalization.

UhhyouPlugins0.34.0

10 Jun 11:35
Compare
Choose a tag to compare
- Added MiniCliffEQ.
- Changed ParallelComb feedback limiter to reduce high frequency noise on 16x oversampling.
  Cause of the noise is short attack time of limiter.
- Changed PitchShiftDelay max delay time to 10 seconds.
- Removed dependency to x86_64 specific SIMD instructions from following plugins to
  resume macOS build. This change may also affects CPU load on x86_64 machines:
  - BasicLimiter
  - BasicLimiterAutoMake
  - CollidingCombSynth
  - FDN64Reverb
  - L3Reverb
  - L4Reverb
  - LatticeReverb
  - LightPadSynth
  - ParallelComb
  - PitchShiftDelay

Follwoing plugins are experimental. I might introduce breaking changes to them in future.

- FoldShaper
- MatrixShifter
- ModuloShaper
- OddPowShaper
- SoftClipper

UhhyouPlugins0.33.0

04 Jun 00:28
Compare
Choose a tag to compare
- Added ParallelComb

- Added PitchShiftDelay
- Fixed crash on Linux
- Fixed BarBox to receive shift key

Manuals and presets of ParallelComb and PitchShiftDelay are work in progress.

UhhyouPlugins_0_32_0

26 May 01:24
Compare
Choose a tag to compare

FDN64Reverb

  • Fixed a bug that Interp. Rate is shared between all FDN64Reverb instances.

UhhyouPlugins 0.31.0

25 May 08:58
Compare
Choose a tag to compare
  • Changed release name to use repository version.
  • Fixed the condition of acceptable channel count. This is a fix for unintentional muting on sidechain in REAPER.

CustomFontOptions

24 May 14:41
Compare
Choose a tag to compare
  • Added BasicLimiterAutoMake.
  • Added custom font options for style.json.
  • Changed BasicLimiter to disable Gate when the value is set to -inf dB.
  • Updated VSTGUI from 4.10 to 4.11.