Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion StateVariable.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ Soc., Vol 45, No. 9, 1997 September
#include "meta.h"
#include "mozzi_fixmath.h"
#include "mozzi_utils.h"
#include "ResonantFilter.h"

enum filter_types { LOWPASS, BANDPASS, HIGHPASS, NOTCH };
//enum filter_types { LOWPASS, BANDPASS, HIGHPASS, NOTCH };

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