JUCE
|
This is the complete list of members for dsp::AudioBlock< SampleType >, including all inherited members.
add(NumericType value) noexcept | dsp::AudioBlock< SampleType > | |
add(NumericType value) const noexcept | dsp::AudioBlock< SampleType > | |
add(AudioBlock< OtherSampleType > src) noexcept | dsp::AudioBlock< SampleType > | |
add(AudioBlock< OtherSampleType > src) const noexcept | dsp::AudioBlock< SampleType > | |
addProductOf(AudioBlock< OtherSampleType > src, NumericType factor) noexcept | dsp::AudioBlock< SampleType > | |
addProductOf(AudioBlock< OtherSampleType > src, NumericType factor) const noexcept | dsp::AudioBlock< SampleType > | |
addProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexcept | dsp::AudioBlock< SampleType > | |
addProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept | dsp::AudioBlock< SampleType > | |
addSample(int destChannel, int destSample, SampleType valueToAdd) const noexcept | dsp::AudioBlock< SampleType > | |
AudioBlock() noexcept=default | dsp::AudioBlock< SampleType > | |
AudioBlock(SampleType *const *channelData, size_t numberOfChannels, size_t numberOfSamples) noexcept | dsp::AudioBlock< SampleType > | |
AudioBlock(SampleType *const *channelData, size_t numberOfChannels, size_t startSampleIndex, size_t numberOfSamples) noexcept | dsp::AudioBlock< SampleType > | |
AudioBlock(HeapBlock< char > &heapBlockToUseForAllocation, size_t numberOfChannels, size_t numberOfSamples, size_t alignmentInBytes=defaultAlignment) noexcept | dsp::AudioBlock< SampleType > | |
AudioBlock(AudioBuffer< OtherSampleType > &buffer) noexcept | dsp::AudioBlock< SampleType > | |
AudioBlock(AudioBuffer< OtherSampleType > &buffer, size_t startSampleIndex) noexcept | dsp::AudioBlock< SampleType > | |
AudioBlock(const AudioBlock &other) noexcept=default | dsp::AudioBlock< SampleType > | |
AudioBlock(const AudioBlock< OtherSampleType > &other) noexcept | dsp::AudioBlock< SampleType > | |
clear() noexcept | dsp::AudioBlock< SampleType > | |
clear() const noexcept | dsp::AudioBlock< SampleType > | |
copyFrom(const AudioBlock< OtherSampleType > &src) noexcept | dsp::AudioBlock< SampleType > | |
copyFrom(const AudioBlock< OtherSampleType > &src) const noexcept | 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()) | 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()) const | dsp::AudioBlock< SampleType > | |
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 | dsp::AudioBlock< SampleType > | |
fill(NumericType value) noexcept | dsp::AudioBlock< SampleType > | |
fill(NumericType value) const noexcept | dsp::AudioBlock< SampleType > | |
findMinAndMax() const noexcept | dsp::AudioBlock< SampleType > | |
getChannelPointer(size_t channel) const noexcept | dsp::AudioBlock< SampleType > | |
getNumChannels() const noexcept | dsp::AudioBlock< SampleType > | |
getNumSamples() const noexcept | dsp::AudioBlock< SampleType > | |
getSample(int channel, int sampleIndex) const noexcept | dsp::AudioBlock< SampleType > | |
getSingleChannelBlock(size_t channel) const noexcept | dsp::AudioBlock< SampleType > | |
getSubBlock(size_t newOffset, size_t newLength) const noexcept | dsp::AudioBlock< SampleType > | |
getSubBlock(size_t newOffset) const noexcept | dsp::AudioBlock< SampleType > | |
getSubsetChannelBlock(size_t channelStart, size_t numChannelsToUse) const noexcept | dsp::AudioBlock< SampleType > | |
move(size_t srcPos, size_t dstPos, size_t numElements=std::numeric_limits< size_t >::max()) noexcept | dsp::AudioBlock< SampleType > | |
move(size_t srcPos, size_t dstPos, size_t numElements=std::numeric_limits< size_t >::max()) const noexcept | dsp::AudioBlock< SampleType > | |
multiplyBy(NumericType value) noexcept | dsp::AudioBlock< SampleType > | |
multiplyBy(NumericType value) const noexcept | dsp::AudioBlock< SampleType > | |
multiplyBy(AudioBlock< OtherSampleType > src) noexcept | dsp::AudioBlock< SampleType > | |
multiplyBy(AudioBlock< OtherSampleType > src) const noexcept | dsp::AudioBlock< SampleType > | |
multiplyBy(SmoothedValue< SampleType, SmoothingType > &value) noexcept | dsp::AudioBlock< SampleType > | |
multiplyBy(SmoothedValue< SampleType, SmoothingType > &value) const noexcept | dsp::AudioBlock< SampleType > | |
negate() noexcept | dsp::AudioBlock< SampleType > | |
negate() const noexcept | dsp::AudioBlock< SampleType > | |
NumericType typedef | dsp::AudioBlock< SampleType > | |
operator!=(const AudioBlock< OtherSampleType > &other) const noexcept | dsp::AudioBlock< SampleType > | |
operator*=(NumericType value) noexcept | dsp::AudioBlock< SampleType > | |
operator*=(NumericType value) const noexcept | dsp::AudioBlock< SampleType > | |
operator*=(AudioBlock src) noexcept | dsp::AudioBlock< SampleType > | |
operator*=(AudioBlock src) const noexcept | dsp::AudioBlock< SampleType > | |
operator*=(SmoothedValue< SampleType, SmoothingType > &value) noexcept | dsp::AudioBlock< SampleType > | |
operator*=(SmoothedValue< SampleType, SmoothingType > &value) const noexcept | dsp::AudioBlock< SampleType > | |
operator+=(NumericType value) noexcept | dsp::AudioBlock< SampleType > | |
operator+=(NumericType value) const noexcept | dsp::AudioBlock< SampleType > | |
operator+=(AudioBlock src) noexcept | dsp::AudioBlock< SampleType > | |
operator+=(AudioBlock src) const noexcept | dsp::AudioBlock< SampleType > | |
operator-=(NumericType value) noexcept | dsp::AudioBlock< SampleType > | |
operator-=(NumericType value) const noexcept | dsp::AudioBlock< SampleType > | |
operator-=(AudioBlock src) noexcept | dsp::AudioBlock< SampleType > | |
operator-=(AudioBlock src) const noexcept | dsp::AudioBlock< SampleType > | |
operator=(const AudioBlock &other) noexcept=default | dsp::AudioBlock< SampleType > | |
operator=(const AudioBlock< OtherSampleType > &other) noexcept | dsp::AudioBlock< SampleType > | |
operator==(const AudioBlock< OtherSampleType > &other) const noexcept | dsp::AudioBlock< SampleType > | |
process(AudioBlock< Src1SampleType > inBlock, AudioBlock< Src2SampleType > outBlock, FunctionType &&function) | dsp::AudioBlock< SampleType > | static |
replaceWithAbsoluteValueOf(AudioBlock< OtherSampleType > src) noexcept | dsp::AudioBlock< SampleType > | |
replaceWithAbsoluteValueOf(AudioBlock< OtherSampleType > src) const noexcept | dsp::AudioBlock< SampleType > | |
replaceWithDifferenceOf(AudioBlock< OtherSampleType > src, NumericType value) noexcept | dsp::AudioBlock< SampleType > | |
replaceWithDifferenceOf(AudioBlock< OtherSampleType > src, NumericType value) const noexcept | dsp::AudioBlock< SampleType > | |
replaceWithDifferenceOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexcept | dsp::AudioBlock< SampleType > | |
replaceWithDifferenceOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept | dsp::AudioBlock< SampleType > | |
replaceWithMaxOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexcept | dsp::AudioBlock< SampleType > | |
replaceWithMaxOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept | dsp::AudioBlock< SampleType > | |
replaceWithMinOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexcept | dsp::AudioBlock< SampleType > | |
replaceWithMinOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept | dsp::AudioBlock< SampleType > | |
replaceWithNegativeOf(AudioBlock< OtherSampleType > src) noexcept | dsp::AudioBlock< SampleType > | |
replaceWithNegativeOf(AudioBlock< OtherSampleType > src) const noexcept | dsp::AudioBlock< SampleType > | |
replaceWithProductOf(AudioBlock< OtherSampleType > src, NumericType value) noexcept | dsp::AudioBlock< SampleType > | |
replaceWithProductOf(AudioBlock< OtherSampleType > src, NumericType value) const noexcept | dsp::AudioBlock< SampleType > | |
replaceWithProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexcept | dsp::AudioBlock< SampleType > | |
replaceWithProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept | dsp::AudioBlock< SampleType > | |
replaceWithProductOf(AudioBlock< OtherSampleType > src, SmoothedValue< SampleType, SmoothingType > &value) noexcept | dsp::AudioBlock< SampleType > | |
replaceWithProductOf(AudioBlock< OtherSampleType > src, SmoothedValue< SampleType, SmoothingType > &value) const noexcept | dsp::AudioBlock< SampleType > | |
replaceWithSumOf(AudioBlock< OtherSampleType > src, NumericType value) noexcept | dsp::AudioBlock< SampleType > | |
replaceWithSumOf(AudioBlock< OtherSampleType > src, NumericType value) const noexcept | dsp::AudioBlock< SampleType > | |
replaceWithSumOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexcept | dsp::AudioBlock< SampleType > | |
replaceWithSumOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept | dsp::AudioBlock< SampleType > | |
setSample(int destChannel, int destSample, SampleType newValue) const noexcept | dsp::AudioBlock< SampleType > | |
subtract(NumericType value) noexcept | dsp::AudioBlock< SampleType > | |
subtract(NumericType value) const noexcept | dsp::AudioBlock< SampleType > | |
subtract(AudioBlock< OtherSampleType > src) noexcept | dsp::AudioBlock< SampleType > | |
subtract(AudioBlock< OtherSampleType > src) const noexcept | dsp::AudioBlock< SampleType > | |
swap(AudioBlock &other) noexcept | dsp::AudioBlock< SampleType > |