Deluge Firmware
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
allpass Class Reference

#include <allpass.hpp>

Collaboration diagram for allpass:
Collaboration graph

Public Member Functions

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

Public Attributes

int32_t feedback
 
int32_t * buffer
 
int bufsize
 
int bufidx
 

Constructor & Destructor Documentation

◆ allpass()

allpass::allpass ( )

Member Function Documentation

◆ getfeedback()

float allpass::getfeedback ( )

◆ mute()

void allpass::mute ( )

◆ process()

int32_t allpass::process ( int32_t  inp)
inline

◆ setbuffer()

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

◆ setfeedback()

void allpass::setfeedback ( float  val)

Member Data Documentation

◆ buffer

int32_t* allpass::buffer

◆ bufidx

int allpass::bufidx

◆ bufsize

int allpass::bufsize

◆ feedback

int32_t allpass::feedback

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