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

    Type Alias SafetyQuery

    Everything needed to evaluate one candidate pitch.

    type SafetyQuery = {
        profile: SafetyProfile;
        candidatePitch: number;
        prevPitch?: number;
        chord: ChordData | null;
        key: KeyScale;
        otherVoices: VoiceSnapshot[];
        strongBeat: boolean;
        vocalLow?: number;
        vocalHigh?: number;
    }
    Index
    profile: SafetyProfile
    candidatePitch: number
    prevPitch?: number
    chord: ChordData | null
    otherVoices: VoiceSnapshot[]
    strongBeat: boolean
    vocalLow?: number
    vocalHigh?: number