![]() |
Ardour
9.0-pre0-822-g12e3bc5c20
|
#include <utils.h>
Public Member Functions | |
void | process (AudioGrapher::ProcessContext< T > const &) |
![]() | |
virtual | ~Sink () |
virtual void | process (ProcessContext< T > &context) |
Definition at line 112 of file libs/audiographer/tests/utils.h.
|
inlinevirtual |
Process given data. The data can not be modified, so in-place processing is not allowed. At least this function must be implemented by deriving classes
Implements AudioGrapher::Sink< T >.
Definition at line 115 of file libs/audiographer/tests/utils.h.