Here, we take things right back to basics by explaining what notes, intervals, scales and chords are, and how they’re all ...
It is still in development so feel free to read the code, fork and make pull requests! They are very welcome! >>> s = Scale(Note('B'), 'major') >>> [str(s[i]) for i ...
Chord generator is able to generate all possible chords for a given musical scale. It can be used as the basis of a chord recognition system or any composition tool. The list of chords is saved as a ...
There are two kinds of minor scales - the melodic ... scale make different kinds of chords. These chromatic alterations have been the basis of a whole range of musical styles.