|
Oscilloscope 0.5.0
A simple oscilloscope VST
|
#include <ScopeDataCollector.h>
Public Member Functions | |
| ScopeDataCollector (AudioBufferQueue< SampleType > &queueToUse) | |
| void | process (const SampleType *data, size_t numSamples) |
Class handling AudioBufferQueue.
Automatically fills a buffer, pushes it to the queue and starts filling the next one.
Definition at line 21 of file ScopeDataCollector.h.
|
inline |
Definition at line 25 of file ScopeDataCollector.h.
|
inline |
Processes incoming data.
| data | pointer to a series of data. |
| numSamples | number of samples in the series. |
Definition at line 43 of file ScopeDataCollector.h.