JUCE  v6.1.6 (6.0.8-1114)
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
juce::dsp::AudioBlock< SampleType > Member List

This is the complete list of members for juce::dsp::AudioBlock< SampleType >, including all inherited members.

add(NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
add(NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >inline
add(AudioBlock< OtherSampleType > src) noexceptjuce::dsp::AudioBlock< SampleType >inline
add(AudioBlock< OtherSampleType > src) const noexceptjuce::dsp::AudioBlock< SampleType >inline
addInternal(NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
addInternal(AudioBlock< OtherSampleType > src) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
addProductOf(AudioBlock< OtherSampleType > src, NumericType factor) noexceptjuce::dsp::AudioBlock< SampleType >inline
addProductOf(AudioBlock< OtherSampleType > src, NumericType factor) const noexceptjuce::dsp::AudioBlock< SampleType >inline
addProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexceptjuce::dsp::AudioBlock< SampleType >inline
addProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexceptjuce::dsp::AudioBlock< SampleType >inline
addProductOfInternal(AudioBlock< OtherSampleType > src, NumericType factor) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
addProductOfInternal(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
addSample(int destChannel, int destSample, SampleType valueToAdd) const noexceptjuce::dsp::AudioBlock< SampleType >inline
AudioBlock classjuce::dsp::AudioBlock< SampleType >friend
AudioBlock() noexcept=defaultjuce::dsp::AudioBlock< SampleType >
AudioBlock(SampleType *const *channelData, size_t numberOfChannels, size_t numberOfSamples) noexceptjuce::dsp::AudioBlock< SampleType >inline
AudioBlock(SampleType *const *channelData, size_t numberOfChannels, size_t startSampleIndex, size_t numberOfSamples) noexceptjuce::dsp::AudioBlock< SampleType >inline
AudioBlock(HeapBlock< char > &heapBlockToUseForAllocation, size_t numberOfChannels, size_t numberOfSamples, size_t alignmentInBytes=defaultAlignment) noexceptjuce::dsp::AudioBlock< SampleType >inline
AudioBlock(AudioBuffer< OtherSampleType > &buffer) noexceptjuce::dsp::AudioBlock< SampleType >inline
AudioBlock(const AudioBuffer< OtherSampleType > &buffer) noexceptjuce::dsp::AudioBlock< SampleType >inline
AudioBlock(AudioBuffer< OtherSampleType > &buffer, size_t startSampleIndex) noexceptjuce::dsp::AudioBlock< SampleType >inline
AudioBlock(const AudioBlock &other) noexcept=defaultjuce::dsp::AudioBlock< SampleType >
AudioBlock(const AudioBlock< OtherSampleType > &other) noexceptjuce::dsp::AudioBlock< SampleType >inline
byteMaskjuce::dsp::AudioBlock< SampleType >privatestatic
ChannelCountType typedefjuce::dsp::AudioBlock< SampleType >private
channelsjuce::dsp::AudioBlock< SampleType >private
clear() noexceptjuce::dsp::AudioBlock< SampleType >inline
clear() const noexceptjuce::dsp::AudioBlock< SampleType >inline
clearInternal() const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
copyFrom(const AudioBlock< OtherSampleType > &src) noexceptjuce::dsp::AudioBlock< SampleType >inline
copyFrom(const AudioBlock< OtherSampleType > &src) const noexceptjuce::dsp::AudioBlock< SampleType >inline
copyFrom(const AudioBuffer< OtherNumericType > &src, size_t srcPos=0, size_t dstPos=0, size_t numElements=std::numeric_limits< size_t >::max())juce::dsp::AudioBlock< SampleType >inline
copyFrom(const AudioBuffer< OtherNumericType > &src, size_t srcPos=0, size_t dstPos=0, size_t numElements=std::numeric_limits< size_t >::max()) constjuce::dsp::AudioBlock< SampleType >inline
copyFromInternal(const AudioBlock< OtherSampleType > &src) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
copyFromInternal(const AudioBuffer< OtherNumericType > &src, size_t srcPos, size_t dstPos, size_t numElements) constjuce::dsp::AudioBlock< SampleType >inlineprivate
copyTo(AudioBuffer< typename std::remove_const< NumericType >::type > &dst, size_t srcPos=0, size_t dstPos=0, size_t numElements=std::numeric_limits< size_t >::max()) constjuce::dsp::AudioBlock< SampleType >inline
defaultAlignmentjuce::dsp::AudioBlock< SampleType >privatestatic
elementMaskjuce::dsp::AudioBlock< SampleType >privatestatic
fill(NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
fill(NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >inline
fillInternal(NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
findMinAndMax() const noexceptjuce::dsp::AudioBlock< SampleType >inline
getChannelPointer(size_t channel) const noexceptjuce::dsp::AudioBlock< SampleType >inline
getDataPointer(size_t channel) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
getNumChannels() const noexceptjuce::dsp::AudioBlock< SampleType >inline
getNumSamples() const noexceptjuce::dsp::AudioBlock< SampleType >inline
getSample(int channel, int sampleIndex) const noexceptjuce::dsp::AudioBlock< SampleType >inline
getSingleChannelBlock(size_t channel) const noexceptjuce::dsp::AudioBlock< SampleType >inline
getSubBlock(size_t newOffset, size_t newLength) const noexceptjuce::dsp::AudioBlock< SampleType >inline
getSubBlock(size_t newOffset) const noexceptjuce::dsp::AudioBlock< SampleType >inline
getSubsetChannelBlock(size_t channelStart, size_t numChannelsToUse) const noexceptjuce::dsp::AudioBlock< SampleType >inline
MayUseConvertingConstructor typedefjuce::dsp::AudioBlock< SampleType >private
move(size_t srcPos, size_t dstPos, size_t numElements=std::numeric_limits< size_t >::max()) noexceptjuce::dsp::AudioBlock< SampleType >inline
move(size_t srcPos, size_t dstPos, size_t numElements=std::numeric_limits< size_t >::max()) const noexceptjuce::dsp::AudioBlock< SampleType >inline
moveInternal(size_t srcPos, size_t dstPos, size_t numElements=std::numeric_limits< size_t >::max()) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
multiplyBy(NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
multiplyBy(NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >inline
multiplyBy(AudioBlock< OtherSampleType > src) noexceptjuce::dsp::AudioBlock< SampleType >inline
multiplyBy(AudioBlock< OtherSampleType > src) const noexceptjuce::dsp::AudioBlock< SampleType >inline
multiplyBy(SmoothedValue< OtherSampleType, SmoothingType > &value) noexceptjuce::dsp::AudioBlock< SampleType >inline
multiplyBy(SmoothedValue< OtherSampleType, SmoothingType > &value) const noexceptjuce::dsp::AudioBlock< SampleType >inline
multiplyByInternal(NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
multiplyByInternal(AudioBlock< OtherSampleType > src) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
multiplyByInternal(SmoothedValue< OtherSampleType, SmoothingType > &value) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
negate() noexceptjuce::dsp::AudioBlock< SampleType >inline
negate() const noexceptjuce::dsp::AudioBlock< SampleType >inline
negateInternal() const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
numChannelsjuce::dsp::AudioBlock< SampleType >private
NumericType typedefjuce::dsp::AudioBlock< SampleType >
numSamplesjuce::dsp::AudioBlock< SampleType >private
operator!=(const AudioBlock< OtherSampleType > &other) const noexceptjuce::dsp::AudioBlock< SampleType >inline
operator*=(NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
operator*=(NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >inline
operator*=(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >inline
operator*=(AudioBlock src) const noexceptjuce::dsp::AudioBlock< SampleType >inline
operator*=(SmoothedValue< OtherSampleType, SmoothingType > &value) noexceptjuce::dsp::AudioBlock< SampleType >inline
operator*=(SmoothedValue< OtherSampleType, SmoothingType > &value) const noexceptjuce::dsp::AudioBlock< SampleType >inline
operator+=(NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
operator+=(NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >inline
operator+=(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >inline
operator+=(AudioBlock src) const noexceptjuce::dsp::AudioBlock< SampleType >inline
operator-=(NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
operator-=(NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >inline
operator-=(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >inline
operator-=(AudioBlock src) const noexceptjuce::dsp::AudioBlock< SampleType >inline
operator=(const AudioBlock &other) noexcept=defaultjuce::dsp::AudioBlock< SampleType >
operator=(const AudioBlock< OtherSampleType > &other) noexceptjuce::dsp::AudioBlock< SampleType >inline
operator==(const AudioBlock< OtherSampleType > &other) const noexceptjuce::dsp::AudioBlock< SampleType >inline
process(AudioBlock< Src1SampleType > inBlock, AudioBlock< Src2SampleType > outBlock, FunctionType &&function)juce::dsp::AudioBlock< SampleType >inlinestatic
replaceWithAbsoluteValueOf(AudioBlock< OtherSampleType > src) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithAbsoluteValueOf(AudioBlock< OtherSampleType > src) const noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithAbsoluteValueOfInternal(AudioBlock< OtherSampleType > src) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
replaceWithDifferenceOf(AudioBlock< OtherSampleType > src, NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithDifferenceOf(AudioBlock< OtherSampleType > src, NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithDifferenceOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithDifferenceOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithDifferenceOfInternal(AudioBlock< OtherSampleType > src, NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
replaceWithDifferenceOfInternal(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
replaceWithMaxOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithMaxOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithMaxOfInternal(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
replaceWithMinOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithMinOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithMinOfInternal(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
replaceWithNegativeOf(AudioBlock< OtherSampleType > src) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithNegativeOf(AudioBlock< OtherSampleType > src) const noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithNegativeOfInternal(AudioBlock< OtherSampleType > src) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
replaceWithProductOf(AudioBlock< OtherSampleType > src, NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithProductOf(AudioBlock< OtherSampleType > src, NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithProductOf(AudioBlock< BlockSampleType > src, SmoothedValue< SmootherSampleType, SmoothingType > &value) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithProductOf(AudioBlock< BlockSampleType > src, SmoothedValue< SmootherSampleType, SmoothingType > &value) const noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithProductOfInternal(AudioBlock< OtherSampleType > src, NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
replaceWithProductOfInternal(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
replaceWithProductOfInternal(AudioBlock< BlockSampleType > src, SmoothedValue< SmootherSampleType, SmoothingType > &value) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
replaceWithSumOf(AudioBlock< OtherSampleType > src, NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithSumOf(AudioBlock< OtherSampleType > src, NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithSumOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithSumOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithSumOfInternal(AudioBlock< OtherSampleType > src, NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
replaceWithSumOfInternal(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
setSample(int destChannel, int destSample, SampleType newValue) const noexceptjuce::dsp::AudioBlock< SampleType >inline
sizeFactorjuce::dsp::AudioBlock< SampleType >privatestatic
startSamplejuce::dsp::AudioBlock< SampleType >private
subtract(NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
subtract(NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >inline
subtract(AudioBlock< OtherSampleType > src) noexceptjuce::dsp::AudioBlock< SampleType >inline
subtract(AudioBlock< OtherSampleType > src) const noexceptjuce::dsp::AudioBlock< SampleType >inline
subtractInternal(NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
subtractInternal(AudioBlock< OtherSampleType > src) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
swap(AudioBlock &other) noexceptjuce::dsp::AudioBlock< SampleType >inline