flext 0.6.2
|
Typedefs | |
typedef t_sample * | flext_dsp::t_signalvec |
typedef describing a signal vector | |
Functions | |
float | flext_dsp::Samplerate () const |
returns current sample rate | |
int | flext_dsp::Blocksize () const |
returns current block (aka vector) size | |
t_sample *const * | flext_dsp::InSig () const |
returns array of input vectors (CntInSig() vectors) | |
t_sample * | flext_dsp::InSig (int i) const |
returns input vector | |
t_sample *const * | flext_dsp::OutSig () const |
returns array of output vectors (CntOutSig() vectors) | |
t_sample * | flext_dsp::OutSig (int i) const |
returns output vector | |
typedef describing a signal vector
|
inline |
returns current block (aka vector) size
returns array of input vectors (CntInSig() vectors)
returns array of output vectors (CntOutSig() vectors)
|
inline |
returns current sample rate