Get the frequency in hertzs from midi number
the note midi number
Optional
A4 tuning frequency in Hz (440 by default)
the frequency or null if not valid note midi
import { midiToFreq} from '../midi'midiToFreq(69) // => 440 Copy
import { midiToFreq} from '../midi'midiToFreq(69) // => 440
Get the frequency in hertzs from midi number