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