Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/juliamusic/musicmanipulations.jl
Manipulate music data, humanize, quantize and analyze music performances with Julia
https://github.com/juliamusic/musicmanipulations.jl
humanizer julia midi music music-manipulation notes quantizer timeseries
Last synced: about 2 months ago
JSON representation
Manipulate music data, humanize, quantize and analyze music performances with Julia
- Host: GitHub
- URL: https://github.com/juliamusic/musicmanipulations.jl
- Owner: JuliaMusic
- License: mit
- Created: 2018-02-19T11:41:28.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T23:48:55.000Z (almost 1 year ago)
- Last Synced: 2024-06-11T19:33:22.626Z (7 months ago)
- Topics: humanizer, julia, midi, music, music-manipulation, notes, quantizer, timeseries
- Language: Julia
- Homepage:
- Size: 220 KB
- Stars: 46
- Watchers: 5
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Citation: CITATION.bib
Awesome Lists containing this project
README
| **Documentation** | **Travis** | **Citation**
|:--------:|:--------:|:------:|
|[![](https://img.shields.io/badge/docs-online-blue.svg)](https://juliamusic.github.io/JuliaMusic_documentation.jl/latest/) | [![Build Status](https://travis-ci.org/JuliaMusic/MusicManipulations.jl.svg?branch=master)](https://travis-ci.org/JuliaMusic/MusicManipulations.jl) | [![status](http://joss.theoj.org/papers/e0cfc67982f857ed96d906ff2266aa15/status.svg)](http://joss.theoj.org/papers/e0cfc67982f857ed96d906ff2266aa15)* Manipulate music data (translate/transpose etc)
* Advanced music data extraction
* Quantize/classify notes
* Take your music practice to the next level
* And more!For more details please see the official documentation.
## Citing
If you used **MIDI.jl** or **MusicManipulations.jl** in research that resulted in publication, then please cite our paper using the following BibTeX entry:
```bibtex
@article{Datseris2019,
doi = {10.21105/joss.01166},
url = {https://doi.org/10.21105/joss.01166},
year = {2019},
month = {mar},
publisher = {The Open Journal},
volume = {4},
number = {35},
pages = {1166},
author = {George Datseris and Joel Hobson},
title = {{MIDI}.jl: Simple and intuitive handling of MIDI data.},
journal = {The Journal of Open Source Software}
}
```