Skip to main content

MIDI library

Project description

libmidi

PyPi version Codacy Badge Documentation Status

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


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 hashes)

Uploaded Source

Built Distribution

libmidi-1.1.0-py3-none-any.whl (17.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page