0.1.9 • Published 10 years ago

musicjson3 v0.1.9

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

musicjson

MusicXML to MusicJSON bi-directional converter
Translates MusicXML to MusicJSON format and back again!
Forked from https://github.com/saebekassebil/musicjson

Getting Started

Install the module with: npm install -g musicjson3

Examples

var music = require('musicjson3');

music.musicJSON(xml, function(err, json) {
  // Do something with the MusicJSON data
});

music.musicXML(json, function(err, xml) {
  // Do something with the MusicXML data
});

Contributing

Feel free to submit any issues regarding this library's bugs and please feel also free to submit any feature requests!

License

Copyright (c) 2012 Saebekassebil
Copyright (c) 2014 neoScores
Licensed under the MIT license.

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago