web-music-score
    Preparing search index...

    Type Alias Tempo

    Tempo type.

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

    Properties

    beatsPerMinute: number

    Beats per minute value.

    options: { beatLength: NoteLength; dotCount: number }

    Optional tempo props.

    Type Declaration

    • beatLength: NoteLength

      Length of ane beat.

    • dotCount: number

      Dot count for length of one beat.