# reverb-example-code **Repository Path**: mirrors_schollz/reverb-example-code ## Basic Information - **Project Name**: reverb-example-code - **Description**: Example code to accompany the ADC 2021 presentation: Let's Write A Reverb - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-07 - **Last Updated**: 2025-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Reverb Example Code This is some example code to accompany _Let's Write A Reverb_, presented at ADC 2021. The interesting stuff is in `reverb-example-code.h`, the other stuff is just plumbing. It depends on my [DSP helper library](https://signalsmith-audio.co.uk/code/dsp/) for the delay objects, and this should be cloned as `dsp/`. It should be easy enough to adapt to another framework.