/chordcat

Chord Naming App with MIDI Support

Primary LanguageC++GNU General Public License v3.0GPL-3.0

chordcat

Chord Naming App with MIDI Support

Documentation

Chord naming app with MIDI Support.

Download the latest release here.

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

Installing From Binaries

Please refer to this section of the Chordcat User's Manual.

Building and Running

For more detailed information, please refer to the Building From Source section of the Chordcat User's 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