All Projects → jpcima → DelayArchitect

jpcima / DelayArchitect

Licence: BSD-2-Clause license
A visual, musical editor for delay effects

Programming Languages

C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
CMake
9771 projects
d
599 projects

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 .
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].