Software synthesizer based on the SoundFont 2 specifications
Go to file
jjceresa 03d518eeba Add mod_count parameter to fluid_list_check_linked_mod()
1)@param mod_count number of modulators in table list_mod:
  - If > 0, the function assumes that list_mod is a table and
    initializes it as a list of modulators chained by next field, so that the caller
    doesn't need to do this initialization. This is appropriate when the
    function is called from fluid_voice_add_mod2().

  - If 0, the function assumes that mod_list is a list of modulators with next
    field properly initalialized by the caller. This is appropriate when the
    function is called from the soundfont loader.

 2) Test 11 is added to test_modulator_links.c allowing to test	this new  parameter.
2019-09-17 18:35:47 +02:00
.github Update issue_template.md 2019-01-17 19:52:27 +01:00
cmake_admin Restructure cmake build summary (#542) 2019-06-28 16:28:41 +02:00
doc Merge branch 'master' into linked-modulators 2019-07-10 13:54:41 +02:00
include Starting linked-modulators branch. 2019-01-01 12:11:07 +01:00
sf2 remove VintageDreamsWaves-v2.sf3 2019-03-24 17:25:57 +01:00
src Add mod_count parameter to fluid_list_check_linked_mod() 2019-09-17 18:35:47 +02:00
test Add mod_count parameter to fluid_list_check_linked_mod() 2019-09-17 18:35:47 +02:00
.appveyor-vcpkg.yml Suppress abort() dialog on windows (#549) 2019-08-06 17:29:49 +02:00
.azure-pipelines.yml Suppress abort() dialog on windows (#549) 2019-08-06 17:29:49 +02:00
.cirrus.yml Suppress abort() dialog on windows (#549) 2019-08-06 17:29:49 +02:00
.clang-format cmake: setup formatting targets 2018-06-24 12:59:46 +02:00
.clang-tidy Silence clang-tidy's unsafe string operations 2019-07-11 10:16:22 +02:00
.gitignore add gitignore 2017-09-23 18:17:40 +02:00
.travis.yml Suppress abort() dialog on windows (#549) 2019-08-06 17:29:49 +02:00
AUTHORS Support Loading DLS Files (#493) 2019-05-11 05:31:56 +02:00
CMakeLists.txt Restore original libinstpatch pkgconfig module name 2019-08-02 14:06:54 +02:00
CONTRIBUTING.md update CONTRIBUTING.md 2019-03-10 10:20:34 +01:00
ChangeLog remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +02:00
LICENSE move README and LICENSE to top-level dir 2017-07-27 12:11:26 +02:00
NEWS remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +02:00
README-OSX update READMEs 2018-06-15 18:38:21 +02:00
README.cmake.md Update and rename README.cmake to README.cmake.md 2018-06-15 17:47:12 +02:00
README.md Set up Azure Pipelines for most Windows CI builds (#541) 2019-06-29 10:56:09 +02:00
THANKS remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +02:00
TODO cleanup TODO 2018-08-16 11:06:11 +02:00
fluidsynth.conf.in add systemd service files 2018-02-20 21:31:35 +01:00
fluidsynth.pc.in remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +02:00
fluidsynth.service.in Improve systemd integration 2019-03-02 10:18:32 +01:00
fluidsynth.spec.in remove fop-level "fluidsynth" directory node 2017-09-03 13:30:26 +02:00

README.md

FluidSynth

Build Status glib < 2.30 glib >= 2.30
Linux n.a. Build Status Travis
FreeBSD n.a. Build Status
Windows/MacOSX Build Status Build status

FluidSynth is a software real-time synthesizer based on the Soundfont 2 specifications.

OHLOH Project Stats

FluidSynth reads and handles MIDI events from the MIDI input device. It is the software analogue of a MIDI synthesizer. FluidSynth can also play midifiles using a Soundfont.

Information on the web

The place to look if you are looking for the latest information on FluidSynth is the web site at http://www.fluidsynth.org/.

For documentation, please see the links below.

For information on how to build FluidSynth from source, please see our wiki page.

Why did we do it

The synthesizer grew out of a project, started by Samuel Bianchini and Peter Hanappe, and later joined by Johnathan Lee, that aimed at developing a networked multi-user game.

Sound (and music) was considered a very important part of the game. In addition, users had to be able to extend the game with their own sounds and images. Johnathan Lee proposed to use the Soundfont standard combined with an intelligent use of midifiles. The arguments were:

  • Wave table synthesis is low on CPU usage, it is intuitive and it can produce rich sounds

  • Hardware acceleration is possible if the user owns a Soundfont compatible soundcard (important for games!)

  • MIDI files are small and Soundfont2 files can be made small thru the intelligent use of loops and wavetables. Together, they are easier to downloaded than MP3 or audio files.

  • Graphical editors are available for both file format: various Soundfont editors are available on PC and on Linux (Smurf!), and MIDI sequencers are available on all platforms.

It seemed like a good combination to use for an (online) game.

In order to make Soundfonts available on all platforms (Linux, Mac, and Windows) and for all sound cards, we needed a software Soundfont synthesizer. That is why we developed FluidSynth.

Design decisions

The synthesizer was designed to be as self-contained as possible for several reasons:

  • It had to be multi-platform (Linux, MacOS, Win32). It was therefore important that the code didn't rely on any platform specific library.

  • It had to be easy to integrate the synthesizer modules in various environements, as a plugin or as a dynamically loadable object. I wanted to make the synthesizer available as a plugin (jMax, LADSPA, Xmms, WinAmp, Director, ...); develop language bindings (Python, Java, Perl, ...); and integrate it into (game) frameworks (Crystal Space, SDL, ...). For these reasons I've decided it would be easiest if the project stayed very focussed on it's goal (a Soundfont synthesizer), stayed small (ideally one file) and didn't dependent on external code.

Home Page

Documentation

Software SoundFont Synthesizers:

Soundfont Editors

Conversion Tools

Soundfont Databases