@libraz/libcantus - v1.1.0
    Preparing search index...

    Type Alias DrumPattern

    A bar-long drum figure.

    type DrumPattern = {
        steps: number;
        strokes: DrumStroke[];
    }
    Index
    steps: number

    Sixteenth steps in the figure; a 4/4 bar is sixteen.

    strokes: DrumStroke[]