Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
KottV committed Dec 11, 2023
1 parent e4f9d9d commit 531c2be
Showing 1 changed file with 47 additions and 2 deletions.
49 changes: 47 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
## [3.4.0] - 2023-12-10
- Removed optional moduleinfo.json from VST3 bundles as it led to
issues in Tracktion Waveform, Reason and other DAWs
- Removed clicks when changing presets while playing (fade-in/out
mechanism was broken)
- Removed sporadical click in filter on first notes after load of
preset
- Preset XML files are loaded asynchronously to decrease start up
time of plugin
- Fixed a bug with parameter changes done by hosts on the audio
channel leading to hangs and crashes
- Added mono bus layout as this seems to be required in several
hosts for VST3
- Smoothing of midi pitchbend and modwheel messages fixed
- MPE bend range fixed (96 semitones had to be set to get 48)
- Fixed unintentional mono processing in Comb filter FX
- Added a configuration setting for keyboard keys to plugin midi
keyboard mapping plus base octave
- Tryed to fix a sporadic crash of VST3 in certain hosts on quick
program change while playing (e.g. in Cakewalk, unconfirmed yet
that it is fixed)
- Windows installer did not correctly install _SSE2* names when
that was selected
- CLAP build in CMake (still experimental)


## [3.4.0] - 2023-12-02
Please make sure that you have uninstalled older versions of Vaporizer2 or have manually deleted all VASTvaporizer2*.* plugins on your system before installing. Due to filename changes otherwise it wouild lead to mixed versions installed. Make sure that the installed plugin in your DAW shows version number 3.4.0 on the top right.
Please make sure that you have uninstalled older versions of Vaporizer2 or have manually deleted all VASTvaporizer2*.* plugins on your system before installing.
Due to filename changes otherwise it wouild lead to mixed versions installed. Make sure that the installed plugin in your DAW shows version number 3.4.0 on the top right.

- Added native Mac M1/M2 silicon support (neon vector extensions)
- Addded LV2 Linux builds
Expand All @@ -26,4 +53,22 @@ https://www.vast-dynamics.com/?q=products

- Windows: https://vast-dynamics.com/sites/default/files/downloads/Vaporizer2_installer_win_3.4.0.zip
- macOS: https://vast-dynamics.com/sites/default/files/downloads/Vaporizer2_installer_OSX64_3.4.0.zip
- Linux installer in preparation
- Linux:

Standalone version (alsa, jack):
[vaporizer2](https://software.opensuse.org//download.html?project=multimedia%3Aproaudio&package=vaporizer2)

Factory data (presets, noises, wavetables):
[vaporizer2-data](https://software.opensuse.org//download.html?project=multimedia%3Aproaudio&package=vaporizer2-data)

For rpm-based (openSUSE, Fedora, Mageia):
[lv2-vaporizer2](https://software.opensuse.org//download.html?project=multimedia%3Aproaudio&package=lv2-vaporizer2)
[vst3-vaporizer2](https://software.opensuse.org//download.html?project=multimedia%3Aproaudio&package=vst3-vaporizer2)

For deb-based (Debian, Ubuntu):
[vaporizer2-lv2](https://software.opensuse.org//download.html?project=multimedia%3Aproaudio&package=vaporizer2-lv2)
[vaporizer2-vst3](https://software.opensuse.org//download.html?project=multimedia%3Aproaudio&package=vaporizer2-vst3)

Meta-package that pulls all flavors and factory data:
[vaporizer2-full](https://software.opensuse.org//download.html?project=multimedia%3Aproaudio&package=vaporizer2-full)

0 comments on commit 531c2be

Please sign in to comment.