Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpcima/delayarchitect
A visual, musical editor for delay effects
https://github.com/jpcima/delayarchitect
Last synced: about 2 months ago
JSON representation
A visual, musical editor for delay effects
- Host: GitHub
- URL: https://github.com/jpcima/delayarchitect
- Owner: jpcima
- License: bsd-2-clause
- Created: 2021-05-17T18:52:09.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-17T20:53:12.000Z (over 2 years ago)
- Last Synced: 2023-08-07T19:07:44.257Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 974 KB
- Stars: 95
- Watchers: 10
- Forks: 2
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
- License: LICENSE.BSD-2-Clause
Awesome Lists containing this project
README
# DelayArchitect
A visual, musical editor for delay effects
![screenshot](docs/screen.png)
## Download development builds
- [32-bit Windows VST3](https://nightly.link/jpcima/DelayArchitect/workflows/build/master/Win32%20VST3.zip)
- [64-bit Windows VST3](https://nightly.link/jpcima/DelayArchitect/workflows/build/master/Win64%20VST3.zip)
- [64-bit GNU/Linux VST3](https://nightly.link/jpcima/DelayArchitect/workflows/build/master/GNU-Linux%20VST3.zip)
- [macOS Universal AU (**self-signed**)](https://nightly.link/jpcima/DelayArchitect/workflows/build/master/macOS%20AU.zip)
- [macOS Universal VST3 (**self-signed**)](https://nightly.link/jpcima/DelayArchitect/workflows/build/master/macOS%20VST3.zip)## How to build
Install the prerequisites.
``` sh
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.
``` sh
git clone --recursive https://github.com/jpcima/DelayArchitect.git
mkdir DelayArchitect/build
cd DelayArchitect/build
cmake -DCMAKE_BUILD_TYPE=Release ..
cmake --build .
```