DiagramDisplayOptions
struct DiagramDisplayOptions: Equatable, Codable, Sendable
Options for displaying chord diagrams
-
Show the name in the chord shape
Declaration
Swift
var showName: Bool = true
-
Show the notes of the chord
Declaration
Swift
var showNotes: Bool = false
-
Show a button to play the chord with MIDI
Declaration
Swift
var showPlayButton: Bool = true
-
Show the finger position on the diagram
Declaration
Swift
var showFingers: Bool = true
-
Mirror the chord diagram for lefthanded users
Declaration
Swift
var mirrorDiagram: Bool = false
-
The instrument to use for playing the chord with MIDI
Declaration
Swift
var midiInstrument: Midi.Instrument = .acousticNylonGuitar