@@ -7,7 +7,7 @@ Chord Naming App with MIDI Support
7
7
Chordcat is a desktop app that helps you identify and name chords based on inputted notes.
8
8
9
9
- [ Documentation] ( https://shriramters.github.io/chordcat/ )
10
- - Download the latest release [ here] ( https://github.com/shriramters/chordcat/releases/tag/v0.2.1 )
10
+ - Download the latest release [ here] ( https://github.com/shriramters/chordcat/releases/tag/v0.3.0 )
11
11
12
12
<a href =' https://flathub.org/apps/dev.ters.Chordcat ' >
13
13
<img width =' 240 ' alt =' Get it on Flathub ' src =' https://flathub.org/api/badge?locale=en ' />
@@ -18,11 +18,13 @@ Chordcat is a desktop app that helps you identify and name chords based on input
18
18
- Displays chord names when:
19
19
- MIDI devices are connected and you play a chord
20
20
- Piano keys are clicked using the mouse
21
- - The corresponding PC Keyboard keys are pressed
22
- - Select MIDI device
23
- - Inbuilt piano sounds
24
- - Supports fullscreen mode and resizable window mode.
25
- - Includes 3 fun fonts (DejaVu Sans, Petaluma and FirstTimeWriting).
21
+ - The corresponding PC Keyboard keys are pressed
22
+ - MIDI device support
23
+ - Metronome
24
+ - Looper
25
+ - 128 Inbuilt instruments (General MIDI)
26
+ - Custom ` .sf2 ` soundfonts support
27
+ - 4 cool fonts
26
28
27
29
## Screenshots
28
30
@@ -73,4 +75,4 @@ To build and run chordcat from source, follow these steps:
73
75
- [ FluidSynth] ( https://www.fluidsynth.org/ )
74
76
- [ Dear ImGui] ( https://github.com/ocornut/imgui )
75
77
- [ ImGui-SFML] ( https://github.com/SFML/imgui-sfml )
76
- - [ Boost.PropertyTree ] ( https://www.boost.org/doc/libs/release/doc/html/property_tree.html )
78
+ - [ nlohmann-json ] ( https://github.com/nlohmann/json )
0 commit comments