|
LMMS
|
#include <util/biquad.h>Go to the source code of this file.
Classes | |
| struct | ls_filt |
Macros | |
| #define | FILT_MIDI_2_FREQ(m) |
| #define | FILT_MIDI_2_RESO(m) |
| #define | LSF_BW 0.9 |
| #define | LSF_FB 0.9f |
Enumerations | |
| enum | ls_filt_type { LS_FILT_TYPE_LP = 0 , LS_FILT_TYPE_BP = 1 , LS_FILT_TYPE_HP = 2 } |
Functions | |
| static void | ls_filt_init (ls_filt *f) |
| static void | ls_filt_setup (ls_filt *f, ls_filt_type t, bq_t cutoff, bq_t resonance, bq_t fs) |
| static bq_t | ls_filt_run (ls_filt *f, bq_t in) |
| #define LSF_BW 0.9 |
| #define LSF_FB 0.9f |
| enum ls_filt_type |