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.

  • C

    Undocumented

    Declaration

    Swift

    case C
  • Db

    Undocumented

    Declaration

    Swift

    case Db
  • D

    Undocumented

    Declaration

    Swift

    case D
  • Eb

    Undocumented

    Declaration

    Swift

    case Eb
  • E

    Undocumented

    Declaration

    Swift

    case E
  • F

    Undocumented

    Declaration

    Swift

    case F
  • Gb

    Undocumented

    Declaration

    Swift

    case Gb
  • G

    Undocumented

    Declaration

    Swift

    case G
  • Ab

    Undocumented

    Declaration

    Swift

    case Ab
  • A

    Undocumented

    Declaration

    Swift

    case A
  • Bb

    Undocumented

    Declaration

    Swift

    case Bb
  • B

    Undocumented

    Declaration

    Swift

    case B