|
Deluge Firmware
|
#include <comb.hpp>

Public Member Functions | |
| comb () | |
| void | setbuffer (int32_t *buf, int size) |
| int32_t | process (int32_t inp) |
| void | mute () |
| void | setdamp (float val) |
| float | getdamp () |
| void | setfeedback (int32_t val) |
| int32_t | getfeedback () |
| comb::comb | ( | ) |
| float comb::getdamp | ( | ) |
| int32_t comb::getfeedback | ( | ) |
| void comb::mute | ( | ) |
|
inline |
| void comb::setbuffer | ( | int32_t * | buf, |
| int | size | ||
| ) |
| void comb::setdamp | ( | float | val | ) |
| void comb::setfeedback | ( | int32_t | val | ) |