fsh::stk
fantastic spatial holophonic synthesis toolkit
All Classes Functions Variables Typedefs Enumerations Enumerator Pages
fsh::util::BufferProtector Class Reference

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.
 

Detailed Description

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.


The documentation for this class was generated from the following files: