Controllable delay written in FAUST. The goal of this project was to familiarize myself with the FAUST programming language. This delay can have up to 10 echoes which can take up to 2 seconds between each repetition. The volume drop of each echo can be anywhere between logarithmic(stays loud) and exponential(drops fast). An interpolation parameter allows to reduce the noise created by changing the delay time during performance.
Go to the Grame website and copy-paste the source code in the text box. Click on the "Exec File" tab and select the desired output.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature - Commit your changes:
git commit -am 'Add some feature' - Push to the branch:
git push origin my-new-feature - Submit a pull request :D
TODO: Write history
TODO: Write credits
APACHE-2.0