Metadata-Version: 1.0
Name: pyFluidSynth
Version: 1.1
Summary: Python bindings for FluidSynth, a MIDI synthesizer that uses SoundFont instruments
Home-page: http://code.google.com/p/pygalaxy/
Author: Nathan Whitehead
Author-email: nwhitehe@gmail.com
License: UNKNOWN
Description: 
        This module contains python bindings for FluidSynth.  FluidSynth is a software
        synthesizer for generating music.  It works like a MIDI synthesizer.  You load
        patches, set parameters, then send NOTEON and NOTEOFF events to play notes.
        Instruments are defined in SoundFonts, generally files with the extension SF2.
        FluidSynth can either be used to generate audio itself, or you can call a
        function that returns chunks of audio data and output the data to the soundcard
        yourself.
Platform: UNKNOWN
