JUCE
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 >
add(NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >
add(AudioBlock< OtherSampleType > src) noexceptjuce::dsp::AudioBlock< SampleType >
add(AudioBlock< OtherSampleType > src) const noexceptjuce::dsp::AudioBlock< SampleType >
addProductOf(AudioBlock< OtherSampleType > src, NumericType factor) noexceptjuce::dsp::AudioBlock< SampleType >
addProductOf(AudioBlock< OtherSampleType > src, NumericType factor) const noexceptjuce::dsp::AudioBlock< SampleType >
addProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexceptjuce::dsp::AudioBlock< SampleType >
addProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexceptjuce::dsp::AudioBlock< SampleType >
addSample(int destChannel, int destSample, SampleType valueToAdd) const noexceptjuce::dsp::AudioBlock< SampleType >
AudioBlock() noexcept=defaultjuce::dsp::AudioBlock< SampleType >
AudioBlock(SampleType *const *channelData, size_t numberOfChannels, size_t numberOfSamples) noexceptjuce::dsp::AudioBlock< SampleType >
AudioBlock(SampleType *const *channelData, size_t numberOfChannels, size_t startSampleIndex, size_t numberOfSamples) noexceptjuce::dsp::AudioBlock< SampleType >
AudioBlock(HeapBlock< char > &heapBlockToUseForAllocation, size_t numberOfChannels, size_t numberOfSamples, size_t alignmentInBytes=defaultAlignment) noexceptjuce::dsp::AudioBlock< SampleType >
AudioBlock(AudioBuffer< OtherSampleType > &buffer) noexceptjuce::dsp::AudioBlock< SampleType >
AudioBlock(const AudioBuffer< OtherSampleType > &buffer) noexceptjuce::dsp::AudioBlock< SampleType >
AudioBlock(AudioBuffer< OtherSampleType > &buffer, size_t startSampleIndex) noexceptjuce::dsp::AudioBlock< SampleType >
AudioBlock(const AudioBlock &other) noexcept=defaultjuce::dsp::AudioBlock< SampleType >
AudioBlock(const AudioBlock< OtherSampleType > &other) noexceptjuce::dsp::AudioBlock< SampleType >
clear() noexceptjuce::dsp::AudioBlock< SampleType >
clear() const noexceptjuce::dsp::AudioBlock< SampleType >
copyFrom(const AudioBlock< OtherSampleType > &src) noexceptjuce::dsp::AudioBlock< SampleType >
copyFrom(const AudioBlock< OtherSampleType > &src) const noexceptjuce::dsp::AudioBlock< SampleType >
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 >
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 >
copyTo(AudioBuffer< std::remove_const_t< NumericType > > &dst, size_t srcPos=0, size_t dstPos=0, size_t numElements=std::numeric_limits< size_t >::max()) constjuce::dsp::AudioBlock< SampleType >
fill(NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >
fill(NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >
findMinAndMax() const noexceptjuce::dsp::AudioBlock< SampleType >
getChannelPointer(size_t channel) const noexceptjuce::dsp::AudioBlock< SampleType >
getNumChannels() const noexceptjuce::dsp::AudioBlock< SampleType >
getNumSamples() const noexceptjuce::dsp::AudioBlock< SampleType >
getSample(int channel, int sampleIndex) const noexceptjuce::dsp::AudioBlock< SampleType >
getSingleChannelBlock(size_t channel) const noexceptjuce::dsp::AudioBlock< SampleType >
getSubBlock(size_t newOffset, size_t newLength) const noexceptjuce::dsp::AudioBlock< SampleType >
getSubBlock(size_t newOffset) const noexceptjuce::dsp::AudioBlock< SampleType >
getSubsetChannelBlock(size_t channelStart, size_t numChannelsToUse) const noexceptjuce::dsp::AudioBlock< SampleType >
move(size_t srcPos, size_t dstPos, size_t numElements=std::numeric_limits< size_t >::max()) noexceptjuce::dsp::AudioBlock< SampleType >
move(size_t srcPos, size_t dstPos, size_t numElements=std::numeric_limits< size_t >::max()) const noexceptjuce::dsp::AudioBlock< SampleType >
multiplyBy(NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >
multiplyBy(NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >
multiplyBy(AudioBlock< OtherSampleType > src) noexceptjuce::dsp::AudioBlock< SampleType >
multiplyBy(AudioBlock< OtherSampleType > src) const noexceptjuce::dsp::AudioBlock< SampleType >
multiplyBy(SmoothedValue< OtherSampleType, SmoothingType > &value) noexceptjuce::dsp::AudioBlock< SampleType >
multiplyBy(SmoothedValue< OtherSampleType, SmoothingType > &value) const noexceptjuce::dsp::AudioBlock< SampleType >
negate() noexceptjuce::dsp::AudioBlock< SampleType >
negate() const noexceptjuce::dsp::AudioBlock< SampleType >
NumericType typedefjuce::dsp::AudioBlock< SampleType >
operator!=(const AudioBlock< OtherSampleType > &other) const noexceptjuce::dsp::AudioBlock< SampleType >
operator*=(NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >
operator*=(NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >
operator*=(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >
operator*=(AudioBlock src) const noexceptjuce::dsp::AudioBlock< SampleType >
operator*=(SmoothedValue< OtherSampleType, SmoothingType > &value) noexceptjuce::dsp::AudioBlock< SampleType >
operator*=(SmoothedValue< OtherSampleType, SmoothingType > &value) const noexceptjuce::dsp::AudioBlock< SampleType >
operator+=(NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >
operator+=(NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >
operator+=(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >
operator+=(AudioBlock src) const noexceptjuce::dsp::AudioBlock< SampleType >
operator-=(NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >
operator-=(NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >
operator-=(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >
operator-=(AudioBlock src) const noexceptjuce::dsp::AudioBlock< SampleType >
operator=(const AudioBlock &other) noexcept=defaultjuce::dsp::AudioBlock< SampleType >
operator=(const AudioBlock< OtherSampleType > &other) noexceptjuce::dsp::AudioBlock< SampleType >
operator==(const AudioBlock< OtherSampleType > &other) const noexceptjuce::dsp::AudioBlock< SampleType >
process(AudioBlock< Src1SampleType > inBlock, AudioBlock< Src2SampleType > outBlock, FunctionType &&function)juce::dsp::AudioBlock< SampleType >static
replaceWithAbsoluteValueOf(AudioBlock< OtherSampleType > src) noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithAbsoluteValueOf(AudioBlock< OtherSampleType > src) const noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithDifferenceOf(AudioBlock< OtherSampleType > src, NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithDifferenceOf(AudioBlock< OtherSampleType > src, NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithDifferenceOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithDifferenceOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithMaxOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithMaxOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithMinOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithMinOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithNegativeOf(AudioBlock< OtherSampleType > src) noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithNegativeOf(AudioBlock< OtherSampleType > src) const noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithProductOf(AudioBlock< OtherSampleType > src, NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithProductOf(AudioBlock< OtherSampleType > src, NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithProductOf(AudioBlock< BlockSampleType > src, SmoothedValue< SmootherSampleType, SmoothingType > &value) noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithProductOf(AudioBlock< BlockSampleType > src, SmoothedValue< SmootherSampleType, SmoothingType > &value) const noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithSumOf(AudioBlock< OtherSampleType > src, NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithSumOf(AudioBlock< OtherSampleType > src, NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithSumOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithSumOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexceptjuce::dsp::AudioBlock< SampleType >
setSample(int destChannel, int destSample, SampleType newValue) const noexceptjuce::dsp::AudioBlock< SampleType >
subtract(NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >
subtract(NumericType value) const noexceptjuce::dsp::AudioBlock< SampleType >
subtract(AudioBlock< OtherSampleType > src) noexceptjuce::dsp::AudioBlock< SampleType >
subtract(AudioBlock< OtherSampleType > src) const noexceptjuce::dsp::AudioBlock< SampleType >
swap(AudioBlock &other) noexceptjuce::dsp::AudioBlock< SampleType >