Melodic

public enum Melodic: Int

Melodic minor modes. Accessed by numbered cases, e.g. Modes.Minor.Melodic.fifth.offsets returns [0, 2, 3, 5, 7, 8, 10].

  • Offsets-from-tonic for the current mode, as an array of Ints.

    Declaration

    Swift

    public var offsets: [Int]