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

    Type Alias TensionPoint

    A tension reading sampled at a beat.

    type TensionPoint = {
        beat: number;
        tension: number;
    }
    Index
    beat: number
    tension: number

    Combined tension in [0, 1].