MuseScore  3.4
Music composition and notation
Public Member Functions | Private Attributes | List of all members
Allpass Class Reference

#include <freeverb.h>

Public Member Functions

void setbuffer (int size)
 
void setfeedback (float val)
 
float getfeedback () const
 
float process (float _input)
 

Private Attributes

float feedback
 
float * buffer
 
int bufsize
 
int bufidx
 

Member Function Documentation

◆ getfeedback()

float Allpass::getfeedback ( ) const
inline

◆ process()

float Allpass::process ( float  _input)
inline

◆ setbuffer()

void Allpass::setbuffer ( int  size)

◆ setfeedback()

void Allpass::setfeedback ( float  val)
inline

Member Data Documentation

◆ buffer

float* Allpass::buffer
private

◆ bufidx

int Allpass::bufidx
private

◆ bufsize

int Allpass::bufsize
private

◆ feedback

float Allpass::feedback
private

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