MIDI library
Project description
libmidi
libmidi is a MIDI library written from scratch with object oriented programming and proper typing in mind, while trying to keep overhead as minimal as possible.
This is supposed to be a replacement to Mido, which seems dead development-wise and it has a log of bugs.
It follows the official MIDI 1.0 specifications
Requires Python 3.8 or greater
Installation
pip3 install libmidi
Instructions
# Open a file
from libmidi.types import MidiFile
MidiFile.from_file("midi.mid")
Complete documentation is at Read the Docs
License
#
# Copyright (C) 2022 Sebastiano Barezzi
#
# SPDX-License-Identifier: LGPL-3.0-or-later
#
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
libmidi-1.1.0.tar.gz
(12.2 kB
view details)
Built Distribution
libmidi-1.1.0-py3-none-any.whl
(17.9 kB
view details)
File details
Details for the file libmidi-1.1.0.tar.gz
.
File metadata
- Download URL: libmidi-1.1.0.tar.gz
- Upload date:
- Size: 12.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.10 Linux/5.13.0-48-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 119e70134cd059fad8bdb335b948d7d6187e6dc9b9458699cee1338b4776a100 |
|
MD5 | 7f987ba762a7daa1d3e711245d38167b |
|
BLAKE2b-256 | 861ae74dbb19b6e87f2b96a3aa8d53e606918048d23f82f044d425c5d3de4df1 |
File details
Details for the file libmidi-1.1.0-py3-none-any.whl
.
File metadata
- Download URL: libmidi-1.1.0-py3-none-any.whl
- Upload date:
- Size: 17.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.13 CPython/3.8.10 Linux/5.13.0-48-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 825d9711ba0c8d2a27150112f0a84e166a65fa703cb293549ac9b56f686b79d2 |
|
MD5 | 2a67ef0750c410bf6ce875e80b7f8cd9 |
|
BLAKE2b-256 | be01ed498a91cfd0b5d470165511e584b81c2639b75ad373aa42d941bb0725e1 |