CEFA is an interactive application for practicing jazz chord progressions, built with raylib.
CEFA stands for Chord Etude For All, and is also the second inversion of Fmaj7!
The project is in early development, with core features being actively implemented. Contributors are definitely welcome!
I use this application for my own music practice. If you want some feature implemented or have a chat about the project, open an issue or email me at [email protected].
Binaries for the project are present over at Releases, but you might need to compile it yourself depending on your platform.
conan install . --output-folder=build --build=missing -o "*:shared=False" -s build_type=Release
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DBUILD_SHARED_LIBS=OFF
cmake --build . && bin/pianoconan install . --output-folder=build --build=missing -o "*:shared=False" -s build_type=Debug
cd build
cmake .. -DCMAKE_TOOLCHAIN_FILE=conan_toolchain.cmake -DCMAKE_BUILD_TYPE=Debug -DCMAKE_EXPORT_COMPILE_COMMANDS=1 -DBUILD_SHARED_LIBS=OFF
cmake --build . && lldb bin/piano
# (gdb) run
# (gdb) backtrace