Pitch
public enum Pitch : Int, Codable
The possible keys in which the track can be.
Integers map to pitches using standard Pitch Class notation. E.g. 0 = C, 1 = C♯/D♭, 2 = D, and so on.
-
Undocumented
Declaration
Swift
case C -
Undocumented
Declaration
Swift
case Db -
Undocumented
Declaration
Swift
case D -
Undocumented
Declaration
Swift
case Eb -
Undocumented
Declaration
Swift
case E -
Undocumented
Declaration
Swift
case F -
Undocumented
Declaration
Swift
case Gb -
Undocumented
Declaration
Swift
case G -
Undocumented
Declaration
Swift
case Ab -
Undocumented
Declaration
Swift
case A -
Undocumented
Declaration
Swift
case Bb -
Undocumented
Declaration
Swift
case B
View on GitHub
Pitch Enumeration Reference