Skip to content

Releases: yuma-m/pychord

Refactoring

31 Dec 08:10
Compare
Choose a tag to compare
  • Add accessors not to modify instance variables.
  • Update docstrings.

Add a utility to find chords from notes

02 Oct 11:01
Compare
Choose a tag to compare
  • Support 5th(power) chord.
  • Add a utility to find chords from notes.

Implement __repr__

30 Sep 08:54
Compare
Choose a tag to compare
  • Implement repr function to print Chord instance on command-line.

Support some functions in ChordProgression class

22 Sep 05:32
Compare
Choose a tag to compare
  • Support __add__, __len__ and __getitem__ functions in ChordProgression class.

Add ChordProgression class

22 Sep 04:20
Compare
Choose a tag to compare
  • Handle chord progressions with ChordProgression class

Initial release

16 May 11:49
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release
  • Handle more than 30 chord qualities
  • Transpose chords
  • Get component notes