Chord definitions
-
Bits and pieces that makes a
See moreChordDefinition
Declaration
Swift
public enum Chord
-
Bits and pieces to get chord definitions
See moreDeclaration
Swift
public enum Chords
-
The instruments we know about
See moreDeclaration
Swift
public enum Instrument: String, CaseIterable, Codable, Sendable
-
Static scale dictionaries
See moreDeclaration
Swift
public enum Scales
-
The structure for an interval
See moreDeclaration
Swift
public struct Interval: Hashable, Sendable
-
The structure of a chord definition
See moreDeclaration
Swift
public 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
struct RegexDefinitions
-
The structure of the chord database
See moreDeclaration
Swift
public struct Database: Codable
-
Play a
See moreChordDefinition
with MIDIDeclaration
Swift
public enum Midi
-
Play a
See moreChordDefinition
with its MIDI valuesDeclaration
Swift
actor MidiPlayer