![]() |
fsh::stk
fantastic spatial holophonic synthesis toolkit
|
Protect an AudioBuffer by clamping its samples to a given range and/or replacing NaNs with 0.0f. More...
#include <BufferProtector.h>
Classes | |
struct | Params |
Parameters for the buffer protector. More... | |
Public Member Functions | |
void | setParams (const Params &) |
Set the parameters for the buffer protector. | |
void | process (juce::AudioBuffer< float >) const |
Process the given buffer according to the current parameters. | |
Protect an AudioBuffer by clamping its samples to a given range and/or replacing NaNs with 0.0f.
If any changes are necessary to the buffer, this object will print out a warning message.