fluidsynth/README.md

146 lines
5.3 KiB
Markdown
Raw Normal View History

2017-08-10 21:20:17 +00:00
# FluidSynth
2017-12-14 19:24:41 +00:00
| Build Status | glib < 2.30 | glib >= 2.30 |
|---|---|---|
| Linux/MacOSX| n.a. | [![Build Status Travis](https://travis-ci.org/FluidSynth/fluidsynth.svg?branch=master)](https://travis-ci.org/FluidSynth/fluidsynth/branches) |
| Windows | [![Build status Appveyor](https://ci.appveyor.com/api/projects/status/n24ybk0dmttjwdk2/branch/master?svg=true)](https://ci.appveyor.com/project/derselbst/fluidsynth/branch/master) | [![Build status](https://ci.appveyor.com/api/projects/status/anbmtebt5uk4q1it/branch/master?svg=true)](https://ci.appveyor.com/project/derselbst/fluidsynth-g2ouw/branch/master) |
2018-01-27 14:12:12 +00:00
### FluidSynth is a software real-time synthesizer based on the Soundfont 2 specifications.
2018-01-27 14:12:12 +00:00
[![OHLOH Project Stats](https://www.openhub.net/p/fluidsynth/widgets/project_thin_badge?format=gif)](https://www.openhub.net/p/fluidsynth)
2003-03-11 16:56:45 +00:00
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
2003-03-11 16:56:45 +00:00
The place to look if you are looking for the latest information on
FluidSynth is the web site at http://www.fluidsynth.org/.
2018-06-15 16:38:21 +00:00
For documentation, please [see the links below](#documentation).
For information on how to build FluidSynth from source, please [see our wiki page](https://github.com/FluidSynth/fluidsynth/wiki/BuildingWithCMake).
2003-03-11 16:56:45 +00:00
## Why did we do it
2003-03-11 16:56:45 +00:00
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
2003-03-11 16:56:45 +00:00
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.
## Links
2003-03-11 16:56:45 +00:00
2017-10-18 18:38:41 +00:00
### Home Page
2003-03-11 16:56:45 +00:00
- http://www.fluidsynth.org
2017-10-18 18:38:41 +00:00
### Documentation
2003-03-11 16:56:45 +00:00
- FluidSynth's wiki, https://github.com/FluidSynth/fluidsynth/wiki
- FluidSynth's API documentation, http://www.fluidsynth.org/api/
2003-03-11 16:56:45 +00:00
- Introduction to SoundFonts, by Josh Green,
http://smurf.sourceforge.net/sfont_intro.php
2017-07-27 10:24:33 +00:00
- Soundfont2 Documentation, http://www.synthfont.com/SFSPEC21.PDF (if
2003-03-11 16:56:45 +00:00
it moved, do a search on sfspec21.pdf).
- Soundfont.com FAQ, http://www.soundfont.com/faqs.html
- The MIDI Manufacturers Association has a standard called "Downloadable
Sounds (DLS)" that closely ressembles the Soundfont Specifications,
http://www.midi.org/about-midi/dls/abtdls.htm
2017-10-18 18:38:41 +00:00
### Software SoundFont Synthesizers:
2003-03-11 16:56:45 +00:00
- LiveSynth Pro DXi and Crescendo from LiveUpdate (Win),
http://www.livesynth.com/lspro.html
- Unity DS-1 from Bitheadz (Win & Mac), http://www.bitheadz.com/
- QuickTime 5 from Apple (Win & Mac), http://www.apple.com/quicktime/
- Logic from eMagic, http://www.emagic.de
2017-10-18 18:38:41 +00:00
### Soundfont Editors
2003-03-11 16:56:45 +00:00
2017-09-28 18:26:14 +00:00
- Project SWAMI by Josh Green (Linux), http://www.swamiproject.org/
2003-03-11 16:56:45 +00:00
2017-07-27 10:24:33 +00:00
- Vienna SoundFont Editor by Creative Technology Ltd. (Win)
2003-03-11 16:56:45 +00:00
2017-07-27 10:24:33 +00:00
- Alive Soundfont Editor by Soundfaction (Win), http://www.soundfaction.com/alive/index.htm
- Polyphone, http://polyphone-soundfonts.com/en/
2003-03-11 16:56:45 +00:00
**Note:** We cannot recommend using Audio Compositor for creating or editing Soundfonts, as it generates files that violate the Soundfont2 spec (specifically the order of generators as defined in section 8.1.2) and are therefore unusable with fluidsynth!
2003-03-11 16:56:45 +00:00
2017-10-18 18:38:41 +00:00
### Conversion Tools
2003-03-11 16:56:45 +00:00
- CDxtract from CDxtract (Win), http://www.cdxtract.com
- ReCycle from Propellerhead Software (Win & Mac),
http://www.propellerheads.se/products/recycle/
- Translator from Rubber Chicken Software (Win & Mac),
http://www.chickensys.com/translator
2017-10-18 18:38:41 +00:00
### Soundfont Databases
2003-03-11 16:56:45 +00:00
- HammerSound, http://www.hammersound.net