Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README-fluidsynth.md | 2015-11-28 | 1.8 kB | |
Totals: 1 Item | 1.8 kB | 0 |
FluidSynth is a real-time software synthesizer based on the SoundFont 2 specifications and has reached widespread distribution. FluidSynth itself does not have a graphical user interface, but due to its powerful API several applications utilize it and it has even found its way onto embedded systems and is used in some mobile apps.
Project Pages:
- http://www.fluidsynth.org/
- http://fluidsynth.elementsofsound.org/
- https://sourceforge.net/projects/fluidsynth/
Source:
- Releases: HTTP
- Development: Git, Subversion (obsolete)
Licenses:
Documentation:
Support:
Notes:
- CMake build system recommended
- Configured Options:
- --build=i686-pc-mingw32: 32-bit build for Win32/MinGW32
- --disable-static --enable-shared: Shared libs only (.dll)
- --disable-debug: Release build without debugging symbols
- !!! IMPORTANT !!! (autotools):
- If not building from root directory, must copy ./include/fluidsynth/version.h to <ROOT>/include/fluidsynth/