@tspro/web-music-score
    Preparing search index...

    Type Alias Tempo

    type Tempo = {
        beatsPerMinute: number;
        options: { beatLength: NoteLength; dotted: boolean };
    }
    Index

    Properties

    beatsPerMinute: number
    options: { beatLength: NoteLength; dotted: boolean }