
Designing Audio Effects Plugins in C++ 2nd Ed.
- Chapter 15 Modulated Delay Effects
Description:
- implements the 3 basic modulated delays: flanger, chorus and vibrato
Notes:
- see the book for details on min and max modulation limits as these algorithms are highly customizable and highly subjective as far as these limits are concerned
- uses the Depth control to set how much of the modulated delay line is used; an alternative is to use the Depth as a wet/dry control
Download
ASPiK: ModDelay ASPiK
RackAFX7: ModDelay RAFX7
JUCE/iPlug: JUCE/iPlug Notes