Metadata-Version: 2.1
Name: mutwo.ext-music
Version: 0.6.0
Summary: music extension for event based framework for generative art
Home-page: https://github.com/mutwo-org/mutwo.ext-music
Author: Levin Eric Zimmermann
Author-email: levin.eric.zimmermann@posteo.eu
License: GPL
Project-URL: Documentation, https://mutwo.readthedocs.io/en/latest/
Platform: UNKNOWN
Requires-Python: >=3.9, <4
Description-Content-Type: text/markdown
Provides-Extra: testing
License-File: LICENSE

# mutwo.ext-music

[![Build Status](https://circleci.com/gh/mutwo-org/mutwo.ext-music.svg?style=shield)](https://circleci.com/gh/mutwo-org/mutwo.ext-music)
[![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.ext-music.svg)](https://badge.fury.io/py/mutwo.ext-music)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

Music extension for event based library [Mutwo](https://github.com/mutwo-org/mutwo).

This extension implements:

- `mutwo.ext.events.music`
- `mutwo.ext.parameters.abc`: `Pitch`, `PitchInterval`, `Volume`, ...
- `mutwo.ext.parameters.pitches`
- `mutwo.ext.parameters.volumes`
- `mutwo.ext.parameters.`...
- `mutwo.ext.converters.symmetrical.grace_notes`
- `mutwo.ext.converters.symmetrical.playing_indicators`
- `mutwo.ext.converters.symmetrical.`...

### Installation

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

```sh
pip3 install mutwo.ext-music
```


