jpcima / DelayArchitect

A visual, musical editor for delay effects
BSD 2-Clause "Simplified" License
109 stars 4 forks source link

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 .