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