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

    Type Alias FillStroke

    One stroke of a fill, positioned within the beat it belongs to.

    type FillStroke = {
        voice: number;
        offset: number;
        duration: number;
        velocity: FillVelocity;
        articulation?: Articulation;
    }
    Index
    voice: number

    General MIDI note number of the voice struck.

    offset: number

    Offset from the start of the beat, in quarter-note beats.

    duration: number

    Sounding length, in quarter-note beats.

    velocity: FillVelocity
    articulation?: Articulation

    How the stroke is played, when it is more than a plain hit.