15#include "Utility/delayline.h"
34 void Init(
float sample_rate);
63 static constexpr int32_t kDelayLength
99 void Init(
float sample_rate);
132 static constexpr int kMaxPoles = 8;
Definition delayline.h:29
Single Phaser engine. Used in Phaser.
Definition phaser.h:26
void SetLfoDepth(float depth)
Definition phaser.cpp:38
void Init(float sample_rate)
Definition phaser.cpp:8
void SetFeedback(float feedback)
Definition phaser.cpp:55
void SetLfoFreq(float lfo_freq)
Definition phaser.cpp:43
float Process(float in)
Definition phaser.cpp:28
void SetFreq(float ap_freq)
Definition phaser.cpp:50
Phaser Effect.
Definition phaser.h:91
float Process(float in)
Definition phaser.cpp:91
void SetFreq(float ap_freq)
Definition phaser.cpp:124
void SetFeedback(float feedback)
Definition phaser.cpp:132
void SetLfoDepth(float depth)
Definition phaser.cpp:108
void Init(float sample_rate)
Definition phaser.cpp:80
void SetLfoFreq(float lfo_freq)
Definition phaser.cpp:116
void SetPoles(int poles)
Definition phaser.cpp:103
FIR Filter implementation, generic and ARM CMSIS DSP based.
Definition adenv.h:16