pub fn v2s_i32_note_formatter() -> Arc<dyn Fn(i32) -> String + Send + Sync>
Expand description

Turns an integer MIDI note number (usually in the range [0, 127]) into a note name, where 60 is C4 and 69 is A4 (nice).