appendChannels(const Buffer &pBuffer) | iso::synth::Buffer | [virtual] |
appendFrames(const Buffer &pBuffer) | iso::synth::Frame | [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 | |
copyFrom(Buffer &pBuffer, unsigned int pFrameIndex) | iso::synth::Frame | |
copyTo(Buffer &pBuffer, unsigned int pFrameIndex) | iso::synth::Frame | |
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::Frame | [static] |
Frame() | iso::synth::Frame | |
Frame(sample pValue) | iso::synth::Frame | |
Frame(unsigned int pChannelCount) | iso::synth::Frame | [explicit] |
Frame(int pChannelCount) | iso::synth::Frame | [explicit] |
Frame(unsigned int pChannelCount, sample pValue) | iso::synth::Frame | |
Frame(unsigned int pChannelCount, const sample *pValues) | iso::synth::Frame | |
Frame(unsigned int pChannelCount, double pValue1, double pValue2,...) | iso::synth::Frame | |
Frame(const Frame &pFrame) | iso::synth::Frame | |
Frame(const math::Vector< sample > &pVector) | iso::synth::Frame | |
Frame(const Buffer &pBuffer, unsigned int pFrameIndex) | iso::synth::Frame | |
Frame(const serialize::SerializeData &pSerializeData) | iso::synth::Frame | |
frameCount() const | iso::synth::Buffer | |
info() const | iso::synth::Frame | [virtual] |
interleave(Buffer &pSourceBuffer, Buffer &pTargetBuffer) | iso::synth::Buffer | [static] |
mChannelCount | iso::synth::Buffer | [protected] |
mFrameCount | iso::synth::Buffer | [protected] |
operator *=(sample pValue) | iso::synth::Frame | [virtual] |
operator *=(const Frame &pFrame) | iso::synth::Frame | |
operator *=(const Buffer &pBuffer) | iso::synth::Frame | [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 pvalue) | iso::synth::Frame | [virtual] |
operator+=(const Frame &pFrame) | iso::synth::Frame | |
operator+=(const Buffer &pBuffer) | iso::synth::Frame | [virtual] |
operator<<(std::ostream &pOstream, const Frame &pFrame) | iso::synth::Frame | [friend] |
iso::synth::Buffer::operator<<(std::ostream &pOstream, const Buffer &pBuffer) | iso::synth::Buffer | [friend] |
operator=(const Frame &pFrame) | iso::synth::Frame | |
operator=(const Buffer &pBuffer) | iso::synth::Frame | [virtual] |
operator=(sample pValue) | iso::synth::Frame | [virtual] |
operator==(const Frame &pFrame) const | iso::synth::Frame | |
operator==(const Buffer &pBuffer) const | iso::synth::Frame | [virtual] |
operator[](unsigned int pChannelIndex) | iso::synth::Frame | |
operator[](unsigned int pChannelIndex) const | iso::synth::Frame | |
sChannelCount | iso::synth::Buffer | [protected, static] |
sClassName | iso::synth::Frame | [static] |
serialize(const String &pSerialName=sClassName) const | iso::synth::Frame | [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::Frame | [virtual] |
setSize(unsigned int pFrameCount, unsigned int pChannelCount) | iso::synth::Frame | [virtual] |
sFrameCount | iso::synth::Buffer | [protected, static] |
~Buffer() | iso::synth::Buffer | [virtual] |
~Frame() | iso::synth::Frame | |