#include <freeverb.h>
|
| Freeverb () |
|
virtual void | process (int n, float *in, float *out) |
|
virtual void | setNValue (int idx, double value) |
|
virtual double | nvalue (int idx) const |
|
bool | setPreset (int) |
|
virtual const char * | name () const |
|
virtual EffectGui * | gui () |
|
virtual const std::vector< ParDescr > & | parDescr () const |
|
◆ Freeverb()
◆ gui()
EffectGui * Freeverb::gui |
( |
| ) |
|
|
virtual |
◆ name()
virtual const char* Freeverb::name |
( |
| ) |
const |
|
inlinevirtual |
◆ nvalue()
double Freeverb::nvalue |
( |
int |
idx | ) |
const |
|
virtual |
◆ parDescr()
const std::vector< ParDescr > & Freeverb::parDescr |
( |
| ) |
const |
|
virtual |
◆ process()
void Freeverb::process |
( |
int |
n, |
|
|
float * |
in, |
|
|
float * |
out |
|
) |
| |
|
virtual |
◆ setNValue()
void Freeverb::setNValue |
( |
int |
idx, |
|
|
double |
value |
|
) |
| |
|
virtual |
◆ setPreset()
bool Freeverb::setPreset |
( |
int |
nr | ) |
|
◆ update()
void Freeverb::update |
( |
| ) |
|
|
private |
◆ allpassL
Allpass Freeverb::allpassL[numallpasses] |
|
private |
◆ allpassR
Allpass Freeverb::allpassR[numallpasses] |
|
private |
◆ combL
Comb Freeverb::combL[numcombs] |
|
private |
◆ combR
Comb Freeverb::combR[numcombs] |
|
private |
◆ damp
◆ newDamp
◆ newRoomsize
float Freeverb::newRoomsize |
|
private |
◆ newSendLevel
float Freeverb::newSendLevel |
|
private |
◆ newWet
◆ newWidth
◆ parameterChanged
bool Freeverb::parameterChanged |
|
private |
◆ roomsize
◆ sendLevel
float Freeverb::sendLevel |
|
private |
◆ wet
◆ wet1
◆ wet2
◆ width
The documentation for this class was generated from the following files: