An open API service indexing awesome lists of open source software.

https://github.com/mutwo-org/mutwo.midi

Midi extension for event based library mutwo
https://github.com/mutwo-org/mutwo.midi

algorithmic-composition generative-arts midi mutwo python

Last synced: 27 days ago
JSON representation

Midi extension for event based library mutwo

Awesome Lists containing this project

README

          

# mutwo.midi

[![Build Status](https://circleci.com/gh/mutwo-org/mutwo.midi.svg?style=shield)](https://circleci.com/gh/mutwo-org/mutwo.midi)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
[![PyPI version](https://badge.fury.io/py/mutwo.midi.svg)](https://badge.fury.io/py/mutwo.midi)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Midi extension for [mutwo](https://github.com/mutwo-org/mutwo).

This extension implements the following subpackage

- `mutwo.midi_converters`

This package adds various classes to support the rendering of standard midi files from mutwo events and the conversion of midi files to mutwo events.

### Installation

mutwo.midi is available on [pypi](https://pypi.org/project/mutwo.midi/) and can be installed via pip:

```sh
pip3 install mutwo.midi
```