Releases: freakimkaefig/musicjson-toolbox
Releases · freakimkaefig/musicjson-toolbox
v1.0.2
v1.0.1
Register as bower package.
v1.0.0
Restructure package for compatability in browser
v0.0.8
- Add function to generate abc step from json note
- Add function to adjust tempo in array of notes (divisions)
- Cleanup and update docs
v0.0.7
- Fix calculation of w_length for operations fragmentation and consolidation (according to Mongeau-Sankoff-Measure)
v0.0.6
- contains Mongeau-Sankoff-Measure [1]
- ability to include rest when generating note array (MusicJsonToolbox.notes)
- improve parsing (e.g. bool as string, number as string)
[1] Mongeau, M., & Sankoff, D. (1990). Comparison of musical sequences. Computers and the Humanities, 24(3), 161–175. http://doi.org/10.1007/BF00117340
v0.0.5
- Added distance for pitch and duration values
- Exclude rests from interval and parsons code series
- Minor bugfixing
v0.0.4
- Add ability to generate abc step from interval
- Update development scripts in package.json
- Exclude rests from calculation
- Fix transposition of notes to C major
v0.0.3
- Add edit-distance for interval and duration values
- Cleanup code
v0.0.2
- Start code climate watching