Pd++
0.01
A pure C++ implementation of Pure Data objects
|
The STK namespace. More...
Classes | |
struct | AifHeader |
struct | AifSsnd |
class | FileRead |
STK audio file input class. More... | |
class | FileWrite |
STK audio file output class. More... | |
class | FileWvIn |
STK audio file input class. More... | |
struct | MatHeader |
struct | SndHeader |
class | Stk |
STK base class. More... | |
class | StkError |
STK error handling class. More... | |
class | StkFrames |
An STK class to handle vectorized audio data. More... | |
struct | WaveHeader |
class | WvIn |
STK audio input abstract base class. More... | |
Typedefs | |
typedef double | StkFloat |
typedef unsigned short | UINT16 |
typedef unsigned int | UINT32 |
typedef signed short | SINT16 |
typedef signed int | SINT32 |
typedef float | FLOAT32 |
typedef double | FLOAT64 |
Variables | |
const StkFloat | SRATE = 44100.0 |
const unsigned int | RT_BUFFER_SIZE = 512 |
const StkFloat | PI = 3.14159265358979 |
const StkFloat | TWO_PI = 2 * PI |
const StkFloat | ONE_OVER_128 = 0.0078125 |
The STK namespace.
Most Stk classes are defined within the STK namespace. Exceptions to this include the classes RtAudio and RtMidi.