Skip to content

romainletendart/zynaddsubfx

 
 

Repository files navigation

ZynAddSubFX

It is a feature heavy realtime software synthesizer for Linux, OSX, and Windows.

Originally written by Nasca Octavian Paul <zynaddsubfx AT yahoo D0T com>

Maintained by Mark McCurry 2009+.

ZynAddSubFX is free program and is distributed WITH NO WARRANTY. It is licensed under GNU General Public License version 2 (and only version 2).

Requirements:

Optional:

Compilation:

For the main program see doc/build.txt.
To compile the Spliter, run "make" from the "Spliter" directory.
To compile the Controller, run "make" from the "Controller" directory.

Running on Linux

Under linux there are several options for both audio output and MIDI input. Defaults are set at compile time and the desired backend can be set when starting ZynAddSubFX with the '-I' and '-O' options. The currently supported backends are:

  • Audio Output

    • ALSA (Advanced Linux Sound Architecture)

    • OSS (Open Sound System)

    • JACK (JACK Audio Connection Kit)

    • Port Audio

  • MIDI Input

    • ALSA

    • OSS

    • JACK

Running on OSX

Under OSX simply download the binary available on http://sourceforge.net/projects/zynaddsubfx and run with JACK

Running on Windows

Note
At this time only older versions of ZynAddSubFX were compiled on windows See older versions on sf.net (ie version 2.2.1)

Have fun! :-) --The ZynAddSubFX team

About

ZynAddSubFX mirror - Do NOT put Pull Requests here, see upstream at zynaddsubfx.sf.net

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.3%
  • C 6.9%
  • Other 0.8%