Converts a MIDI note to its corresponding frequency.
given MIDI note
the frequency of the MIDI note
midi_note_to_frequency(69); // Returns 440 Copy
midi_note_to_frequency(69); // Returns 440
Converts a MIDI note to its corresponding frequency.