Skip to content

Releases: ryukau/VSTPlugins

UhhyouPlugins0.55.0

06 May 08:24
Compare
Choose a tag to compare
  • Changed default style color of foregroundInactive.
  • Fixed performance drop caused by subnormal floating point numbers.

UhhyouPlugins0.54.3

30 Mar 01:02
Compare
Choose a tag to compare

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

30 Mar 00:11
Compare
Choose a tag to compare
  • 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

19 Mar 09:41
Compare
Choose a tag to compare
  • Fixed a bug that sending signal before opening GUI crash FeedbackPhaser on Renoise.

UhhyouPlugins0.54.0

18 Mar 18:24
Compare
Choose a tag to compare
  • 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

03 Mar 14:49
Compare
Choose a tag to compare
  • 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

28 Jan 02:29
Compare
Choose a tag to compare
  • Fixed a bug that cause stuttering on Audacity where processContext is nullptr.
  • 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

26 Jan 06:18
Compare
Choose a tag to compare

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

28 Dec 08:32
Compare
Choose a tag to compare
  • 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

19 Dec 06:18
Compare
Choose a tag to compare

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 level CMakeLists.txt. It has no effect now.