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

https://github.com/jsbean/q-parse

Rhythm quantization based on k-best parsing algorithm
https://github.com/jsbean/q-parse

Last synced: about 1 year ago
JSON representation

Rhythm quantization based on k-best parsing algorithm

Awesome Lists containing this project

README

          

qparse
Rhythm quantization library based on k-best parsing algorithms

gForge INRIA
https://gforge.inria.fr/projects/qparse

git clone git+ssh://florent@scm.gforge.inria.fr/gitroot/qparse/qparse.git
git clone https://florent@scm.gforge.inria.fr/authscm/florent/git/qparse/qparse.git

3 targets

quant (command line) TODO: dynamic library
rhythm quantification (from schema and input segment)
source dir. quant/quant.cpp

equiv (command line)
enumeration of rhythm in a given schema equivalent to a given ratio seq.
source dir. equiv/

schemas (command line)
management of schemas (read, write, normalize)
source dir. schemas/