Mozzi  version v1.1.0
sound synthesis library for Arduino
WaveShaper< T > Class Template Reference

WaveShaper maps values from its input to values in a table, which are returned as output. More...

#include <WaveShaper.h>

Detailed Description

template<class T>
class WaveShaper< T >

WaveShaper maps values from its input to values in a table, which are returned as output.

Template Parameters
Tthe type of numbers being input to be shaped, chosen to match the table.

Definition at line 22 of file WaveShaper.h.