#include <revmodel.h>
|
| | revmodel (float samplerate) |
| | ~revmodel () |
| void | mute () |
| void | processmix (float *inputL, float *inputR, float *outputL, float *outputR, long numsamples, int skip) |
| void | processreplace (float *inputL, float *inputR, float *outputL, float *outputR, long numsamples, int skip) |
| void | setroomsize (float value) |
| float | getroomsize () |
| void | setdamp (float value) |
| float | getdamp () |
| void | setwet (float value) |
| float | getwet () |
| void | setdry (float value) |
| float | getdry () |
| void | setwidth (float value) |
| float | getwidth () |
| void | setmode (float value) |
| float | getmode () |
◆ revmodel()
| revmodel::revmodel |
( |
float | samplerate | ) |
|
◆ ~revmodel()
◆ calcbufferlength()
| int revmodel::calcbufferlength |
( |
int | tuning, |
|
|
float | ratio ) |
|
private |
◆ getdamp()
| float revmodel::getdamp |
( |
| ) |
|
◆ getdry()
| float revmodel::getdry |
( |
| ) |
|
◆ getmode()
| float revmodel::getmode |
( |
| ) |
|
◆ getroomsize()
| float revmodel::getroomsize |
( |
| ) |
|
◆ getwet()
| float revmodel::getwet |
( |
| ) |
|
◆ getwidth()
| float revmodel::getwidth |
( |
| ) |
|
◆ mute()
◆ processmix()
| void revmodel::processmix |
( |
float * | inputL, |
|
|
float * | inputR, |
|
|
float * | outputL, |
|
|
float * | outputR, |
|
|
long | numsamples, |
|
|
int | skip ) |
◆ processreplace()
| void revmodel::processreplace |
( |
float * | inputL, |
|
|
float * | inputR, |
|
|
float * | outputL, |
|
|
float * | outputR, |
|
|
long | numsamples, |
|
|
int | skip ) |
◆ setdamp()
| void revmodel::setdamp |
( |
float | value | ) |
|
◆ setdry()
| void revmodel::setdry |
( |
float | value | ) |
|
◆ setmode()
| void revmodel::setmode |
( |
float | value | ) |
|
◆ setroomsize()
| void revmodel::setroomsize |
( |
float | value | ) |
|
◆ setwet()
| void revmodel::setwet |
( |
float | value | ) |
|
◆ setwidth()
| void revmodel::setwidth |
( |
float | value | ) |
|
◆ update()
| void revmodel::update |
( |
| ) |
|
|
private |
◆ allpassL
◆ allpassR
◆ buffers
◆ combL
◆ combR
◆ damp
◆ damp1
◆ dry
◆ gain
◆ mode
◆ roomsize
◆ roomsize1
| float revmodel::roomsize1 |
|
private |
◆ wet
◆ wet1
◆ wet2
◆ width
The documentation for this class was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/plugins/LadspaEffect/cmt/cmt/src/freeverb/Components/revmodel.h
- /home/runner/work/lmms-fork/lmms-fork/plugins/LadspaEffect/cmt/cmt/src/freeverb/Components/revmodel.cpp