#include "cinder/audio/WaveformType.h"
#include "cinder/audio/Buffer.h"
#include <vector>
#include <tuple>
Go to the source code of this file.
Classes | |
class | cinder::audio::WaveTable |
Manages a table that is used for wavetable synthesis. Supports table lookup with linear interpolation. More... | |
class | cinder::audio::WaveTable2d |
Manages an array of tables that is used for bandlimited wavetable synthesis. Supports table lookup with linear interpolation. More... | |
Namespaces | |
cinder | |
cinder::audio | |
Typedefs | |
typedef std::shared_ptr< class WaveTable > | cinder::audio::WaveTableRef |
typedef std::shared_ptr< class WaveTable2d > | cinder::audio::WaveTable2dRef |