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