python-midi / libmidi_io

MIDI I/O utils

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libmidi_io

PyPi version Codacy Badge

MIDI I/O utils.

This additional libmidi package adds basic MIDI I/O support (like mido.ports does). It provides a base abstract MIDI port class with some utils (input and output support being consolidated into one class). It still lacks a lot of features (TCP/IP remote ports, backends, etc), which will be rewrote from scratch with time.

Requires Python 3.8 or greater

Installation

pip3 install libmidi_io

Instructions

TODO

License

#
# Copyright (C) 2022 Sebastiano Barezzi
#
# SPDX-License-Identifier: LGPL-3.0-or-later
#

About

MIDI I/O utils


Languages

Language:Python 100.0%