Component

public struct Component : Identifiable, Hashable, Sendable

The structure of a chord component

  • id

    The unique ID

    Declaration

    Swift

    public var id: UUID
  • The note

    Declaration

    Swift

    public let note: Chord.Root
  • The MIDI note value

    Declaration

    Swift

    public let midi: Int?