AudiClean
|
#include <FilterInputNoise.h>
Public Member Functions | |
void | RegisterCallback (NoiseFilter *filterCallback) |
void | NextSample (double sample) |
Protected Attributes | |
NoiseFilter * | filterCallback |
Inherits SampleCallback, acts as an interface to the asynchonous noise input to a NoiseFiler
|
virtual |
Processes the next noise sample. If a callback is registered, send the sample to the filter noise input
sample |
Implements SampleCallback.
void FilterInputNoise::RegisterCallback | ( | NoiseFilter * | _filterCallback | ) |
Registers a NoiseFilter to call-back with noise samples
_filterCallback |
|
protected |