Releases: ryukau/VSTPlugins
Releases · ryukau/VSTPlugins
UhhyouPlugins0.39.0
Changed MiniCliffEQ convolution algorithm to reduce CPU load spikes.
UhhyouPlugins0.38.0
Fixed crash at plugin scan on some Windows environment. FFTW3 static library for Windows is changed to build without SIMD flags.
UhhyouPlugins0.37.0
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
Fixed a bug on MiniCliffEQ that the output of first partial convolution was off by one sample.
UhhyouPlugins0.35.0
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
- 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
- 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
FDN64Reverb
- Fixed a bug that
Interp. Rate
is shared between all FDN64Reverb instances.
UhhyouPlugins 0.31.0
- 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
- 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.