JUCE  v5.1.1-3-g1a0b28c73
JUCE API
AudioBuffer< Type > Member List

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) noexceptAudioBuffer< Type >inline
addFrom(int destChannel, int destStartSample, const Type *source, int numSamples, Type gainToApplyToSource=(Type) 1) noexceptAudioBuffer< Type >inline
addFromWithRamp(int destChannel, int destStartSample, const Type *source, int numSamples, Type startGain, Type endGain) noexceptAudioBuffer< Type >inline
addSample(int destChannel, int destSample, Type valueToAdd) noexceptAudioBuffer< Type >inline
allocateChannels(Type *const *dataToReferTo, int offset)AudioBuffer< Type >inlineprivate
allocateData()AudioBuffer< Type >inlineprivate
allocatedBytesAudioBuffer< Type >private
allocatedDataAudioBuffer< Type >private
applyGain(int channel, int startSample, int numSamples, Type gain) noexceptAudioBuffer< Type >inline
applyGain(int startSample, int numSamples, Type gain) noexceptAudioBuffer< Type >inline
applyGain(Type gain) noexceptAudioBuffer< Type >inline
applyGainRamp(int channel, int startSample, int numSamples, Type startGain, Type endGain) noexceptAudioBuffer< Type >inline
applyGainRamp(int startSample, int numSamples, Type startGain, Type endGain) noexceptAudioBuffer< Type >inline
AudioBuffer() noexceptAudioBuffer< Type >inline
AudioBuffer(int numChannelsToAllocate, int numSamplesToAllocate)AudioBuffer< Type >inline
AudioBuffer(Type *const *dataToReferTo, int numChannelsToUse, int numSamples)AudioBuffer< Type >inline
AudioBuffer(Type *const *dataToReferTo, int numChannelsToUse, int startSample, int numSamples)AudioBuffer< Type >inline
AudioBuffer(const AudioBuffer &other)AudioBuffer< Type >inline
AudioBuffer(AudioBuffer &&other) noexceptAudioBuffer< Type >inline
channelsAudioBuffer< Type >private
clear() noexceptAudioBuffer< Type >inline
clear(int startSample, int numSamples) noexceptAudioBuffer< Type >inline
clear(int channel, int startSample, int numSamples) noexceptAudioBuffer< Type >inline
copyFrom(int destChannel, int destStartSample, const AudioBuffer &source, int sourceChannel, int sourceStartSample, int numSamples) noexceptAudioBuffer< Type >inline
copyFrom(int destChannel, int destStartSample, const Type *source, int numSamples) noexceptAudioBuffer< Type >inline
copyFrom(int destChannel, int destStartSample, const Type *source, int numSamples, Type gain) noexceptAudioBuffer< Type >inline
copyFromWithRamp(int destChannel, int destStartSample, const Type *source, int numSamples, Type startGain, Type endGain) noexceptAudioBuffer< Type >inline
findMinMax(int channel, int startSample, int numSamples) const noexceptAudioBuffer< Type >inline
getArrayOfReadPointers() const noexceptAudioBuffer< Type >inline
getArrayOfWritePointers() noexceptAudioBuffer< Type >inline
getMagnitude(int channel, int startSample, int numSamples) const noexceptAudioBuffer< Type >inline
getMagnitude(int startSample, int numSamples) const noexceptAudioBuffer< Type >inline
getNumChannels() const noexceptAudioBuffer< Type >inline
getNumSamples() const noexceptAudioBuffer< Type >inline
getReadPointer(int channelNumber) const noexceptAudioBuffer< Type >inline
getReadPointer(int channelNumber, int sampleIndex) const noexceptAudioBuffer< Type >inline
getRMSLevel(int channel, int startSample, int numSamples) const noexceptAudioBuffer< Type >inline
getSample(int channel, int sampleIndex) const noexceptAudioBuffer< Type >inline
getWritePointer(int channelNumber) noexceptAudioBuffer< Type >inline
getWritePointer(int channelNumber, int sampleIndex) noexceptAudioBuffer< Type >inline
hasBeenCleared() const noexceptAudioBuffer< Type >inline
isClearAudioBuffer< Type >private
makeCopyOf(const AudioBuffer< OtherType > &other, bool avoidReallocating=false)AudioBuffer< Type >inline
numChannelsAudioBuffer< Type >private
operator=(const AudioBuffer &other)AudioBuffer< Type >inline
operator=(AudioBuffer &&other) noexceptAudioBuffer< Type >inline
preallocatedChannelSpaceAudioBuffer< Type >private
reverse(int channel, int startSample, int numSamples) const noexceptAudioBuffer< Type >inline
reverse(int startSample, int numSamples) const noexceptAudioBuffer< Type >inline
setDataToReferTo(Type **dataToReferTo, int newNumChannels, int newStartSample, int newNumSamples)AudioBuffer< Type >inline
setDataToReferTo(Type **dataToReferTo, int newNumChannels, int newNumSamples)AudioBuffer< Type >inline
setSample(int destChannel, int destSample, Type newValue) noexceptAudioBuffer< Type >inline
setSize(int newNumChannels, int newNumSamples, bool keepExistingContent=false, bool clearExtraSpace=false, bool avoidReallocating=false)AudioBuffer< Type >inline
sizeAudioBuffer< Type >private
~AudioBuffer() noexceptAudioBuffer< Type >inline