#include <WaveShaper.h>
Inheritance diagram for csl::WaveShaper:

Public Member Functions | |
| WaveShaper () | |
| WaveShaper (float frequency, unsigned size=8192) | |
| void | setTableLenght (unsigned length) |
| set the size in bytes of the table. | |
| unsigned | tableLength () |
Public Attributes | |
| Buffer | mTransferFunction |
Protected Member Functions | |
| status | mono_next_buffer (Buffer &inputBuffer, Buffer &outputBuffer, unsigned inBufNum, unsigned outBufNum) |
| void | initWaveTable () |
Private Attributes | |
| unsigned | mTableSize |
| Table size in bytes. | |
|
|
|
|
||||||||||||
|
|
|
|
set the size in bytes of the table.
|
|
|
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
Table size in bytes.
|
1.4.5-20051010