Chord definitions
-
Bits and pieces that makes a
See moreChordDefinitionDeclaration
Swift
enum Chord -
Utilities to get
See moreChordDefinitionarraysDeclaration
Swift
enum Chords -
The instruments we know about
See moreDeclaration
Swift
enum Instrument: String, CaseIterable, Codable, Identifiable, Sendable -
Static scale dictionaries
See moreDeclaration
Swift
enum Scales -
The structure for an interval
See moreDeclaration
Swift
struct Interval: Hashable, Sendable, CustomStringConvertible -
The structure of a chord definition
See moreDeclaration
Swift
struct ChordDefinition: Equatable, Codable, Identifiable, Hashable, Sendable -
Chord utilities
See moreDeclaration
Swift
enum Utils -
Analize a chord
See moreDeclaration
Swift
enum Analizer -
Regex definitions to parse a chord
See moreDeclaration
Swift
enum RegexDefinitions
-
Play a
See moreChordDefinitionwith MIDIDeclaration
Swift
enum Midi -
Play a
See moreChordDefinitionwith its MIDI valuesDeclaration
Swift
actor MidiPlayer
View on GitHub
Chord definitions Reference