BBDDelay

Experimenting with delay lines using bucket-brigade device emulation

BSD-3-CLAUSE License

Stars
12

BBDDelay

This repository contains some in-progress experiments with delay lines made using bucket-brigade device emulations. Everything here is still very rough and raw, so use at your own risk!

Building

To build from scratch, you must have CMake installed.

# Clone the repository
$ git clone https://github.com/Chowdhury-DSP/BBDDelay.git
$ cd BBDDelay

# initialize and set up submodules
$ git submodule update --init --recursive

# build with CMake
$ cmake -Bbuild
$ cmake --build build --config Release

References

Colin Raffel and Julius Smith, DAFx 2010

Martin Holters and Julian Parker, DAFx 2018

https://github.com/jpcima/ensemble-chorus

https://github.com/jpcima/string-machine

License

BBDDelay is open source, and is licensed under the BSD 3-clause license. Enjoy!