Releases: ryukau/VSTPlugins
Releases · ryukau/VSTPlugins
UhhyouPlugins0.55.0
- Changed default style color of
foregroundInactive
. - Fixed performance drop caused by subnormal floating point numbers.
UhhyouPlugins0.54.3
This is a minor fix. Updated SevenDelay binary is on the release page of UhhyouPlugins0.54.2.
- Fixed SevenDelay version in splash screen.
- Fixed manual links.
UhhyouPlugins0.54.2
- Added manuals and presets for:
- AccumulativeRingMod
- FeedbackPhaser
- RingModSpacer
- Changed manual text to clear up that some plugins don't have presets.
- Changed parameter update timing of RindModspacer.
- Changed SevenDelay to use double precision.
- Fixed SevenDelay presets.
Bypass
parameter was enabled in old presets.
UhhyouPlugins0.54.1
- Fixed a bug that sending signal before opening GUI crash FeedbackPhaser on Renoise.
UhhyouPlugins0.54.0
- Added new plugins. Manuals and presets will be added later.
- AccumulativeRingMod
- FeedbackPhaser
- RingModSpacer
- Added note event input to control delay times.
- FDN64Reverb
- L3Reverb
- L4Reverb
- LatticeReverb
- ParallelComb
- PitchShiftDelay
- SevenDelay
- Changed
Attack
number slider to update value at mouse up, instead of mouse move.- BasicLimiter
- BasicLimiterAutoMake
- Fixed a bug that side chain input was not recognized on Renoise.
Vst::BusTypes::kAux
flag is added for side chain input.- BasicLimiterAutoMake
UhhyouPlugins0.53.0
- Added presets to following plugins.
- ClangSynth
- CombDistortion
- LongPhaser
- MembraneSynth
- NarrowingDelay
- OrdinaryPhaser
- ParallelDetune
- PitchShiftDelay
- UltraSynth
- Fixed crash on Renoise. Previous code was trying to access freed memory of GUI widgets, and it was causing the crash.
UhhyouPlugins0.52.0
- Fixed a bug that cause stuttering on Audacity where
processContext
isnullptr
. - Removed bypass processing from following plugins. They were crashing because they are accessing input buffer that is not provided. Parameter is still available, but it has no effect.
- MaybeSnare
- MembraneSynth
- UltraSynth
- Fixed a bug in delay time computation in following plugins. Index was accessing out of bounds of delay buffer. This may fix freeze or crash in some cases.
- CombDistortion
- FDNCymbal
- IterativeSinCluster
- LongPhaser
- OrdinaryPhaser
- WaveCymbal
UhhyouPlugins0.51.1
This is minor update to mainly add manuals.
- Added manuals for following plugins.
- CombDistortion
- LongPhaser
- NarrowingDelay
- OrdinaryPhaser
- ParallelDetune
- Changed ParallelDetune GUI.
- Updated splash screen text.
UhhyouPlugins0.51.0
- Added new plugins:
- CombDistortion
- LongPhaser
- NarrowingDelay
- OrdinaryPhaser
- ParallelDetune
- Added decimation by holding shortcut to BarBox. Shortcuts are number keys from 5 to 9.
- Added floor function shortcut to number sliders. Shortcut is Shift + Middle Click.
- Added mutex around FFTW3 to following plugins. This may prevent crash by the call of thread unsafe functions in FFTW3.
- CubicPadSynth
- MiniCliffEQ
- Fixed to reset LFO for PitchShiftDelay.
- Fixed a bug that MatrixKnob doesn't start editing parameter.
- Removed unused runtime dispatching code path.
UhhyouPlugins0.50.0
UhhyouPlugins0.50.0
-
Added code path for 64-bit ARM CPU (aarch64), and removed x86_64 SIMD run-time dispatching. Supported instruction set on x86_64 is now fixed to AVX. Following plugins are affected.
- CubicPadSynth
- EnvelopedSine
- EsPhaser
- IterativeSinCluster
-
Added to
virtual
to destructor of common components. This may prevent some cause of crash or memory leak. -
Separated macOS zip package. Full package may not work as is on macOS, because of the files included after running
codesign
. -
Removed
DISABLE_X86_64_PLUGINS
from top levelCMakeLists.txt
. It has no effect now.