This is the complete list of members for juce::dsp::AudioBlock< SampleType >, including all inherited members.
add(NumericType value) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
add(NumericType value) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
add(AudioBlock< OtherSampleType > src) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
add(AudioBlock< OtherSampleType > src) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
addInternal(NumericType value) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
addInternal(AudioBlock< OtherSampleType > src) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
addProductOf(AudioBlock< OtherSampleType > src, NumericType factor) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
addProductOf(AudioBlock< OtherSampleType > src, NumericType factor) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
addProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
addProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
addProductOfInternal(AudioBlock< OtherSampleType > src, NumericType factor) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
addProductOfInternal(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
addSample(int destChannel, int destSample, SampleType valueToAdd) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
AudioBlock class | juce::dsp::AudioBlock< SampleType > | friend |
AudioBlock() noexcept=default | juce::dsp::AudioBlock< SampleType > | |
AudioBlock(SampleType *const *channelData, size_t numberOfChannels, size_t numberOfSamples) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
AudioBlock(SampleType *const *channelData, size_t numberOfChannels, size_t startSampleIndex, size_t numberOfSamples) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
AudioBlock(HeapBlock< char > &heapBlockToUseForAllocation, size_t numberOfChannels, size_t numberOfSamples, size_t alignmentInBytes=defaultAlignment) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
AudioBlock(AudioBuffer< OtherSampleType > &buffer) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
AudioBlock(const AudioBuffer< OtherSampleType > &buffer) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
AudioBlock(AudioBuffer< OtherSampleType > &buffer, size_t startSampleIndex) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
AudioBlock(const AudioBlock &other) noexcept=default | juce::dsp::AudioBlock< SampleType > | |
AudioBlock(const AudioBlock< OtherSampleType > &other) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
byteMask | juce::dsp::AudioBlock< SampleType > | privatestatic |
ChannelCountType typedef | juce::dsp::AudioBlock< SampleType > | private |
channels | juce::dsp::AudioBlock< SampleType > | private |
clear() noexcept | juce::dsp::AudioBlock< SampleType > | inline |
clear() const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
clearInternal() const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
copyFrom(const AudioBlock< OtherSampleType > &src) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
copyFrom(const AudioBlock< OtherSampleType > &src) const noexcept | 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()) | 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()) const | juce::dsp::AudioBlock< SampleType > | inline |
copyFromInternal(const AudioBlock< OtherSampleType > &src) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
copyFromInternal(const AudioBuffer< OtherNumericType > &src, size_t srcPos, size_t dstPos, size_t numElements) const | juce::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()) const | juce::dsp::AudioBlock< SampleType > | inline |
defaultAlignment | juce::dsp::AudioBlock< SampleType > | privatestatic |
elementMask | juce::dsp::AudioBlock< SampleType > | privatestatic |
fill(NumericType value) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
fill(NumericType value) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
fillInternal(NumericType value) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
findMinAndMax() const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
getChannelPointer(size_t channel) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
getDataPointer(size_t channel) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
getNumChannels() const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
getNumSamples() const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
getSample(int channel, int sampleIndex) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
getSingleChannelBlock(size_t channel) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
getSubBlock(size_t newOffset, size_t newLength) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
getSubBlock(size_t newOffset) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
getSubsetChannelBlock(size_t channelStart, size_t numChannelsToUse) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
MayUseConvertingConstructor typedef | juce::dsp::AudioBlock< SampleType > | private |
move(size_t srcPos, size_t dstPos, size_t numElements=std::numeric_limits< size_t >::max()) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
move(size_t srcPos, size_t dstPos, size_t numElements=std::numeric_limits< size_t >::max()) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
moveInternal(size_t srcPos, size_t dstPos, size_t numElements=std::numeric_limits< size_t >::max()) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
multiplyBy(NumericType value) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
multiplyBy(NumericType value) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
multiplyBy(AudioBlock< OtherSampleType > src) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
multiplyBy(AudioBlock< OtherSampleType > src) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
multiplyBy(SmoothedValue< OtherSampleType, SmoothingType > &value) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
multiplyBy(SmoothedValue< OtherSampleType, SmoothingType > &value) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
multiplyByInternal(NumericType value) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
multiplyByInternal(AudioBlock< OtherSampleType > src) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
multiplyByInternal(SmoothedValue< OtherSampleType, SmoothingType > &value) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
negate() noexcept | juce::dsp::AudioBlock< SampleType > | inline |
negate() const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
negateInternal() const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
numChannels | juce::dsp::AudioBlock< SampleType > | private |
NumericType typedef | juce::dsp::AudioBlock< SampleType > | |
numSamples | juce::dsp::AudioBlock< SampleType > | private |
operator!=(const AudioBlock< OtherSampleType > &other) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
operator*=(NumericType value) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
operator*=(NumericType value) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
operator*=(AudioBlock src) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
operator*=(AudioBlock src) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
operator*=(SmoothedValue< OtherSampleType, SmoothingType > &value) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
operator*=(SmoothedValue< OtherSampleType, SmoothingType > &value) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
operator+=(NumericType value) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
operator+=(NumericType value) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
operator+=(AudioBlock src) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
operator+=(AudioBlock src) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
operator-=(NumericType value) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
operator-=(NumericType value) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
operator-=(AudioBlock src) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
operator-=(AudioBlock src) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
operator=(const AudioBlock &other) noexcept=default | juce::dsp::AudioBlock< SampleType > | |
operator=(const AudioBlock< OtherSampleType > &other) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
operator==(const AudioBlock< OtherSampleType > &other) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
process(AudioBlock< Src1SampleType > inBlock, AudioBlock< Src2SampleType > outBlock, FunctionType &&function) | juce::dsp::AudioBlock< SampleType > | inlinestatic |
replaceWithAbsoluteValueOf(AudioBlock< OtherSampleType > src) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithAbsoluteValueOf(AudioBlock< OtherSampleType > src) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithAbsoluteValueOfInternal(AudioBlock< OtherSampleType > src) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
replaceWithDifferenceOf(AudioBlock< OtherSampleType > src, NumericType value) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithDifferenceOf(AudioBlock< OtherSampleType > src, NumericType value) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithDifferenceOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithDifferenceOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithDifferenceOfInternal(AudioBlock< OtherSampleType > src, NumericType value) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
replaceWithDifferenceOfInternal(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
replaceWithMaxOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithMaxOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithMaxOfInternal(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
replaceWithMinOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithMinOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithMinOfInternal(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
replaceWithNegativeOf(AudioBlock< OtherSampleType > src) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithNegativeOf(AudioBlock< OtherSampleType > src) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithNegativeOfInternal(AudioBlock< OtherSampleType > src) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
replaceWithProductOf(AudioBlock< OtherSampleType > src, NumericType value) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithProductOf(AudioBlock< OtherSampleType > src, NumericType value) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithProductOf(AudioBlock< BlockSampleType > src, SmoothedValue< SmootherSampleType, SmoothingType > &value) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithProductOf(AudioBlock< BlockSampleType > src, SmoothedValue< SmootherSampleType, SmoothingType > &value) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithProductOfInternal(AudioBlock< OtherSampleType > src, NumericType value) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
replaceWithProductOfInternal(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
replaceWithProductOfInternal(AudioBlock< BlockSampleType > src, SmoothedValue< SmootherSampleType, SmoothingType > &value) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
replaceWithSumOf(AudioBlock< OtherSampleType > src, NumericType value) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithSumOf(AudioBlock< OtherSampleType > src, NumericType value) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithSumOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithSumOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
replaceWithSumOfInternal(AudioBlock< OtherSampleType > src, NumericType value) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
replaceWithSumOfInternal(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
setSample(int destChannel, int destSample, SampleType newValue) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
sizeFactor | juce::dsp::AudioBlock< SampleType > | privatestatic |
startSample | juce::dsp::AudioBlock< SampleType > | private |
subtract(NumericType value) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
subtract(NumericType value) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
subtract(AudioBlock< OtherSampleType > src) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
subtract(AudioBlock< OtherSampleType > src) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
subtractInternal(NumericType value) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
subtractInternal(AudioBlock< OtherSampleType > src) const noexcept | juce::dsp::AudioBlock< SampleType > | inlineprivate |
swap(AudioBlock &other) noexcept | juce::dsp::AudioBlock< SampleType > | inline |