Skip to content

An automaton that computes the notes of a given chord in English notation

Notifications You must be signed in to change notification settings

Mikhael1729/chords

Repository files navigation

Chords generator

This is a program that computes the notes for triad and seventh chords. I use an automaton $\text{Chords computer}$ to acomplish that:

$$ \text{Chords computer} = S \cup C $$

where $C$ is the automaton that computes chord notes and $S$ is the automaton that splits the symbols of the chord description $w$ as letters $x$ for the automaton $C$

TODO

  • Support double sharps and double bemols
  • Support seventh chords
  • Create the automaton $S$ for recognizing valid words for the language of the automaton $C$

About

An automaton that computes the notes of a given chord in English notation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages