@libraz/libcantus - v0.9.3
    Preparing search index...

    Type Alias EuclideanKick

    A Euclidean (Bjorklund) kick pattern for generateDrums.

    type EuclideanKick = {
        pulses: number;
        steps?: number;
        rotation?: number;
    }
    Index
    pulses: number

    Number of kick onsets, clamped to [0, steps].

    steps?: number

    Total steps in the bar (1..16).

    16
    
    rotation?: number

    Steps to rotate the onsets toward later positions.

    0