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

    Type Alias ExtractMotifsOptions

    Options controlling extractMotifs.

    type ExtractMotifsOptions = {
        minNotes?: number;
        maxNotes?: number;
        minOccurrences?: number;
        budget?: number;
    }
    Index
    minNotes?: number

    Shortest cell to report, in notes.

    3
    
    maxNotes?: number

    Longest cell to report, in notes.

    8
    
    minOccurrences?: number

    How many statements a cell needs before it is reported.

    2
    
    budget?: number

    Upper bound on the work this call may do.