Component
struct Component: Identifiable, Hashable, Sendable
The structure of a chord component
-
The unique ID
Declaration
Swift
var id = UUID()
-
The note
-
The MIDI note value
Declaration
Swift
let midi: Int?
-
The name and octave
Declaration
Swift
var nameAndOctave: String?