Skip to content

Releases: ryukau/VSTPlugins

UhhyouPlugins0.49.0

05 Dec 04:37
Compare
Choose a tag to compare
  • Add DISABLE_X86_64_PLUGINS to top level CMakeLists.txt.
  • ClangCymbal, MaybeSnare, MembraneSynth
    • Changed to reset random number generator when Seed is changed.
  • UltraSynth
    • Fixed to reset filter internal values to match the values set on GUI.

UhhyouPlugins0.48.0

30 Nov 00:52
Compare
Choose a tag to compare

Releasing MaybeSnare.

UhhyouPlugins0.47.0

18 Nov 14:36
Compare
Choose a tag to compare
  • ClangCymbal_0.1.0
    • Added "2x Sampling" parameter.
    • Changed tremolo modulation signal from FDN output to sine wave.
    • Changed plugin GUID. This change breaks backward compatibility.
    • Fixed a bug that the solver used in envelope doesn't terminate when reached to maximum iteration count.
  • MembraneSynth_0.1.0
    • Initial release.
  • UltraSynth_0.1.0
    • Initial release.

UhhyouPlugins0.46.0

09 Sep 09:26
Compare
Choose a tag to compare
- Updated VST 3 SDK to version 3.7.6. This also fixes the crash when opening multiple GUI of same plugin on Linux.
- Change BarBox to only send modified parameter values to host. This prevents to overwrite unchanged parameter automation on the same BarBox.

MiniCliffEQ
- Changed convolution algorithm to further distribute CPU load.

UhhyouPlugins0.45.0

20 Aug 13:23
Compare
Choose a tag to compare
Bug fixes on BasicLimiter* and LatticeReverb.

- BasicLimiterAutoMake
  - Changed parameter smoothing time from 0.2 seconds to 0.5 seconds.
  - Fixed resetting of release filter coefficient. This fix removes fade-in effect after resetting when release time is long.
- BasicLimiter
  - Fixed resetting of release filter coefficient. This fix removes fade-in effect after resetting when release time is long.
- LatticeReverb
  - Changed to reduce pitch down after reset.

UhhyouPlugins0.44.0

17 Aug 05:07
Compare
Choose a tag to compare
A change and a bug fix for UltrasonicRingMod.

- Changed UltrasonicRingMod to use double precision for entire DSP processing.
- Fixed a bug that sampling rate is ignored in UltrasonicRingMod.

UhhyouPlugins0.43.0

12 Aug 09:14
Compare
Choose a tag to compare
Releasing UltrasonicRingMod.

- Added UltrasonicRingMod manual.

UhhyouPlugins0.42.0

12 Aug 01:37
Compare
Choose a tag to compare
Fixed ClangCymbal initialization failure on Bitwig and Live 11. Previously, `kNotInitialized` was incorrectly returned when sampling rate is changed.

UhhyouPlugins0.41.0

08 Aug 12:00
Compare
Choose a tag to compare
Note that ClangSynth and ClangCymbal are beta version. Breaking change might be introduced.

- Added ClangSynth
- Added ClangCymbal
- Changed ParallelComb to reduce pop noise when gate is activated.
- Changed BarBox to get focus on mouse down, and release focus on mouse exit.

UhhyouPlugins0.40.0

29 Jun 15:17
Compare
Choose a tag to compare
Fixed crash when FIR filter is refreshed at the same time on 2 or more instances of MiniCliffEQ. Root cause was the use of non-thread safe FFTW3 routine calls.