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