A graphical program made with raylib to see the chords and intervals being played on the piano keyboard and their names. It is possible to use the keyboard or the mouse as input. The config.h file has all the keybindings in an array.
You need to install raylib, make, and a C99 compatible
compiler like GCC. Configure the Makefile as needed and then
compile with make
command inside the repository.