LMMS
Loading...
Searching...
No Matches
allpass Class Reference

#include <allpass.h>

Public Member Functions

 allpass ()
void setbuffer (float *buf, int size)
float process (float inp)
void mute ()
void setfeedback (float val)
float getfeedback ()

Public Attributes

float feedback
float * buffer
int bufsize
int bufidx

Constructor & Destructor Documentation

◆ allpass()

allpass::allpass ( )

Member Function Documentation

◆ getfeedback()

float allpass::getfeedback ( )

◆ mute()

void allpass::mute ( )

◆ process()

float allpass::process ( float inp)
inline

◆ setbuffer()

void allpass::setbuffer ( float * buf,
int size )

◆ setfeedback()

void allpass::setfeedback ( float val)

Member Data Documentation

◆ buffer

float* allpass::buffer

◆ bufidx

int allpass::bufidx

◆ bufsize

int allpass::bufsize

◆ feedback

float allpass::feedback

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