pyFluidSynth


NamepyFluidSynth JSON
Version 1.3.3 PyPI version JSON
download
home_pagehttps://github.com/nwhitehead/pyfluidsynth
SummaryPython bindings for FluidSynth, a MIDI synthesizer that uses SoundFont instruments
upload_time2024-02-18 21:02:40
maintainer
docs_urlNone
authorNathan Whitehead
requires_python
license
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
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 play audio itself, or you can call a function that returns chunks
of audio data and output the data to the soundcard yourself.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nwhitehead/pyfluidsynth",
    "name": "pyFluidSynth",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Nathan Whitehead",
    "author_email": "nwhitehe@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/aa/47/6cc16e4836de9d372c0adac7bdcf8fee7cfd1b12fff718de50e2b8fe3327/pyFluidSynth-1.3.3.tar.gz",
    "platform": null,
    "description": "\nThis module contains python bindings for FluidSynth.  FluidSynth is a\nsoftware synthesizer for generating music.  It works like a MIDI\nsynthesizer.  You load patches, set parameters, then send NOTEON and\nNOTEOFF events to play notes.  Instruments are defined in SoundFonts,\ngenerally files with the extension SF2.  FluidSynth can either be used\nto play audio itself, or you can call a function that returns chunks\nof audio data and output the data to the soundcard yourself.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Python bindings for FluidSynth, a MIDI synthesizer that uses SoundFont instruments",
    "version": "1.3.3",
    "project_urls": {
        "Homepage": "https://github.com/nwhitehead/pyfluidsynth"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "aa476cc16e4836de9d372c0adac7bdcf8fee7cfd1b12fff718de50e2b8fe3327",
                "md5": "93098f8fc086fb793b8723f066003f91",
                "sha256": "d50d4b55073e7580b2a3ca470992b6c51c279dba1c5512dc85135595f42d6881"
            },
            "downloads": -1,
            "filename": "pyFluidSynth-1.3.3.tar.gz",
            "has_sig": false,
            "md5_digest": "93098f8fc086fb793b8723f066003f91",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 26589,
            "upload_time": "2024-02-18T21:02:40",
            "upload_time_iso_8601": "2024-02-18T21:02:40.841788Z",
            "url": "https://files.pythonhosted.org/packages/aa/47/6cc16e4836de9d372c0adac7bdcf8fee7cfd1b12fff718de50e2b8fe3327/pyFluidSynth-1.3.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-18 21:02:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nwhitehead",
    "github_project": "pyfluidsynth",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pyfluidsynth"
}
        
Elapsed time: 0.18122s