Function nih_plug::util::f32_midi_note_to_freq
source · pub fn f32_midi_note_to_freq(note: f32) -> f32
Expand description
The same as midi_note_to_freq()
, but for arbitrary note numbers including those outside of
the MIDI range. This also supports fractional note numbers, which is useful when working with
cents.