OpenSheetMusicDisplay
    Preparing search index...

    Interface BrailleNoteResult

    Result of rendering a single note to braille.

    interface BrailleNoteResult {
        braille: string;
        debugEntries: BrailleNoteDebugInfo[];
    }
    Index

    Properties

    braille: string

    The complete braille string for this note (octave mark + note char + dots)

    debugEntries: BrailleNoteDebugInfo[]

    Debug entries for each braille element in the result