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
- Host: GitHub
- URL: https://github.com/mutwo-org/mutwo.midi
- Owner: mutwo-org
- License: gpl-3.0
- Created: 2022-01-08T17:43:37.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-02-19T22:17:46.000Z (12 months ago)
- Last Synced: 2025-08-28T03:23:02.512Z (6 months ago)
- Topics: algorithmic-composition, generative-arts, midi, mutwo, python
- Language: Python
- Homepage: https://mutwo-org.github.io/
- Size: 129 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# mutwo.midi
[](https://circleci.com/gh/mutwo-org/mutwo.midi)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://badge.fury.io/py/mutwo.midi)
[](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
```