remove bits of SVF
This commit is contained in:
parent
766e4f7a2b
commit
ddcdf637fe
@ -24,17 +24,6 @@
|
|||||||
#include "DistrhoPlugin.hpp"
|
#include "DistrhoPlugin.hpp"
|
||||||
#include "voice.hpp"
|
#include "voice.hpp"
|
||||||
|
|
||||||
class SVF {
|
|
||||||
public:
|
|
||||||
SVF(float cutoff, float q, float samplerate);
|
|
||||||
void setFreq(float cutoff, float q, float samplerate);
|
|
||||||
float lpStep(float in);
|
|
||||||
|
|
||||||
private:
|
|
||||||
float w, a, b;
|
|
||||||
float c1, c2, d0;
|
|
||||||
float z1, z2, x;
|
|
||||||
};
|
|
||||||
|
|
||||||
START_NAMESPACE_DISTRHO
|
START_NAMESPACE_DISTRHO
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user