Modifier
public struct Modifier : PitchSpellingModifier
The modifer (represented graphically as an Accidental
) for a SpelledPitch
in the
EDO24
TuningSystem
.
-
The modifer (represented graphically as an
See moreAccidental
) for aSpelledPitch
in theEDO24
TuningSystem
.Declaration
Swift
public enum QuarterTone : Double, PitchSpellingModifier
-
A
Modifier
which does not apply any modification.Declaration
Swift
public static var identity: EDO24.Modifier { get }
-
The
Modifier
which modifies theadjustment
valueedo12
modifier.Declaration
Swift
public let quarterTone: QuarterTone
-
The amount that a
EDO24.Modifier
modifies the basePitch.Class
of aLetterName
(in percentage of aNoteNumber
).Declaration
Swift
public var adjustment: Double { get }
-
Printable description of
EDO24.Modifier
.Declaration
Swift
public var description: String { get }