sCoda


NamesCoda JSON
Version 1.0 PyPI version JSON
download
home_page
SummaryA library for handling and modifying MIDI files
upload_time2022-12-08 21:53:31
maintainer
docs_urlNone
authorFelix Schön
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# sCoda

sCoda is a Python library for handling MIDI files.
sCoda supports a plethora of different MIDI manipulation operations, such as:

- quantisation of notes
- quantisation of notelengths
- splitting sequences into bars
- transposing of sequences
- creating piano-roll visualisations of pieces
- judging the difficulty of pieces

sCoda was used in our project [PAUL-2](https://github.com/FelixSchoen/PAUL-2) to process MIDI files.
For information about how to use sCoda we refer to chapter 5 of the [thesis](https://github.com/FelixSchoen/PAUL-2/blob/main/DiplomaThesis.pdf) in which sCoda was introduced.


            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "sCoda",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Felix Sch\u00f6n",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/68/2a/16301a19eb34767a881b08739d642ecac61bfabdb9e0fda595fded2873c2/sCoda-1.0.tar.gz",
    "platform": null,
    "description": "\n# sCoda\n\nsCoda is a Python library for handling MIDI files.\nsCoda supports a plethora of different MIDI manipulation operations, such as:\n\n- quantisation of notes\n- quantisation of notelengths\n- splitting sequences into bars\n- transposing of sequences\n- creating piano-roll visualisations of pieces\n- judging the difficulty of pieces\n\nsCoda was used in our project [PAUL-2](https://github.com/FelixSchoen/PAUL-2) to process MIDI files.\nFor information about how to use sCoda we refer to chapter 5 of the [thesis](https://github.com/FelixSchoen/PAUL-2/blob/main/DiplomaThesis.pdf) in which sCoda was introduced.\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A library for handling and modifying MIDI files",
    "version": "1.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "8aa0409222dfc8db99793f1257ef8569",
                "sha256": "490d0a3af5399f460ccb177068d154e16bb05731f541aa5ba7fefe1d8ff24531"
            },
            "downloads": -1,
            "filename": "sCoda-1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8aa0409222dfc8db99793f1257ef8569",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 34153,
            "upload_time": "2022-12-08T21:53:01",
            "upload_time_iso_8601": "2022-12-08T21:53:01.565475Z",
            "url": "https://files.pythonhosted.org/packages/b5/25/52226c515cecbcccd0c7fcd67ed7fb74334ba1ca868bf25b8b6580fa4cee/sCoda-1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "abe7d1c6c74bf0c2224f7dc945c256a1",
                "sha256": "90810c038ff8fe435e941e5f0b27fe6dbb0b21597cb766281c649dacbbef89a3"
            },
            "downloads": -1,
            "filename": "sCoda-1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "abe7d1c6c74bf0c2224f7dc945c256a1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 32062,
            "upload_time": "2022-12-08T21:53:31",
            "upload_time_iso_8601": "2022-12-08T21:53:31.638035Z",
            "url": "https://files.pythonhosted.org/packages/68/2a/16301a19eb34767a881b08739d642ecac61bfabdb9e0fda595fded2873c2/sCoda-1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-08 21:53:31",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "scoda"
}
        
Elapsed time: 0.01713s