iPlug2 - C++ Audio Plug-in Framework
|
ISender is a utility class which can be used to defer data from the realtime audio processing and send it to the GUI for visualization. More...
#include <ISender.h>
Public Member Functions | |
void | PushData (const ISenderData< MAXNC, T > &d) |
Pushes a data element onto the queue. More... | |
void | TransmitData (IEditorDelegate &dlg) |
Pops elements off the queue and sends messages to controls. More... | |
Static Public Attributes | |
static constexpr int | kUpdateMessage = 0 |
ISender is a utility class which can be used to defer data from the realtime audio processing and send it to the GUI for visualization.
|
inline |
Pushes a data element onto the queue.
This can be called on the realtime audio thread.
Definition at line 63 of file ISender.h.
Referenced by IPeakSender< MAXNC, QUEUE_SIZE >::ProcessBlock().
|
inline |