Skip to content
/ delay Public

A basic delay plugin written in C++ using the JUCE framework.

Notifications You must be signed in to change notification settings

nimanns/delay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Basic Delay Plugin

A pretty basic delay plugin which is comprised of two delay modules each with highpass and lowpass filters, reverse and sync modes and parameter smoothing. The functionality is pretty basic, the goal was to get my hands dirty and learn how circular buffers work using the book "Designing Audio Effect Plugins in C++" by Will C. Pirkle as a guide.

  1. Open the .jucer file using Projucer.
  2. Configure your desired settings, save and open using your preferred IDE.
  3. Build the standalone or the plugin version and give it a go!

Delay UI

About

A basic delay plugin written in C++ using the JUCE framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages