Modifier

public struct Modifier : PitchSpellingModifier

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

  • A Modifier which does not apply any modification.

    Declaration

    Swift

    public static var identity: EDO48.Modifier { get }
  • The amount that a EDO48.Modifier modifies the base Pitch.Class of a LetterName (in percentage of a NoteNumber).

    Declaration

    Swift

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

    Declaration

    Swift

    public var description: String { get }