Vital
Loading...
Searching...
No Matches
delay.h File Reference
#include "processor.h"
#include "memory.h"
#include "one_pole_filter.h"

Go to the source code of this file.

Classes

class  vital::Delay< MemoryType >
 A flexible delay line effect processor that can operate in various styles and apply filtering. More...
 

Namespaces

namespace  vital
 Contains classes and functions used within the Vital synthesizer framework.
 

Typedefs

typedef Delay< StereoMemoryvital::StereoDelay
 StereoDelay is a Delay processor specialized with StereoMemory.
 
typedef Delay< Memoryvital::MultiDelay
 MultiDelay is a Delay processor specialized with Memory.