Function calculateFingerings

  • Calculates the fingerings for an instrument and a set of notes.

    Type Parameters

    Parameters

    • instrument: Instrument<TString>
    • notes: number[]
    • validations: Function[]
    • includeNaturalHarmonics: boolean = false

    Returns Stop[][]