|
LMMS
|
#include <Reverb.h>
Public Member Functions | |
| sample_t | process (sample_t x) |
| Public Member Functions inherited from DSP::Delay | |
| Delay () | |
| ~Delay () | |
| void | init (int n) |
| void | reset () |
| sample_t & | operator[] (int i) |
| void | put (sample_t x) |
| sample_t | get () |
| sample_t | putget (sample_t x) |
| sample_t | get_at (float f) |
| sample_t | get_cubic (float f) |
Public Attributes | |
| float | c |
| Public Attributes inherited from DSP::Delay | |
| int | size |
| sample_t * | data |
| int | read |
| int | write |
| float JVComb::c |