Converts MIDI note values to Frequency values in Hz.
The (midi-to-freq ... ) function can be created using the following Lisp syntax:
(midi-to-freq value)
The (midi-to-freq ... ) function takes one argument:
The numerical value can be either an integer or a floating-point number.
The (midi-to-freq ... ) function is a handy built-in tool to convert from MIDI note values (linear octaves, log frequency) to Frequency values in Hertz.
There are no special options for this function.