• Preparing search index...
  • The search index is not available
Source Academy Modules
  • Source Academy Modules
  • sound
  • letter_name_to_midi_note

Function letter_name_to_midi_note

  • letter_name_to_midi_note(note): number
  • 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.

    Parameters

    • note: string

    Returns number

    the corresponding midi note

    Example

    letter_name_to_midi_note("C4"); // Returns 60
    
    • Defined in bundles/sound/functions.ts:744

Settings

Member Visibility

Theme

Source Academy Modules
  • Loading...

Generated using TypeDoc