|
enum class | Status { OFF
, RECORDING
, PLAYING
} |
|
|
int32_t | getStutterRate (ParamManager *paramManager, int32_t magnitude, uint32_t timePerTickInverse) |
|
|
bool | currentReverse |
|
DelayBuffer | buffer |
|
Status | status = Status::OFF |
|
uint8_t | sync = 7 |
|
StutterConfig | stutterConfig |
|
int32_t | sizeLeftUntilRecordFinished = 0 |
|
int32_t | valueBeforeStuttering = 0 |
|
int32_t | lastQuantizedKnobDiff = 0 |
|
void * | stutterSource = nullptr |
|
◆ stutterSource
void* Stutterer::stutterSource = nullptr |
|
private |
This functions as cookie, allowing different users to know who is currently stuttering, so only those who are will send audio here.
The documentation for this class was generated from the following files:
- src/deluge/model/fx/stutterer.h
- src/deluge/model/fx/stutterer.cpp