Navigation Menu

Skip to content

Releases: freakimkaefig/musicjson-toolbox

v1.0.2

11 Jul 19:46
Compare
Choose a tag to compare

Add extra functions for similarity calculation between two documents.

See updated docs for newly integrated methods:

  • parsonSimilarity
  • pitchSimilarity
  • intervalSimilarity
  • pitchDurationSimilarity

v1.0.1

11 Jul 19:46
Compare
Choose a tag to compare

Register as bower package.

v1.0.0

09 Jul 18:13
Compare
Choose a tag to compare

Restructure package for compatability in browser

v0.0.8

09 Jul 13:55
Compare
Choose a tag to compare
  • 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

06 Jul 17:31
Compare
Choose a tag to compare
  • Fix calculation of w_length for operations fragmentation and consolidation (according to Mongeau-Sankoff-Measure)

v0.0.6

06 Jul 17:30
Compare
Choose a tag to compare
v0.0.6 Pre-release
Pre-release
  • 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

06 Jul 17:32
Compare
Choose a tag to compare
v0.0.5 Pre-release
Pre-release
  • Added distance for pitch and duration values
  • Exclude rests from interval and parsons code series
  • Minor bugfixing

v0.0.4

06 Jul 17:32
Compare
Choose a tag to compare
v0.0.4 Pre-release
Pre-release
  • 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

06 Jul 17:32
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release
  • Add edit-distance for interval and duration values
  • Cleanup code

v0.0.2

06 Jul 17:32
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
  • Start code climate watching