enharmonics

1.0.3 • Public • Published

enharmonics npm

license tonal

Get note lower and upper enhamonics for a given note:

var enharmonics = require('enharmonics')
enharmonics('B#') // => [ 'A###', 'B#', 'C' ]

Additionally, you can simplify a note:

enharmonics.simplify('B#3') // => 'C4'

This is part of tonal

Installation

Install via npm: npm install --save enharmonics

License

MIT License

Readme

Keywords

Package Sidebar

Install

npm i enharmonics

Weekly Downloads

6

Version

1.0.3

License

MIT

Last publish

Collaborators

  • danigb