appendChannels(const Buffer &pBuffer) | iso::synth::Buffer | [virtual] |
appendFrames(const Buffer &pBuffer) | iso::synth::Buffer | [virtual] |
Buffer() | iso::synth::Buffer | |
Buffer(sample pValue) | iso::synth::Buffer | |
Buffer(unsigned int pFrameCount, unsigned int pChannelCount) | iso::synth::Buffer | |
Buffer(unsigned int pFrameCount, unsigned int pChannelCount, sample pValue) | iso::synth::Buffer | |
Buffer(unsigned int pFrameCount, unsigned int pChannelCount, const sample *pValues) | iso::synth::Buffer | |
Buffer(unsigned int pFrameCount, unsigned int pChannelCount, double p1, double p2,...) | iso::synth::Buffer | |
Buffer(const Buffer &pBuffer) | iso::synth::Buffer | |
Buffer(const serialize::SerializeData &pSerializeData) | iso::synth::Buffer | |
channelCount() const | iso::synth::Buffer | |
clip() | iso::synth::Buffer | |
data() | iso::synth::Buffer | |
data() const | iso::synth::Buffer | |
deinterleave(Buffer &pSourceBuffer, Buffer &pTargetBuffer) | iso::synth::Buffer | [static] |
deSerialize(const serialize::SerializeData &pSerializeData) | iso::synth::RingBuffer | [static] |
frameCount() const | iso::synth::Buffer | |
info() const | iso::synth::RingBuffer | [virtual] |
interleave(Buffer &pSourceBuffer, Buffer &pTargetBuffer) | iso::synth::Buffer | [static] |
mChannelCount | iso::synth::Buffer | [protected] |
mFrameCount | iso::synth::Buffer | [protected] |
mFrontPos | iso::synth::RingBuffer | [protected] |
mName | iso::synth::RingBuffer | [protected] |
name() const | iso::synth::RingBuffer | |
operator *=(sample pSample) | iso::synth::Buffer | [virtual] |
operator *=(const Buffer &pBuffer) | iso::synth::Buffer | [virtual] |
operator()(unsigned int pFrameIndex, unsigned int pChannelIndex) const | iso::synth::Buffer | [virtual] |
operator()(sample pFrameIndex, unsigned int pChannelIndex) const | iso::synth::Buffer | |
operator+=(sample pSample) | iso::synth::Buffer | [virtual] |
operator+=(const Buffer &pBuffer) | iso::synth::Buffer | [virtual] |
operator<<(std::ostream &pOstream, const RingBuffer &pRingBuffer) | iso::synth::RingBuffer | [friend] |
iso::synth::Buffer::operator<<(std::ostream &pOstream, const Buffer &pBuffer) | iso::synth::Buffer | [friend] |
operator=(const Buffer &pBuffer) | iso::synth::Buffer | [virtual] |
operator=(sample pValue) | iso::synth::Buffer | [virtual] |
operator==(const Buffer &pBuffer) const | iso::synth::Buffer | [virtual] |
read(Frame *pFrame, Frame *pRelPos) const | iso::synth::RingBuffer | |
read(Buffer *pBuffer, Frame *pRelPos) const | iso::synth::RingBuffer | |
read(Buffer *pBuffer, Frame *pRelPos, Frame *pRate) const | iso::synth::RingBuffer | |
read(Buffer *pBuffer, Buffer *pRelPos) const | iso::synth::RingBuffer | |
readInterpol(Frame *pFrame, Frame *pRelPos) const | iso::synth::RingBuffer | |
readInterpol(Buffer *pBuffer, Frame *pRelPos, Frame *pRate) const | iso::synth::RingBuffer | |
RingBuffer(unsigned int pFrameCount, unsigned int pChannelCount) | iso::synth::RingBuffer | |
RingBuffer(const String &pName, unsigned int pFrameCount, unsigned int pChannelCount) | iso::synth::RingBuffer | |
RingBuffer(const serialize::SerializeData &pSerializeData) | iso::synth::RingBuffer | |
RingBuffer() | iso::synth::RingBuffer | [protected] |
sChannelCount | iso::synth::Buffer | [protected, static] |
sClassName | iso::synth::RingBuffer | [static] |
sCount | iso::synth::RingBuffer | [protected, static] |
serialize(const String &pSerialName=sClassName) const | iso::synth::RingBuffer | [virtual] |
setChannelCount(unsigned int pChannelCount) | iso::synth::Buffer | [virtual] |
setDim(unsigned int p_dim) | iso::synth::Buffer | [protected, virtual] |
setFrameCount(unsigned int pFrameCount) | iso::synth::Buffer | [virtual] |
setSize(unsigned int pFrameCount, unsigned int pChannelCount) | iso::synth::Buffer | [virtual] |
sFrameCount | iso::synth::Buffer | [protected, static] |
write(const Frame *pFrame) | iso::synth::RingBuffer | |
write(const Buffer *pBuffer) | iso::synth::RingBuffer | |
~Buffer() | iso::synth::Buffer | [virtual] |
~RingBuffer() | iso::synth::RingBuffer | |