Function get_midinote_from_name

Source
pub fn get_midinote_from_name(note: &str) -> Option<u8>
Expand description

Get the midi note for a given note name

ยงPanics

If a type conversion fails.