Menu

Tree [17e346] master /
 History

HTTPS access


File Date Author Commit
 .github 2022-05-28 fundamental fundamental [f7e6d6] Disable external rtosc CI build
 ExternalPrograms 2021-09-04 luz paz luz paz [a62d6c] Fix various typos
 cmake 2021-12-18 Johannes Lorenz Johannes Lorenz [0149f8] Fixup: Remove FindPA.cmake
 doc 2022-05-04 dancesWithBugs dancesWithBugs [4b26b6] fixed misspelling of "distortion"
 pixmaps 2014-04-07 fundamental fundamental [9f2071] Update Pixmaps
 src 2022-11-24 fundamental fundamental [17e346] Change ALSA device default to 'default' from hw:0
 tlsf 2020-12-15 Johannes Lorenz Johannes Lorenz [69e9b3] Fix shifting negative values
 .gitignore 2019-04-22 Daniel Sheeler Daniel Sheeler [8484e6] Remove 4x in volume calculation
 .gitmodules 2018-09-22 Johannes Lorenz Johannes Lorenz [96795d] Remove invalid branch name in .gitmodules
 .travis.yml 2021-04-25 fundamental fundamental [b80757] Remove Cxxtest dependency
 AUTHORS.txt 2022-01-20 fundamental fundamental [a327b2] Update changelogs
 CMakeLists.txt 2022-01-28 Ricard Wanderlof Ricard Wanderlof [019da2] Bump version to 3.0.7 to handle portamento legacy
 COPYING 2016-02-12 fundamental fundamental [b8581f] Update FSF Address
 CTestConfig.cmake 2011-08-23 fundamental fundamental [56f592] cmake: setting up quasi-official build server
 NEWS.txt 2022-11-04 fundamental fundamental [3b8e14] Update NEWS.txt for 3.0.7
 README.adoc 2021-06-02 Hans Petter Selasky Hans Petter Selasky [f8dcc2] Explain about new MIDI SysEx features.
 TODO-release.md 2020-03-10 luz.paz luz.paz [8efc53] Fix typos
 style.cfg 2021-09-04 luz paz luz paz [a62d6c] Fix various typos
 style.sh 2012-06-01 fundamental fundamental [cce34c] Style: reran style.sh
 zynaddsubfx-alsa.desktop 2017-10-14 Marcin Mikołajczak Marcin Mikołajczak [babb10] Add Polish l10n for .desktop files
 zynaddsubfx-jack-multi.desktop 2018-09-12 Olivier Humbert Olivier Humbert [59823b] Update zynaddsubfx-jack-multi.desktop
 zynaddsubfx-jack.desktop 2017-10-14 Marcin Mikołajczak Marcin Mikołajczak [babb10] Add Polish l10n for .desktop files
 zynaddsubfx-oss.desktop 2017-10-14 Marcin Mikołajczak Marcin Mikołajczak [babb10] Add Polish l10n for .desktop files
 zynaddsubfx.ico 2013-04-05 fundamental fundamental [fda004] Updates install process from AUR hints
 zynaddsubfx.png 2020-07-11 fundamental fundamental [56eabf] Add .png verion of icon
 zynaddsubfx.svg 2019-08-08 Jacob Jacob [613f65] Documentation updates, README updates and link ...

Read Me

image::https://travis-ci.org/zynaddsubfx/zynaddsubfx.svg?branch=master[alt="Build status", link="https://travis-ci.org/zynaddsubfx/zynaddsubfx"]

ZynAddSubFX
-----------

ZynAddSubFX is a fully featured musical software synthesizer for Linux, MacOS, BSD, and Windows.
ZynAddSubFX exposes a wide array of synthesis parameters to make it flexible tool for sound design and a fun experience for playing instruments.

image::doc/zyn-fusion-add.png[Zyn-Fusion Add Synth Editor]

Features
~~~~~~~~

*   Polyphonic with support for legato and mono playing modes.
*   Three synthesizer engines:
**      Additive Synthesis for classic synth sounds composed of a variety of voices with powerful modulation. This exposes modulators ranging from LFOs and envelopes to oscillator modulators for FM, PM, and AM.
**      Subtractive Synthesis for creating variable bandwidth harmonics from filtered white noise.
**      PAD synthesis for creating beautiful pads and other instruments.
*   Powerful waveform generator with up to 128 sine/non-sine harmonics.
*   A variety of filters including analogue modeled filters, formant filters, and state variable filters.
*   Envelopes can have ADSR (or ASR, etc..) modes or can be free modes (with any shape).
*   Effects for Reverb, Echo, Chorus/Flange, Phasing, Wave-shaping, Equalizing, Dynamic Filtering with flexible signal routing.
*   Instruments can be organized in kits, which allows you to make drum kits or layered instruments; this makes possible to use more than one instrument for a single part. It is possible to choose what items from the kit should be processed by the Part's effects.
*   Randomness settings to create subtle differences in each sound to help create that familiar analogue warmth.
*   Microtonal capabilities with any scale, up to 128 notes per octave, and key mapping.
*   Extensive MIDI/Audio driver support including JACK, ALSA, OSS, and PortAudio. The following MIDI protocol extensions are provided:
**      Floating point notes via MIDI SysEx. Allows the exact pitch of a note on event to be specified as a 28-bit value.
**      Per-note controller events via MIDI SysEx. Allows individual active notes to receive MIDI control events.
**      Per-note pitch bend events via MIDI SysEx. Allows individual active notes to change pitch.
*   Session Management Support via LASH/NSM.
*   Plugin Support via DSSI/LV2/VST.
*   Over 1100 high quality instruments included.


For more information see:

- The project page: http://zynaddsubfx.sf.net
- The mailing list: https://sourceforge.net/projects/zynaddsubfx/lists/zynaddsubfx-user
- The public forum: https://www.kvraudio.com/forum/viewforum.php?f=47
- The IRC channel: #zynaddsubfx on irc.Libera.chat

Dependencies
~~~~~~~~~~~~

ZynAddSubFX depends on a number of dependencies for building.
For more information on building the core along with the FLTK based interface see doc/building.txt and for building the new interface see https://github.com/zynaddsubfx/zyn-fusion-build.

Required:

- FFTW 3.x.x  - necessary for Fast Fourier computations
- MXML-2.5+   - from https://www.msweet.org/mxml/
- zlib        - from https://www.zlib.net/
- Liblo       - networked open sound control

Optional:

- FLTK (for the oldest user interface)
- NTK  (for the old user interface)
- JACK
- OSS
- ALSA
- LASH
- DSSI

Sibling projects
~~~~~~~~~~~~~~~~

- rtosc       - realtime open sound control https://github.com/fundamental/rtosc
- mruby-zest  - the framework for the zyn-fusion GUI https://github.com/mruby-zest/mruby-zest


License
~~~~~~~

ZynAddSubFX is available under the GPL-2.0-or-later license.

Have fun! :-)

--The ZynAddSubFX team