Function transposeFrom

  • Transpose from a note

    Parameters

    • note: string

    Returns ((interval) => string)

    a function that transposes the the note by an interval ["1P", "3M", "5P"].map(Note.transposeFrom("C")); // => ["C", "E", "G"]

      • (interval): string
      • Parameters

        • interval: string

        Returns string

    Function