Jump to content

FluidSynth

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Psi29a (talk | contribs) at 10:47, 23 January 2014 (small update to right part of MIDI page). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

FluidSynth
Developer(s)Peter Hanappe and others
Stable release
1.1.6 / August 16, 2012; 11 years ago (2012-08-16)
Repository
Written inC
Operating systemUnix-like, Windows
Available inEnglish
TypeSoftware synthesizer
LicenseGNU Lesser General Public License (version 2 or later)
Websitefluidsynth.sourceforge.net

FluidSynth, formerly known as iiwusynth, is a free open source software synthesizer which converts MIDI note data into an audio signal using SoundFont technology without need for a SoundFont-compatible soundcard. FluidSynth can act as a virtual MIDI device, capable of receiving MIDI data from any program and transforming it into audio on-the-fly. It can also read in SMF (.mid) files directly. On the output side, it can send audio data directly to an audio device for playback, or to a Raw or Wave file. It can also convert a SMF file directly to an audio file in faster-than-real-time.[1] The combination of these features gives FluidSynth the following major use cases:

  • Synthesizing MIDI data from another application directly to the speakers,
  • Synthesizing MIDI data from another application, recording the output to an audio file,
  • Playing a MIDI file to the speakers,
  • Converting a MIDI file to a digital audio file.

The size of loaded SoundFont banks is limited by the amount of RAM available. There is a GUI for FluidSynth called Qsynth, which is also open source. Both are available in most Linux distributions, and can also be compiled for Windows.

It features microtonal support and was used in the MicrotonalISM project of the Network for Interdisciplinary Studies in Science, Technology, and Music.[2] A Max/MSP plugin is available from IRCAM.[3]

The core synthesizer is written as a C library with a large API. Partial bindings for Python,[4] Ruby,[5] and .NET[6] are available.

See also

References

  1. ^ Josh Green (November 2, 2009). "FluidSynth 1.1.0 - "A More Solid Fluid"". Retrieved 2 September 2010.
  2. ^ MicrotonalISM Project Home Page
  3. ^ http://imtr.ircam.fr/imtr/FluidSynth_for_Max/MSP
  4. ^ http://code.google.com/p/pyfluidsynth/
  5. ^ https://github.com/steinbro/ruby-fluidsynth
  6. ^ http://www.z-sys.org/products/fluidwrapper.aspx