JUCE
juce::AudioBuffer< Type > Member List

This is the complete list of members for juce::AudioBuffer< Type >, including all inherited members.

addFrom(int destChannel, int destStartSample, const AudioBuffer &source, int sourceChannel, int sourceStartSample, int numSamples, Type gainToApplyToSource=Type(1)) noexceptjuce::AudioBuffer< Type >
addFrom(int destChannel, int destStartSample, const Type *source, int numSamples, Type gainToApplyToSource=Type(1)) noexceptjuce::AudioBuffer< Type >
addFromWithRamp(int destChannel, int destStartSample, const Type *source, int numSamples, Type startGain, Type endGain) noexceptjuce::AudioBuffer< Type >
addSample(int destChannel, int destSample, Type valueToAdd) noexceptjuce::AudioBuffer< Type >
applyGain(int channel, int startSample, int numSamples, Type gain) noexceptjuce::AudioBuffer< Type >
applyGain(int startSample, int numSamples, Type gain) noexceptjuce::AudioBuffer< Type >
applyGain(Type gain) noexceptjuce::AudioBuffer< Type >
applyGainRamp(int channel, int startSample, int numSamples, Type startGain, Type endGain) noexceptjuce::AudioBuffer< Type >
applyGainRamp(int startSample, int numSamples, Type startGain, Type endGain) noexceptjuce::AudioBuffer< Type >
AudioBuffer() noexceptjuce::AudioBuffer< Type >
AudioBuffer(int numChannelsToAllocate, int numSamplesToAllocate)juce::AudioBuffer< Type >
AudioBuffer(Type *const *dataToReferTo, int numChannelsToUse, int numSamples)juce::AudioBuffer< Type >
AudioBuffer(Type *const *dataToReferTo, int numChannelsToUse, int startSample, int numSamples)juce::AudioBuffer< Type >
AudioBuffer(const AudioBuffer &other)juce::AudioBuffer< Type >
AudioBuffer(AudioBuffer &&other) noexceptjuce::AudioBuffer< Type >
clear() noexceptjuce::AudioBuffer< Type >
clear(int startSample, int numSamples) noexceptjuce::AudioBuffer< Type >
clear(int channel, int startSample, int numSamples) noexceptjuce::AudioBuffer< Type >
copyFrom(int destChannel, int destStartSample, const AudioBuffer &source, int sourceChannel, int sourceStartSample, int numSamples) noexceptjuce::AudioBuffer< Type >
copyFrom(int destChannel, int destStartSample, const Type *source, int numSamples) noexceptjuce::AudioBuffer< Type >
copyFrom(int destChannel, int destStartSample, const Type *source, int numSamples, Type gain) noexceptjuce::AudioBuffer< Type >
copyFromWithRamp(int destChannel, int destStartSample, const Type *source, int numSamples, Type startGain, Type endGain) noexceptjuce::AudioBuffer< Type >
findMinMax(int channel, int startSample, int numSamples) const noexceptjuce::AudioBuffer< Type >
getArrayOfReadPointers() const noexceptjuce::AudioBuffer< Type >
getArrayOfWritePointers() noexceptjuce::AudioBuffer< Type >
getMagnitude(int channel, int startSample, int numSamples) const noexceptjuce::AudioBuffer< Type >
getMagnitude(int startSample, int numSamples) const noexceptjuce::AudioBuffer< Type >
getNumChannels() const noexceptjuce::AudioBuffer< Type >
getNumSamples() const noexceptjuce::AudioBuffer< Type >
getReadPointer(int channelNumber) const noexceptjuce::AudioBuffer< Type >
getReadPointer(int channelNumber, int sampleIndex) const noexceptjuce::AudioBuffer< Type >
getRMSLevel(int channel, int startSample, int numSamples) const noexceptjuce::AudioBuffer< Type >
getSample(int channel, int sampleIndex) const noexceptjuce::AudioBuffer< Type >
getWritePointer(int channelNumber) noexceptjuce::AudioBuffer< Type >
getWritePointer(int channelNumber, int sampleIndex) noexceptjuce::AudioBuffer< Type >
hasBeenCleared() const noexceptjuce::AudioBuffer< Type >
makeCopyOf(const AudioBuffer< OtherType > &other, bool avoidReallocating=false)juce::AudioBuffer< Type >
operator=(const AudioBuffer &other)juce::AudioBuffer< Type >
operator=(AudioBuffer &&other) noexceptjuce::AudioBuffer< Type >
reverse(int channel, int startSample, int numSamples) const noexceptjuce::AudioBuffer< Type >
reverse(int startSample, int numSamples) const noexceptjuce::AudioBuffer< Type >
SampleType typedefjuce::AudioBuffer< Type >
setDataToReferTo(Type **dataToReferTo, int newNumChannels, int newStartSample, int newNumSamples)juce::AudioBuffer< Type >
setDataToReferTo(Type **dataToReferTo, int newNumChannels, int newNumSamples)juce::AudioBuffer< Type >
setSample(int destChannel, int destSample, Type newValue) noexceptjuce::AudioBuffer< Type >
setSize(int newNumChannels, int newNumSamples, bool keepExistingContent=false, bool clearExtraSpace=false, bool avoidReallocating=false)juce::AudioBuffer< Type >
~AudioBuffer() noexceptjuce::AudioBuffer< Type >