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

    Type Alias VoiceRange

    An inclusive MIDI pitch range for a single voice.

    type VoiceRange = {
        min: number;
        max: number;
    }
    Index
    min: number
    max: number