Convert MIDI note number to corresponding frequency. Based on Max's mtof
$ npm install --save mtof
Convert MIDI note number to frequency. Second parameter sets concert pitch, defaulting to A = 440 Hz.
Works with decimals too! Consider this a feature!
var mtof = require('mtof');
mtof(69);
// => 440