|
AudiClean
|
#include <SampleLink.h>


Public Member Functions | |
| void | RegisterCallback (SampleCallback *scb) |
| void | NextSample (double next) |
Protected Attributes | |
| SampleCallback * | sampleCallback = nullptr |
Extends SampleCallback to include facility to register a futher callback. Forms a pipeline element with an input and output.
|
virtual |
Default implementation of NextSample. Pass the sample to the next callback, return if no callback is set yet.
| sample |
Implements SampleCallback.
| void SampleLink::RegisterCallback | ( | SampleCallback * | scb | ) |
Register the callback for the next object in the pipeline.
| scb |
|
protected |
1.8.17