Skip to content

tonio-m/cefa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cefa

CEFA is an interactive application for practicing jazz chord progressions, built with raylib.

cefa logo

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].

Getting Started

Binaries for the project are present over at Releases, but you might need to compile it yourself depending on your platform.

Build Instructions

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/piano

Debug Build

conan 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

About

🎹 practice jazz chord progressions, built with raylib.

Resources

License

Stars

Watchers

Forks

Packages

No packages published