shriramters / chordcat

Chord Naming App with MIDI Support

Home Page:https://shriramters.github.io/chordcat/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Chord Naming App with MIDI Support

https://shriramters.github.io/chordcat/

License:GNU General Public License v3.0


Languages

Language:C++ 99.9%Language:CMake 0.1%