midi-tempo-tools


Namemidi-tempo-tools JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/zhaoyu010/midiv
SummaryA tool for handling MIDI file tempo operations
upload_time2024-12-27 04:35:17
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords midi tempo music bpm
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # MIDI Tempo Tools

一个用于处理MIDI文件速度的Python工具包。

## 功能

- 获取MIDI文件的BPM
- 获取MIDI文件中所有的速度变化
- 统一设置MIDI文件的速度
- 使用外部JAR工具处理MIDI速度

## 安装

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zhaoyu010/midiv",
    "name": "midi-tempo-tools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "midi, tempo, music, bpm",
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/fe/f9/cd96244dcacc69c0c3a55d49762c29ada031cdf1e8cbbc5a9dab31182d9d/midi_tempo_tools-0.1.0.tar.gz",
    "platform": null,
    "description": "# MIDI Tempo Tools\r\n\r\n\u4e00\u4e2a\u7528\u4e8e\u5904\u7406MIDI\u6587\u4ef6\u901f\u5ea6\u7684Python\u5de5\u5177\u5305\u3002\r\n\r\n## \u529f\u80fd\r\n\r\n- \u83b7\u53d6MIDI\u6587\u4ef6\u7684BPM\r\n- \u83b7\u53d6MIDI\u6587\u4ef6\u4e2d\u6240\u6709\u7684\u901f\u5ea6\u53d8\u5316\r\n- \u7edf\u4e00\u8bbe\u7f6eMIDI\u6587\u4ef6\u7684\u901f\u5ea6\r\n- \u4f7f\u7528\u5916\u90e8JAR\u5de5\u5177\u5904\u7406MIDI\u901f\u5ea6\r\n\r\n## \u5b89\u88c5\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A tool for handling MIDI file tempo operations",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/zhaoyu010/midiv"
    },
    "split_keywords": [
        "midi",
        " tempo",
        " music",
        " bpm"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e8e0b06fc3d72a56d718eb4cf8886c9c3b235fb6b18e45f3af51ea795f7a3fc8",
                "md5": "cef5393f04aa17c65cc3757f0724debb",
                "sha256": "7e67a787a6fd30dd5332fe2293bc134b45db858bd74e9c5a37866da2ae71d511"
            },
            "downloads": -1,
            "filename": "midi_tempo_tools-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "cef5393f04aa17c65cc3757f0724debb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 7587,
            "upload_time": "2024-12-27T04:35:14",
            "upload_time_iso_8601": "2024-12-27T04:35:14.564357Z",
            "url": "https://files.pythonhosted.org/packages/e8/e0/b06fc3d72a56d718eb4cf8886c9c3b235fb6b18e45f3af51ea795f7a3fc8/midi_tempo_tools-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fef9cd96244dcacc69c0c3a55d49762c29ada031cdf1e8cbbc5a9dab31182d9d",
                "md5": "90ec40c20cd02335c1515dce96090f0e",
                "sha256": "ea4d9e55b12a7ebbdd85de7a00f460792cd243b132550c6727d743d9d1605911"
            },
            "downloads": -1,
            "filename": "midi_tempo_tools-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "90ec40c20cd02335c1515dce96090f0e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 7730,
            "upload_time": "2024-12-27T04:35:17",
            "upload_time_iso_8601": "2024-12-27T04:35:17.033260Z",
            "url": "https://files.pythonhosted.org/packages/fe/f9/cd96244dcacc69c0c3a55d49762c29ada031cdf1e8cbbc5a9dab31182d9d/midi_tempo_tools-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-27 04:35:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zhaoyu010",
    "github_project": "midiv",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "midi-tempo-tools"
}
        
Elapsed time: 0.36691s