Kholors
March 10, 2024 ยท View on GitHub
Audio workstation without tracks and where all imported samples are sharing the same on screen spectrum editor. You can make track with it by importing samples, and save the projects a git projects. See this demo on YouTube.

The use case is to make surgical mixdowns for electronic music. Only works on Linux. Discontinued.
Building
Eventually install dependencies first (example is for ArchLinux).
sudo pacman -S gcc pkgconfig cmake make alsa-lib freetype2 webkit2gtk git clang yaml-cpp nlohmann-json libgit2 fftw
Then build and run.
mkdir build
cd build
cmake ..
make Kholors
Running
# watch out, depending on if cmake is setup to include
# debugging build flags, you will get it here or
# in another Kholors_artefacts subfolder
./Kholors_artefacts/Debug/Kholors\ Example
Testing
# if not already done, run cmake
cmake ..
make
make test