Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 799 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 799 Bytes

musical.png

about

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.

how to run this program?

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.