QuarterTone

public enum QuarterTone : Double, PitchSpellingModifier

The modifer (represented graphically as an Accidental) for a SpelledPitch in the EDO24 TuningSystem.

  • Quarter modifier.

    Declaration

    Swift

    case quarter = 0.5
  • None modifier (EDO12 sharp, flat, natural remain unchanged).

    Declaration

    Swift

    case none = 1
  • Three-quarter modifier.

    Declaration

    Swift

    case threeQuarter = 1.5
  • The amount that a EDO24.Modifier.Modifier modifies the base Pitch.Class of a LetterName (in percentage of a NoteNumber).

    Declaration

    Swift

    public var adjustment: Double { get }
  • Printable description of EDO24.Modifier.Modifier.

    Declaration

    Swift

    public var description: String { get }