note-parser

v2.0.1
Parse music notes in scientific notation
note parse parser midi scientific notation frequency

pretest

npm run build

test

eslint index.js && mocha

api

jsdoc2md index.js > API.md

build

rollup -cm -n NoteParser -f umd -i index.js -o dist/note-parser.js

prepublish

npm run build

release

npm run build && npm test && git commit -am $npm_package_version && git tag $npm_package_version && git push && git push --tags && npm publish
npm i note-parser

Metadata

  • MIT
  • Whatever
  • danigb
  • released 4/4/2017

Downloads

Maintainers