Converts a letter name to its corresponding MIDI note. The letter name is represented in standard pitch notation. Examples are "A5", "Db3", "C#7". Refer to this mapping from letter name to midi notes.
the corresponding midi note
letter_name_to_midi_note("C4"); // Returns 60 Copy
letter_name_to_midi_note("C4"); // Returns 60
Generated using TypeDoc
Converts a letter name to its corresponding MIDI note. The letter name is represented in standard pitch notation. Examples are "A5", "Db3", "C#7". Refer to this mapping from letter name to midi notes.