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

    Type Alias CadenceHit

    A cadence found between two consecutive timeline segments.

    type CadenceHit = {
        atBeat: number;
        type: Exclude<Cadence, null>;
        from: ChordData;
        to: ChordData;
    }
    Index
    atBeat: number

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

    type: Exclude<Cadence, null>
    from: ChordData