Zurück zum Ranking

FluidSynth/fluidsynth

Cfluidsynth.org

Software synthesizer based on the SoundFont 2 specifications

synthesizersoundfont2-synthesizer-librarymidi-playersoundfont-synthesizersmidifluidsynthsoundfontslinuxrealtimecross-platformmidi-fileswavetables
Sterne-Wachstum
Sterne
2.4k
Forks
326
Wochenwachstum
Issues
16
1k2k
Juni 2017Juni 2020Juli 2023Juli 2026
README

FluidSynth

Build Status
Linux (CI) FluidSynth Linux
Linux (Packaging) build result
Alpine (musl) Fluidsynth Alpine
Windows 10 Fluidsynth Windows
MacOSX Build Status
Android Build Status
iOS FluidSynth iOS
Solaris FluidSynth Solaris

FluidSynth is a cross-platform, real-time software synthesizer based on the Soundfont 2 specification.

FluidSynth generates audio by reading and handling MIDI events from MIDI input devices by using a SoundFont. It is the software analogue of a MIDI synthesizer. FluidSynth can also play MIDI files.

SonarQube Quality Gate Status OHLOH Project Stats

Documentation

The central place for documentation and further links is our wiki here at GitHub:

https://www.fluidsynth.org/wiki

If you are missing parts of the documentation, let us know by writing to our mailing list. Of course, you are welcome to edit and improve the wiki yourself. All you need is an account at GitHub. Alternatively, you may send an EMail to our mailing list along with your suggested changes. Further information about the mailing list is available in the wiki as well.

Latest information about FluidSynth is also available on the web site at https://www.fluidsynth.org/.

License

The source code for FluidSynth is distributed under the terms of the GNU Lesser General Public License, see the LICENSE file. To better understand the conditions how FluidSynth can be used in e.g. commercial or closed-source projects, please refer to the LicensingFAQ in our wiki.

Building from source

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


Historical background

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 intelligent use of midifiles. The arguments were:

  • Wavetable 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 environments, 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 focused on its goal (a Soundfont synthesizer), stayed small (ideally one file) and didn't dependent on external code.

Ähnliche Repositories
sonic-pi-net/sonic-pi

Code. Music. Live.

C++Otherlivecodingmusic
sonic-pi.net
11.9k980
surge-synthesizer/surge

Synthesizer plug-in (previously released as Vember Audio Surge)

CGNU General Public License v3.0synthesizervst3
surge-synthesizer.github.io
3.9k472
tidalcycles/strudel

MOVED TO CODEBERG - Web-based environment for live coding algorithmic patterns, incorporating a faithful port of TidalCycles to JavaScript

GNU Affero General Public License v3.0algoravetidalcycles
codeberg.org/uzu/strudel
3k257
chaosprint/glicol

Graph-oriented live coding language and music/audio DSP library written in Rust

Rustcrates.ioMIT Licenserustaudioworklet
glicol.org
3k99
bitfieldaudio/OTTO

Sampler, Sequencer, Multi-engine synth and effects - in a box! [WIP]

C++Otheraudioraspberry-pi
bitfieldaudio.com
2.7k150
jarikomppa/soloud

Free, easy, portable audio engine for games

COtheraudiogame-development
soloud-audio.com
2.1k344
AudioKit/AudioKitSynthOne

AudioKit Synth One: Open-Source iOS Synthesizer App

SwiftMIT Licensesoundmusic
audiokitpro.com/synth
1.8k229
dwhinham/mt32-pi

🎹🎶 A baremetal kernel that turns your Raspberry Pi 3 or later into a Roland MT-32 emulator and SoundFont synthesizer based on Circle, Munt, and FluidSynth.

C++GNU General Public License v3.0raspberry-piraspberrypi
twitter.com/d0pefish
1.7k156
probonopd/MiniDexed

Dexed FM synthesizer similar to 8x DX7 (TX816/TX802) running on a bare metal Raspberry Pi (without a Linux kernel or operating system)

C++GNU General Public License v3.0frequency-modulationraspberry-pi
github.com/probonopd/MiniDexed/wiki
1.6k134
ad-si/awesome-music-production

A curated list of software, services, and resources to create and distribute music

ISC Licensemusicmusic-production
1.5k129
stewdio/beep.js

Beep is a JavaScript toolkit for building browser-based synthesizers.

JavaScriptnpmOthermusicaudio
beepjs.com
1.4k84
DBraun/DawDreamer

Digital Audio Workstation with Python; VST instruments/effects, parameter automation, FAUST, JAX, Warp Markers, and JUCE processors

C++GNU General Public License v3.0juceaudio
dirt.design/DawDreamer/
1.3k95