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 (
EDO24quarter sharp,three quarter flat,natural, etc. remain unchanged).Declaration
Swift
case none = 0 -
Eighth-step down.
Declaration
Swift
case down = -0.25
-
A
Modifierwhich does not apply any modification.Declaration
Swift
public static var identity: EighthTone { get }
-
The amount that a
EDO48.Modifier.Modifiermodifies the basePitch.Classof 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 }
Install in Dash
EighthTone Enumeration Reference