LMMS
Loading...
Searching...
No Matches
OscilGen.h File Reference
#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 Documentation

◆ base_func

typedef float(* base_func) (float, float)

◆ filter_func

typedef float(* filter_func) (unsigned int, float, float)

Function Documentation

◆ getBaseFunction()

base_func getBaseFunction ( unsigned char func)

◆ getFilter()

filter_func getFilter ( unsigned char func)