DISTRHO Plugin Framework
|
#include <RingBuffer.hpp>
Public Attributes | |
uint32_t | head |
uint32_t | tail |
uint32_t | wrtn |
bool | invalidateCommit |
uint8_t | buf [size] |
Static Public Attributes | |
static const uint32_t | size = 4096 |
RingBufferControl compatible struct with a relatively small stack size (4k bytes).