Skip to content

swindus/DelayArchitect

 
 

Repository files navigation

DelayArchitect

A visual, musical editor for delay effects

screenshot

Download development builds

How to build

Install the prerequisites.

sudo apt install build-essential libgl-dev libx11-dev libxext-dev libxrandr-dev libxinerama-dev libxcursor-dev libasound2-dev

Check out the source code and build.

git clone --recursive https://github.com/jpcima/DelayArchitect.git
mkdir DelayArchitect/build
cd DelayArchitect/build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .

About

A visual, musical editor for delay effects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.0%
  • C 1.9%
  • CMake 1.8%
  • D 1.8%
  • Other 1.5%