Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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}
}
```