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 (
EDO12sharp,flat,naturalremain unchanged).Declaration
Swift
case none = 1 -
Three-quarter modifier.
Declaration
Swift
case threeQuarter = 1.5
-
The amount that a
EDO24.Modifier.Modifiermodifies the basePitch.Classof aLetterName(in percentage of aNoteNumber).Declaration
Swift
public var adjustment: Double { get }
-
Printable description of
EDO24.Modifier.Modifier.Declaration
Swift
public var description: String { get }
Install in Dash
QuarterTone Enumeration Reference