feat: filter type input
This commit is contained in:
@@ -11,4 +11,5 @@ class LowPassFilter : public Filter {
|
||||
LowPassFilter(Filter* filter);
|
||||
LowPassFilter(float freq, float res, float q);
|
||||
~LowPassFilter();
|
||||
bool IsSameFilterType(FilterType type) override { return type == LowPass; };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user