zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

NEWS.txt (20423B)


      1 3.0.7 (TBD)
      2         - Add NSM renaming for alsa MIDI port
      3         - Add portamento auto mode
      4         - Add MIDI bank select to LV2/VST2 versions
      5         - Add filter bypass
      6         - Add sympathetic resonance effect
      7         - Fix built in record wavefile saving
      8         - Fix message corruption bug in rtosc
      9         - Fix analog filter q update rate
     10         - Fix all-note-off message with sustain pedals
     11         - Fix how controller values are applied when enabled/disabled
     12         - Increase parameter smoothing filter frequency
     13         - Eliminate some clicks when changing filter parameters
     14         - Fix loading invalid values from XML savefiles
     15         - Fix and improve the Zyn-Fusion UI
     16         - Fix multiple bugs
     17 
     18 
     19 3.0.6 (21 January 2022)
     20         - Enhances watchpoint system for waveform views (GSOC michiboo)
     21         - Add anti-alias mode to add synth oscillator interpolation
     22         - Add 14 bit NRPN support for automations
     23         - Add Tanh, Cubic, and square distortions with additional shaping
     24           params
     25         - Add filter parameter smoothing
     26         - Add filter optional LPF to LFO
     27         - Add repeatable envelopes
     28         - Add LFO fade in
     29         - Add moog ladder filter
     30         - Add comb filter
     31         - Add BPM sync
     32         - Add latched key mode
     33         - Re-enable classic MIDI learn
     34         - Increase envelope time parameter resolution
     35         - Fix excessively loud volume bug in Part XML loader
     36         - Fix crash with gcc 10.x.x within file manager
     37         - Fix crash in erroneous patch load
     38         - Fix OSS/etc detection under cygwin
     39         - Fix padsynth memory leak
     40         - Fix weird note-to-note portamento switches
     41         - Reduce fftw resolution from 64bit to 32bit
     42         - Remove Cxxtest dependency
     43         - Fix other bugs
     44 
     45 3.0.5 (15 April 2019)
     46         - Add Stereo peaks for individual part metering
     47         - Change LFO frequency units to Hz (from unitless)
     48         - Enhance LFO delay parameter resolution and units (seconds)
     49         - Enhance global volume parameter resolution and units (dB)
     50         - Enhance part volume parameter resolution and units (dB)
     51         - Enhance sub synth volume parameter resolution and units (dB)
     52         - Enhance sub synth volume velocity sensing resolution
     53         - Fix zippering when changing master volume
     54         - Fix misaligned points in live envelope values
     55         - Fix possible crash when envelopes are provided invalid live data
     56         - Fix minor bugs
     57 
     58 3.0.4 (10 March 2019)
     59         - Add scripting to zyn-fusion UI for automated screen capture
     60         - Add double click to reset sliders
     61         - Add random LFO to UI
     62         - Add compatibility with MXML 3.0
     63         - Enhance modulation volume parameter resolution
     64         - Enhance global volume parameter resolution
     65         - Enhance state variable filter interpolation
     66         - Change filter defaults for easier patch setup
     67         - Fix pops with note aftertouch
     68         - Fix pad synth export
     69         - Fix envelope watchpoint visualization
     70         - Fix .xlz load/save in fusion UI
     71         - Fix minor bugs
     72         - Added support for floating point notes via MIDI SYSEX.
     73 
     74 3.0.3 (4 December 2017)
     75         - Add bank search to FLTK/NTK GUI
     76         - Add parallel padsynth sample generation
     77         - Remove X11 dependency for non-GUI builds
     78         - Fix crash when changing modulation types in running notes
     79         - Fix NullEngine usleep() on windows
     80         - Fix loading filter parameters with older xml
     81         - Fix effect saving when updating with zyn-fusion interface
     82         - Fix minor bugs
     83         - The build process is now reproducible
     84 
     85 3.0.2 (21 July 2017)
     86         - Upgrade MIDI learn system to include host automations and macro
     87           learned controls
     88         - Upgrade analog filter parameters to floating point resolution
     89         - Add default values to OSC metadata
     90         - Fix exit when closing zyn-fusion subprocess
     91         - Fix crash with large number of pad synth samples
     92         - Silence 0 volume effects
     93         - Silence 0 volume add synth voices
     94         - Fix minor bugs
     95 
     96 3.0.1 (28 November 2016)
     97         - Fix bank screen with Zyn-Fusion
     98         - Fix crash on startup with GL 2.1 to 3.1
     99         - Fix UI Disconnection Bug
    100         - Add resizing to LV2 Zyn-Fusion
    101         - Fixes problems receiving MIDI over ALSA
    102         - Fixes crash when editing instrument description in Zyn-Fusion
    103         - Fixes crash when visualizing instruments in Zyn-Fusion
    104 
    105 3.0.0 (17 November 2016)
    106         - Add support for zest toolkit via Zyn-Fusion
    107         - Add watchpoints to env/LFO
    108         - Add Bank searching capabilities
    109         - Add Windows Midi Support
    110         - Add --midi-learn option for loading .xlz files
    111         - Add bank cache file
    112         - Add DC modulator type
    113         - Augment Existing 2.5.x OSC API metadata
    114         - Fix Envelope behavior on pre 2.4.4 patches
    115         - Fix ALSA hanging after suspend to ram
    116         - Fix Jack-Multi Crash
    117         - Fix FreeBSD compilation
    118         - Fix Windows compilation (via mingw64)
    119         - Fix unapplied microtonal settings on startup
    120 
    121 2.5.4 (12 March 2016)
    122         - Add realtime automation for subnote parameters
    123         - Add FLTK UI for LV2 plugins
    124         - Add support for '~' in bank paths
    125         - Fix VST crashes
    126         - Fix VST loading issues
    127         - Fix Microtonal copy/paste
    128         - Fix GCC 5.3.0 build issues
    129         - Fix autosave disable flag
    130         - Fix license headers
    131         - Fix plugin library directory
    132         - Fix uninitialized filter bug in subnote
    133         - Fix broken instrument send
    134 
    135 2.5.3 (8 Feb 2016)
    136         - Add LV2&VST support via DPF
    137         - Add autosave
    138         - Add realtime filter parameter updates
    139         - Add LFO random mode
    140         - Add more controls to DSSI plugin
    141         - Add fixed frequency modulators
    142         - Add more reset states to knobs/sliders
    143         - Add PWM mod
    144         - Fix Microtonal UI
    145         - Fix 'Add Bank'
    146         - Fix sustain bugs in 2.5.x series
    147         - Fix mem pool exhaustion bug
    148         - Fix PADnote copy/paste
    149         - Fix Oscilgen copy/paste
    150         - Fix Midi unlearn
    151         - Other misc bug fixes
    152 
    153 2.5.2 (13 November 2015)
    154         - Add MIDI-Learn serialization
    155         - Add realtime updates for LFOs
    156         - Add pink noise source
    157         - Add missing velocity sense to ADvoice filters
    158         - Support global Q for ADvoice formant filters
    159         - Fix formant filter response to frequency
    160         - Add chop pseudo sync BF modifier to oscilgen
    161         - Add user adjustment for AD/PAD fadein
    162         - Improve use-as-base so the result works like a built-in
    163         - Save and restore some missing parameters from oscilgen
    164         - Restore mousewheel functionality
    165         - Add window traversal shortcuts
    166         - Restore bank LSB/MSB MIDI support
    167         - Improve tip windows
    168         - Improve oscdoc output
    169         - Restore Ext Oscil/Mod functionality
    170         - Remove remaining globals
    171         - Fix UI connection bugs
    172         - Add UI title rewrite support
    173         - Other misc bug fixes
    174 
    175 2.5.1 (4 July 2015)
    176         - Add Colorized CMake Configuration
    177         - Add PID option for jack
    178         - Add OSC port option
    179         - Add MIDI unlearn
    180         - Add External UI Compilation
    181         - Add Split Pitchbend
    182         - Fix No Install NTK Build
    183         - Fix Linker Issues
    184         - Fix Presets/Copy/Paste
    185         - Fix JACK Samplerate Check When JACK Isn't Running
    186         - Remove Dump
    187         - Remove Some Globals synth/uToB/bToU/etc
    188         - Adjust BankUI Ascetic
    189         - Other Misc Bug Fixes
    190 
    191 2.5.0 (25 Feb 2015)
    192         - Add Rtosc
    193         - Add tlsf RT Memory Allocator
    194         - Add --dump-oscdoc Flag
    195         - Add OSC API
    196         - Add Jack-OSC Support
    197         - Add MIDI Learn
    198         - Add Undo/Redo
    199         - Add Multi-Out JACK Engine
    200         - Add Multi-Out OSS Engine
    201         - Add Top Level Window Icon
    202         - Add OSS env Vars MIDI_DEVICE/DSP_DEVICE
    203         - Add OSC port/PID file
    204         - Remove Master::mutex
    205         - Remove Almost All RT Unsafe Actions
    206         - Disable (temporarily) DSSI
    207         - Disable (temporarily) Copy/Paste
    208         - Massive Internal Refactoring
    209 
    210 2.4.4 (28 Jun 2014)
    211         - Add UI Mousewheel Support
    212         - Add Spectral Adjust Parameter Rescaling
    213         - Add Subnote filter smoothing
    214         - Add Unison derandomization options
    215         - Add NSM import/export
    216         - Add NTK UI compatibility
    217         - (re)Add OSX Support
    218         - Enhance performance of ADnote and SUBnote
    219         - Enhance Installer
    220         - Fix JACK2 specific segfault
    221         - Fix possible DSSI specific segfaults
    222         - Fix Unison Regressions
    223         - Documentation additions
    224         - Misc bug fixes
    225 
    226 2.4.3 (15 Jun 2012)
    227         - Non-session manager support
    228         - Midi aftertouch support
    229         - Documentation additions
    230         - Somewhat more sane Nio defaults
    231         - Misc bug fixes
    232 
    233 2.4.2 (26 Feb 2012)
    234         - New IO backend support
    235         - MIDI bank select
    236         - Spike/Circle waveform
    237         - Faster subsynth
    238         - --exec-after-init flag
    239         - Version information compiled in
    240         - Misc Bug fixes
    241 
    242 2.4.1 (27 Jun 2010)
    243         - Azerty layout
    244         - XML bug fixes
    245         - Vibrato/Unison additions
    246         - Reverb rewrite
    247         - DSSI support enabled
    248         - Adding APhaser
    249         - other bugfixes
    250         - code cleanup
    251 
    252 2.4.0 (21 Jun 2009)
    253 	- extended mono functionality
    254 	- legato mode
    255 	- export functionality on PADsynth
    256 	- inclusion of LASH client
    257 	- inclusion of DSSI audio output
    258 	- enabled tooltips for knobs (both description and value tooltips)
    259 	- added support for newer JACK api
    260 	- added quertz support for virtual keyboard
    261 	- started to encorperate cxxtest for unit testing
    262 	- many bugfixes
    263 	- code cleanup
    264 
    265 2.2.1 (28 Apr 2005)
    266 	- made to work with mxml-2.2 (will NOT work on older versions)
    267 	- it is possible to remove completely the graphical user interface (e.g. it can run without X). For this you need to modify the DISABLE_GUI option from the Makefile.inc
    268 	- added a commandline -L which load a instrument (.xiz) - now it only loads to part 0 (you can use this option with -l to load a master file and after this the option -L to replace the part)
    269 
    270 2.2.0 (8 Apr 2005)
    271 	- the VST version of ZynAddSubFX is removed from the installation until it will be more stable (hope soon :) )
    272 	- now, the instrument banks contains over 300 high quality instruments
    273 	- added "Apply" a button from OscilGen window for PADsynth
    274 	- added another parameter to ADsynth that controls the amount of all detunes of voices
    275 	- adaptive harmonics postprocess
    276 	- improved the VU-meter and added a RMS plot
    277 	- Dvorak support for Virtual Keyboard
    278 	- many bugs fixed and code cleanups
    279 
    280 2.1.1 (2 Oct 2004)
    281 	- Removed a big bug that prevented changing the part
    282 2.1.0 (1 Oct 2004)
    283 	- Added a installer for windows (thanks to NSIS installer ( http://nsis.sourceforge.net/ ) ). Both VST and standalone vesions are contained in the same installer.
    284 	- Added a new user interface for beginners. You can switch the current user interface with that anytime do you want.
    285 	- All parts, effects, etc. are counted from '1' and not from '0'
    286 	- Added the posibility to compile the OSS and JACK support in the same binary (look in the Makefile.inc)
    287 	- VST host should be able to save all zynaddsubfx parameters into their setups (this is untested)
    288 	- Bugfixes and other
    289 
    290 2.0.0 (27 Aug 2004)
    291 	- VST version works (there are some issues/bugs but it works)
    292 	- Added a advanced Clipboard and Preset module - now is possible to add user preset LFOs,Envelopes, Effects, Oscillators, Resonances, Filters, etc.
    293 	- Completely removed the *.MAS_ZYN formats (masters, instruments,etc) support; use 2.0.0pre1 and 2.0.0pre2 to convert
    294 	- Corrected a error to pitch bend on VST plugin (thanks to Krzysztof Korpiela)
    295 	- Impoved the PADsynth module
    296 	- Because the PADsynth module takes a time to load, the instrument that contains such modules are shown in different colors
    297 	- Bugfixes
    298 	- Other
    299 
    300 2.0.0_pre2 (31 Iul 2004)
    301 	- Updated the XMLwrapper to mxml-2.0
    302 	- Many bugfixes
    303 	- Other
    304 
    305 2.0.0_pre1 (17 Iul 2004)
    306 	- Added a new powerful synth engine which is called PADsynth, you can make very beautifull pads and even some strange sounds
    307 	- Now is used the XML format for all zynaddsubfx parameters(.XMZ for master parameters, .XIZ for instrument parameters and .XSZ for scale parameters).You can import older parameters. All parameters files are compressed with gzip algorithm.
    308 	- Some parameters has changed and you might encounter different sounds that you saved in the older versions of zynaddsubfx
    309 	- The instrument banks are no longer single files, but directories that contains instrument .XIZ files (you can organize them even with a file manager). Also, you can use more than 1 banks easily.
    310 	- Added a new effect called DynamicFilter that allows you to do WahWah,AutoWah, VocalMorpher and other effects
    311 	- Speedups
    312 	- Started to write a small sequencer that allows to load and play a midi file from zynaddsubfx (unfinished)
    313 	- ZynAddSubFX is available from CVS, too. Please look at the sourceforge project page to get more information ( http://sourceforge.net/projects/zynaddsubfx )
    314 	- The waveform generator (OscilGen) has many new parameters :) also if you press the "Shift" key, you can draw the hamonics amplitude/phases
    315 	- Many user interface improvements
    316 	- You can load a file at the start of the program with "-l" command-line parameter and you can run zynaddsubfx w/o user interface with "-U"
    317 	- It is possible to dump all MIDI notes into a text file
    318 	- The instruments can contain comments and copyright information in order to encourage sharing of them
    319 	- FFT3W library is supported
    320 	- More "randomness" options
    321 	- Other impovements
    322 	- Many, many bugfixes
    323 	- Added the full changelog (since I started to write zynaddsubfx), most is in Romanian
    324 	- Other things
    325 
    326 1.4.3 (31 Aug 2003)
    327       - added state variable filters and other types to analog filters
    328       - small user interface improvememnts
    329       - small bugfixes
    330 
    331 1.4.2 (17 Iul 2003)
    332       - added full-featured, advanced formantic filters
    333       - added mixer panel which lets you to see/change most important part settings, and shows a vu-meters for each part
    334       - you can choose to process the instrument's kit items only with one Part effect (eg. you can make a instrument kit that contains a reverberated piano and flanged strings)
    335       - enabled to launch more instances in Jack
    336       - when is launched first time, it searches for default.bnk_zyn file into /usr/share/zynaddsubfx and /usr/local/share/zynaddsubfx directories (useful for binary packages for Linux distributions)
    337       - bugfixes
    338 
    339 1.4.1 (8 May 2003)
    340       - added single mode to the instrument kit who allows only one item to be played same time
    341       - added "Spectrum Adjust" to the ADsynth oscillator
    342       - added "drum mode" to the instrument, where all midi keys are mapped to 12tET
    343       - added a parameter to the "440Hz" which make the freq to varies a bit according to the key pressed (very usefull to toms and other drums)
    344       - (for OSS audio out) if it is launched with root privileges, the synth will gain realtime scheduling priority
    345       - bugfixes
    346 
    347 1.4.0 (15 Apr 2003)
    348       - added instrument's own effect (effects that are loaded/saved with the instrument)
    349       - FreeMode Envelopes: all Envelopes can have any shape (not only ADSR)
    350       - Added instrument kits: It is possible to use more than one instruments into one part (used for layered synths or drum kits)
    351       - Amplitude envelopes can be linear or logarithmic
    352       - added interpolation on the Resonance user interface
    353       - user interface improvements and cleanups of it's code
    354       - initiated a mailing list to allow users to share patches for ZynAddSubFX. Please share your ZynAddSubFX patches; look at http://lists.sourceforge.net/mailman/listinfo/zynaddsubfx-user for more information about the mailing list.
    355 
    356 1.2.1 (6 Apr 2003)
    357       - improved filter interpolation
    358       - bugfix: wav header is written correctly
    359       - bugfix: NRPN works correctly (eg:the controller was 0x98 instead of 98), now you can controll all effects parametrer realtime via MIDI
    360       - bugfix: pitch bend works OK in windows
    361       - added master fine detune (-64..63 cents)
    362       - it is possible to swap effects or copy them
    363       - started to port ZynAddSubFX to VST (not functional, yet)
    364       - the resonace can protect the fundamental freq. against damping
    365 
    366 1.2.0 (21 Mar 2003)
    367       - ZynAddSubFX is ported to Windows ;-)
    368       - added internal Virtual Keyboard
    369       - added Configuration window
    370       - added frequency tracking to filter
    371       - improved the OscilGen (harmonic filter, RMS normalisation, etc..)
    372       - improved the recorder (uses the WAV file format and it starts only when a key is pressed)
    373       - added filter interpolation if the frequency is changed very fast (it removes some annoying clicks)
    374       - other improovements, bugfixes, speedups and cleanups of the code
    375 
    376 1.0.9 (24 Feb 2003)
    377       - added keylimit to Part
    378       - you can use multiple filter stages in order to make very steep filter rolloffs (eg. 48 dB/octave)
    379       - ADsynth - added noise mode and you can make fixed frequencies; added the "Punch" parameter
    380       - added an external program "Controller" which enables you to use the mouse for MIDI controllers
    381       - other improvements and bugfixes
    382 
    383 1.0.8 (14 Feb 2003)
    384       - added mono mode and portamento
    385       - added the EQ effect
    386       - the output of a system effect can be sent to others system effects
    387       - minor bugfixes and improvements
    388 
    389 1.0.7 (7 Feb 2003)
    390       - some settings (like samplerate) are set at runtime (by comand line)
    391       - added Distortion effect
    392       - added controllers, and NRPNs for changing all effects parameters by midi
    393       - bugs removed and other improvements
    394 
    395 1.0.6 (30 Jan 2003)
    396       - Added JACK output ;-)
    397       - Minor improvements and bugfixes
    398 
    399 1.0.5 (24 Jan 2003)
    400       - The bug that crashed ZynAddSubFX if you change some effect parameters, it is realy removed (I forgot to update the file before upload)
    401       - Other bugfixes and code cleanups
    402       - Added a Global Filter to SubSynth
    403       - Added keyresponse limits to Part
    404       - Added presets to Effects
    405       - The fade is smaller on high frequecy content and larger on low frequecies; so you'll don't hear starting clicks on basses and audible fadeins on higher pitched sounds
    406       - Added tunings to Reverb: you can choose Random of Freeverb
    407 
    408 1.0.4 (7 Jan 2003)
    409       - It is possible to load Scala (.scl and .kbm) files
    410       - Added mapping from note number to scale degree is possible to load Scala kbm files
    411       - Corrected small bugs related to Microtonal
    412       - If you want to use ZynAddSubFX with OSS (or you don't have ALSA) you can modify the Makefile.inc file to compile with OSS only.
    413       - It is shown the real detune (in cents)
    414       - Made a new widget that replaces the Dial widget
    415       - Removed a bug that crashed ZynAddSubFX if you change some effect parameters
    416 
    417 1.0.3 (23 Dec 2002)
    418       - small bugfixes: "Bypass Global Filter" from ADnoteUI dissapears sometimes ;
    419 	removed the low amplitude noise produced by the reverb;
    420 	if you "acconect" zynaddsubfx with aseqview no note was processed a long time.
    421       - added Notch Filter
    422       - added the option to randomize the ressonance function
    423       - added VU-Meter
    424       - Change the Insertion effect modes behaves (it sounds a bit louder)
    425       - Added to the project an external program called Spliter that splits the
    426 	keyboard and allows you to play two instruments same time. You can use this
    427 	program with ZynAddSubFX or any other synthesizer.
    428       - Added a new function to OscilGen
    429 
    430 1.0.2-1 (13 Dec 2002)
    431       - bug found and removed: sometimes when Master/Instrument is saved, the synth crashed
    432 
    433 1.0.2 (13 Dec 2002)
    434       - Added instrument banks
    435       - the BandPass Filter's output amplitude was increased
    436       - few fixes of FFTwrapper. See the documentation from "FFTwrapper.h" if you got error messages.
    437 
    438 1.0.1 (6 Dec 2002)
    439       - corrected a bug that made ZynAddSubFX to crash(sometimes) if you disable a part
    440       - wrote Resonance
    441       - added the BandPass filter
    442       - added the recording feature
    443       - added "New instrument" menuitem
    444 
    445 1.0.0 (25 Sep 2002)
    446       - first release, done a lot before it :-)
    447