Variable computeIndex

computeIndex: ((octave, pitchChar) => number)

Type declaration

    • (octave, pitchChar): number
    • This class (static) method computes index by octave and PitchChar string.

      Parameters

      • octave: number

        This argument is octave.

      • pitchChar: PitchChar

        This argument is PitchChar string.

      Returns number

      Return value is index that is computed by octave and pitch character.

Generated using TypeDoc