music-helper

1.0.1 • Public • Published

Music Helper build status

You can do the following conversions:
var Music = require('music-helper');

Music.noteNameToNoteNumber(A4); // 69
Music.noteNameToFrequency(A4); // 440
Music.noteNumberToFrequency(69); // 440
Music.noteNumberToName(69); // A4
Music.frequencyToNoteNumber(440); // 69
Music.frequencyToNoteName(440); // A4

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    8
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    8
  • 1.0.0
    2

Package Sidebar

Install

npm i music-helper

Weekly Downloads

1

Version

1.0.1

License

ISC

Last publish

Collaborators

  • timothyt