Loading...
Searching...
No Matches
dsp::AudioBlock< SampleType > Member List

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

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