Map of notes to their frequencies
npm install notes-frequencies-map> Map of notes to their frequencies
*The list is just a JSON file and can be used wherever.
The list was generated using this table and the formula found on Wikipedia.*
```
$ npm install --save notes-frequencies-map
`js
const notesFrequenciesMap = require('notes-frequencies-map');
console.log(notesFrequenciesMap['E♭5']);
//=> 622.2539674441618
``
- notes-frequencies - Convert a string containing notes into frequencies
MIT © Raul Macarie