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

    Type Alias CadenceHit

    A cadence found between two consecutive timeline segments.

    type CadenceHit = {
        atBeat: number;
        cadence: CadenceResult;
        from: ChordData;
        to: ChordData;
    }
    Index
    atBeat: number

    The beat where the cadence arrives (the second chord's onset).

    cadence: CadenceResult

    The cadence formed by the pair. Its type is never null: a pair forming no cadence is not a hit. A timeline names no voicing, so strength is null for an authentic cadence whose chords are both in root position.

    from: ChordData