LMMS
Loading...
Searching...
No Matches
dsp::overlap_window Class Reference

#include <audio_fx.h>

Public Member Functions

 overlap_window ()
void set_coef (float t, unsigned int full_samples)
bool set_full (float min_val, unsigned int full_samples, unsigned int active_samples)
float get ()

Private Attributes

float val
float step
float acc
unsigned int active_samples
unsigned int full_samples
unsigned int counter

Constructor & Destructor Documentation

◆ overlap_window()

dsp::overlap_window::overlap_window ( )
inline

Member Function Documentation

◆ get()

float dsp::overlap_window::get ( )
inline

◆ set_coef()

void dsp::overlap_window::set_coef ( float t,
unsigned int full_samples )
inline

◆ set_full()

bool dsp::overlap_window::set_full ( float min_val,
unsigned int full_samples,
unsigned int active_samples )
inline

Member Data Documentation

◆ acc

float dsp::overlap_window::acc
private

◆ active_samples

unsigned int dsp::overlap_window::active_samples
private

◆ counter

unsigned int dsp::overlap_window::counter
private

◆ full_samples

unsigned int dsp::overlap_window::full_samples
private

◆ step

float dsp::overlap_window::step
private

◆ val

float dsp::overlap_window::val
private

The documentation for this class was generated from the following file: