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 basePitch.Class
of 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 }