Skip to content

Commit 1558ab1

Browse files
authored
Merge pull request #172 from tomcombriat/fixResonantFilter
Fix duplicated enum between StateVariable and ResonantFilter
2 parents 5925038 + da58ed7 commit 1558ab1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

StateVariable.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,9 @@ Soc., Vol 45, No. 9, 1997 September
4949
#include "meta.h"
5050
#include "mozzi_fixmath.h"
5151
#include "mozzi_utils.h"
52+
#include "ResonantFilter.h"
5253

53-
enum filter_types { LOWPASS, BANDPASS, HIGHPASS, NOTCH };
54+
//enum filter_types { LOWPASS, BANDPASS, HIGHPASS, NOTCH };
5455

5556
/** A State Variable filter which offers 12db resonant low, high, bandpass and
5657
notch modes.

0 commit comments

Comments
 (0)