A visual, musical editor for delay effects
- 32-bit Windows VST3
- 64-bit Windows VST3
- 64-bit GNU/Linux VST3
- macOS Universal AU (self-signed)
- macOS Universal VST3 (self-signed)
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 .