|
LMMS
|
#include "../globals.h"#include "../Misc/XMLwrapper.h"#include "../DSP/FFTwrapper.h"#include "../Params/Presets.h"#include "Resonance.h"Go to the source code of this file.
Classes | |
| class | OscilGen |
Typedefs | |
| typedef float(* | filter_func) (unsigned int, float, float) |
| typedef float(* | base_func) (float, float) |
Functions | |
| filter_func | getFilter (unsigned char func) |
| base_func | getBaseFunction (unsigned char func) |
| typedef float(* base_func) (float, float) |
| typedef float(* filter_func) (unsigned int, float, float) |
| base_func getBaseFunction | ( | unsigned char | func | ) |
| filter_func getFilter | ( | unsigned char | func | ) |