JUCE
|
This is the complete list of members for AudioBuffer< Type >, including all inherited members.
addFrom(int destChannel, int destStartSample, const AudioBuffer &source, int sourceChannel, int sourceStartSample, int numSamples, Type gainToApplyToSource=Type(1)) noexcept | AudioBuffer< Type > | |
addFrom(int destChannel, int destStartSample, const Type *source, int numSamples, Type gainToApplyToSource=Type(1)) noexcept | AudioBuffer< Type > | |
addFromWithRamp(int destChannel, int destStartSample, const Type *source, int numSamples, Type startGain, Type endGain) noexcept | AudioBuffer< Type > | |
addSample(int destChannel, int destSample, Type valueToAdd) noexcept | AudioBuffer< Type > | |
applyGain(int channel, int startSample, int numSamples, Type gain) noexcept | AudioBuffer< Type > | |
applyGain(int startSample, int numSamples, Type gain) noexcept | AudioBuffer< Type > | |
applyGain(Type gain) noexcept | AudioBuffer< Type > | |
applyGainRamp(int channel, int startSample, int numSamples, Type startGain, Type endGain) noexcept | AudioBuffer< Type > | |
applyGainRamp(int startSample, int numSamples, Type startGain, Type endGain) noexcept | AudioBuffer< Type > | |
AudioBuffer() noexcept | AudioBuffer< Type > | |
AudioBuffer(int numChannelsToAllocate, int numSamplesToAllocate) | AudioBuffer< Type > | |
AudioBuffer(Type *const *dataToReferTo, int numChannelsToUse, int numSamples) | AudioBuffer< Type > | |
AudioBuffer(Type *const *dataToReferTo, int numChannelsToUse, int startSample, int numSamples) | AudioBuffer< Type > | |
AudioBuffer(const AudioBuffer &other) | AudioBuffer< Type > | |
AudioBuffer(AudioBuffer &&other) noexcept | AudioBuffer< Type > | |
clear() noexcept | AudioBuffer< Type > | |
clear(int startSample, int numSamples) noexcept | AudioBuffer< Type > | |
clear(int channel, int startSample, int numSamples) noexcept | AudioBuffer< Type > | |
copyFrom(int destChannel, int destStartSample, const AudioBuffer &source, int sourceChannel, int sourceStartSample, int numSamples) noexcept | AudioBuffer< Type > | |
copyFrom(int destChannel, int destStartSample, const Type *source, int numSamples) noexcept | AudioBuffer< Type > | |
copyFrom(int destChannel, int destStartSample, const Type *source, int numSamples, Type gain) noexcept | AudioBuffer< Type > | |
copyFromWithRamp(int destChannel, int destStartSample, const Type *source, int numSamples, Type startGain, Type endGain) noexcept | AudioBuffer< Type > | |
findMinMax(int channel, int startSample, int numSamples) const noexcept | AudioBuffer< Type > | |
getArrayOfReadPointers() const noexcept | AudioBuffer< Type > | |
getArrayOfWritePointers() noexcept | AudioBuffer< Type > | |
getMagnitude(int channel, int startSample, int numSamples) const noexcept | AudioBuffer< Type > | |
getMagnitude(int startSample, int numSamples) const noexcept | AudioBuffer< Type > | |
getNumChannels() const noexcept | AudioBuffer< Type > | |
getNumSamples() const noexcept | AudioBuffer< Type > | |
getReadPointer(int channelNumber) const noexcept | AudioBuffer< Type > | |
getReadPointer(int channelNumber, int sampleIndex) const noexcept | AudioBuffer< Type > | |
getRMSLevel(int channel, int startSample, int numSamples) const noexcept | AudioBuffer< Type > | |
getSample(int channel, int sampleIndex) const noexcept | AudioBuffer< Type > | |
getWritePointer(int channelNumber) noexcept | AudioBuffer< Type > | |
getWritePointer(int channelNumber, int sampleIndex) noexcept | AudioBuffer< Type > | |
hasBeenCleared() const noexcept | AudioBuffer< Type > | |
makeCopyOf(const AudioBuffer< OtherType > &other, bool avoidReallocating=false) | AudioBuffer< Type > | |
operator=(const AudioBuffer &other) | AudioBuffer< Type > | |
operator=(AudioBuffer &&other) noexcept | AudioBuffer< Type > | |
reverse(int channel, int startSample, int numSamples) const noexcept | AudioBuffer< Type > | |
reverse(int startSample, int numSamples) const noexcept | AudioBuffer< Type > | |
SampleType typedef | AudioBuffer< Type > | |
setDataToReferTo(Type **dataToReferTo, int newNumChannels, int newStartSample, int newNumSamples) | AudioBuffer< Type > | |
setDataToReferTo(Type **dataToReferTo, int newNumChannels, int newNumSamples) | AudioBuffer< Type > | |
setSample(int destChannel, int destSample, Type newValue) noexcept | AudioBuffer< Type > | |
setSize(int newNumChannels, int newNumSamples, bool keepExistingContent=false, bool clearExtraSpace=false, bool avoidReallocating=false) | AudioBuffer< Type > | |
~AudioBuffer()=default | AudioBuffer< Type > |