![]() |
Deluge Firmware 1.3.0
Build date: 2025.04.16
|
Public Member Functions | |
void | set (const EnvParams &p) |
int32_t | getsample (const EnvParams &p, int n) |
void | keydown (const EnvParams &p, bool down) |
void | getPosition (char *step) |
bool | isDown () const |
Static Public Member Functions | |
static void | init (double sample_rate) |
Private Member Functions | |
void | advance (const EnvParams &p, int newix) |
Private Attributes | |
int32_t | level_ |
int | targetlevel_ |
bool | rising_ |
int | ix_ |
int | inc_ |
bool | down_ |
Static Private Attributes | |
static int | unit_ |