Tuning

  • Interface for types which implement a tuning system.

    Note

    Consider pushing into Music/Pitch module.
    See more

    Declaration

    Swift

    public protocol TuningSystem
  • Interface for types which modify a LetterName value. Graphically repesented as components of an Accidental.

    See more

    Declaration

    Swift

    public protocol PitchSpellingModifier : Comparable, CustomStringConvertible, Hashable