Skip to content

3.4.3

Compare
Choose a tag to compare
@VASTDynamics VASTDynamics released this 06 Dec 12:10
· 43 commits to main since this release
  • 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)