ZynAddSubFX Changelog

What's new in ZynAddSubFX 3.0.6

Aug 22, 2023
  • Enhances watchpoint system for waveform views (GSOC michiboo)
  • Add anti-alias mode to add synth oscillator interpolation
  • Add 14 bit NRPN support for automations
  • Add Tanh, Cubic, and square distortions with additional shaping params
  • Add filter parameter smoothing
  • Add filter optional LPF to LFO
  • Add repeatable envelopes
  • Add LFO fade in
  • Add moog ladder filter
  • Add comb filter
  • Add BPM sync
  • Add latched key mode
  • Re-enable classic MIDI learn
  • Increase envelope time parameter resolution
  • Fix excessively loud volume bug in Part XML loader
  • Fix crash with gcc 10.x.x within file manager
  • Fix crash in erroneous patch load
  • Fix OSS/etc detection under cygwin
  • Fix padsynth memory leak
  • Fix weird note-to-note portamento switches
  • Reduce fftw resolution from 64bit to 32bit
  • Remove Cxxtest dependency
  • Fix other bugs

New in ZynAddSubFX 3.0.3 (Mar 8, 2018)

  • Add bank search to FLTK/NTK GUI
  • Add parallel padsynth sample generation
  • Remove X11 dependency for non-GUI builds
  • Fix crash when changing modulation types in running notes
  • Fix NullEngine usleep() on windows
  • Fix loading filter parameters with older xml
  • Fix effect saving when updating with zyn-fusion interface
  • Fix minor bugs
  • The build process is now reproducible

New in ZynAddSubFX 2.2.0 (May 4, 2010)

  • The VST version of ZynAddSubFX is removed from the installation until it will be more stable
  • Now, the instrument banks contains over 300 high quality instruments
  • Added "Apply" a button from OscilGen window for PADsynth
  • Added another parameter to ADsynth that controls the amount of all detunes of voices
  • Adaptive harmonics post process
  • Improved the VU-meter and added a RMS plot
  • Dvorak support for Virtual Keyboard
  • Many bugs fixed and code cleanups

New in ZynAddSubFX 2.1.1 (May 4, 2010)

  • Corrected a bug that prevented the changing the current part

New in ZynAddSubFX 2.1.0 (May 4, 2010)

  • Added a installer for windows. Both VST and standalone versions are contained in the same installer.
  • Added a new user interface for beginners. You can switch the current user interface with that anytime do you want.
  • All parts, effects, etc. are counted from '1' and not from '0'
  • Added the possibility to compile the OSS and JACK support in the same binary (look in the Makefile.inc)
  • VST host should be able to save all zynaddsubfx parameters into their setups (this is untested)
  • Bugfixes and other

New in ZynAddSubFX 2.0.0 (May 4, 2010)

  • VST version works (there are some issues/bugs but it works)
  • Added a advanced Clipboard and Preset module - now is possible to add user preset LFOs,Envelopes, Effects, Oscillators, Resonances, Filters, etc.
  • Completely removed the *.MAS_ZYN formats (masters, instruments,etc) support; use 2.0.0pre1 and 2.0.0pre2 to convert
  • Corrected a error to pitch bend on VST plugin (thanks to Krzysztof Korpiela)
  • Improved the PADsynth module
  • Because the PADsynth module takes a time to load, the instrument that contains such modules are shown in different colors
  • Bug fixes