Chord definitions
-
Bits and pieces that makes a
See moreChordDefinition
Declaration
Swift
enum Chord
-
Utilities to get
See moreChordDefinition
arraysDeclaration
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 moreChordDefinition
with MIDIDeclaration
Swift
enum Midi
-
Play a
See moreChordDefinition
with its MIDI valuesDeclaration
Swift
actor MidiPlayer