EighthTone
public enum EighthTone : Double, PitchSpellingModifier
The modifer (represented graphically as an Accidental
) for a SpelledPitch
in the
EDO48
TuningSystem
.
-
Eighth-step up.
Declaration
Swift
case up = 0.25
-
None modifier (
EDO24
quarter sharp
,three quarter flat
,natural
, etc. remain unchanged).Declaration
Swift
case none = 0
-
Eighth-step down.
Declaration
Swift
case down = -0.25
-
A
Modifier
which does not apply any modification.Declaration
Swift
public static var identity: EighthTone { get }
-
The amount that a
EDO48.Modifier.Modifier
modifies the basePitch.Class
of aLetterName
(in percentage of aNoteNumber
).Declaration
Swift
public var adjustment: Double { get }
-
Printable description of
EDO48.Modifier.Modifier
.Declaration
Swift
public var description: String { get }