Skip to main content
  1. Home projects/

Pchords

··

Motivation
#

I need to improve playing chords on the piano. So I decided to write a simple tool to help me with this.

The world in brief
#

The initial version was just a console app. Then, I wrote a simple GUI.

What I have now:

  • generation of major, minor and dominant chords (half-diminished and altered soon)
  • the randomly chosen chord has to be played starting from the third or the seventh (major/minor) without root
  • played notes (read through midi) are compared with the generated ones

Current GUI
#

it looks like this

Useful links:#

https://github.com/marcinklimek/pchords

Related