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
- Host: GitHub
- URL: https://github.com/jsbean/q-parse
- Owner: jsbean
- Created: 2016-12-23T15:48:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-14T15:24:58.000Z (over 9 years ago)
- Last Synced: 2025-05-31T01:13:04.671Z (about 1 year ago)
- Language: C++
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
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/