https://github.com/mutwo-org/mutwo.music
Music extension for event based library mutwo
https://github.com/mutwo-org/mutwo.music
algorithmic-composition composition instruments microtonal microtonality music music-programming music-theory mutwo python
Last synced: 27 days ago
JSON representation
Music extension for event based library mutwo
- Host: GitHub
- URL: https://github.com/mutwo-org/mutwo.music
- Owner: mutwo-org
- License: gpl-3.0
- Created: 2022-01-08T16:04:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-08T14:26:50.000Z (4 months ago)
- Last Synced: 2025-10-08T16:22:56.731Z (4 months ago)
- Topics: algorithmic-composition, composition, instruments, microtonal, microtonality, music, music-programming, music-theory, mutwo, python
- Language: Python
- Homepage: https://mutwo-org.github.io/
- Size: 384 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# mutwo.music
[](https://circleci.com/gh/mutwo-org/mutwo.music)
[](https://www.gnu.org/licenses/gpl-3.0)
[](https://badge.fury.io/py/mutwo.music)
[](https://github.com/psf/black)
Music extension for event based library [Mutwo](https://github.com/mutwo-org/mutwo.core).
This extension implements:
- `mutwo.music_converters`
- `mutwo.music_events`
- `mutwo.music_parameters`
### Installation
mutwo.music is available on [pypi](https://pypi.org/project/mutwo.music/) and can be installed via pip:
```sh
pip3 install mutwo.music
```