Class daisysp::Comb¶
#include <comb.h>
Public Functions¶
Type | Name |
---|---|
Comb () |
|
void | Init (float sample_rate, float * buff, size_t size) |
float | Process (float in) |
void | SetFreq (float freq) |
void | SetPeriod (float looptime) |
void | SetRevTime (float revtime) |
~Comb () |
Detailed Description¶
Comb filter module
Public Functions Documentation¶
function Comb¶
function Init¶
Initializes the Comb module.
Parameters:
sample_rate
- The sample rate of the audio engine being run.buff
- input buffer, kept in either main() or global spacesize
- size of buff
function Process¶
processes the comb filter
function SetFreq¶
Sets the frequency of the comb filter in Hz
function SetPeriod¶
Sets the period of the comb filter in seconds
function SetRevTime¶
Sets the decay time of the comb filter
function ~Comb¶
The documentation for this class was generated from the following file external-docs/DaisySP/DaisySP-LGPL/Source/Filters/comb.h