Skip to content

shriramters/chordcat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chordcat

Chord Naming App with MIDI Support

Documentation

WIP

Chord naming app with MIDI Support. Pre-Alpha.

All contributions welcome

What works

  • Chord Names will be displayed when:
    • 1 or more MIDI devices are connected and you play a chord
    • you click the piano keys with a mouse
  • Selecting preferred MIDI Device
  • Piano Sounds
  • Fullscreen / Resizing Window
  • 3 Cool Fonts

Building and Running

For more detailed information, please refer to the Building From Source section of the Chordcat Users' Manual.

Requires C++20

$ git clone https://github.com/shriramters/chordcat.git
$ cd chordcat
$ mkdir build && cd build
$ cmake .. # fix any missing dependencies on your OS such as libgtk2.0-dev
$ make -j$(nproc)
$ ./chordcat

Built With