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.
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
# 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
# if not already done, run cmake
cmake ..
make
make test