Skip to content

A digital audio workstation without tracks and where you edit samples in the frequency domains directly.

License

Notifications You must be signed in to change notification settings

QuentinFAIDIDE/Kholors

Repository files navigation

Kholors

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

About

A digital audio workstation without tracks and where you edit samples in the frequency domains directly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages