add(SampleType value) noexcept | juce::dsp::AudioBlock< SampleType > | |
add(AudioBlock src) noexcept | juce::dsp::AudioBlock< SampleType > | |
add(AudioBlock src, SampleType value) noexcept | juce::dsp::AudioBlock< SampleType > | |
add(AudioBlock src1, AudioBlock src2) noexcept | juce::dsp::AudioBlock< SampleType > | |
addSample(int destChannel, int destSample, SampleType valueToAdd) noexcept | juce::dsp::AudioBlock< SampleType > | |
addWithMultiply(AudioBlock src, SampleType factor) noexcept | juce::dsp::AudioBlock< SampleType > | |
addWithMultiply(AudioBlock src1, AudioBlock src2) noexcept | juce::dsp::AudioBlock< SampleType > | |
AudioBlock() noexcept | juce::dsp::AudioBlock< SampleType > | |
AudioBlock(SampleType *const *channelData, size_t numberOfChannels, size_t numberOfSamples) noexcept | juce::dsp::AudioBlock< SampleType > | |
AudioBlock(SampleType *const *channelData, size_t numberOfChannels, size_t startSampleIndex, size_t numberOfSamples) noexcept | juce::dsp::AudioBlock< SampleType > | |
AudioBlock(HeapBlock< char > &heapBlockToUseForAllocation, size_t numberOfChannels, size_t numberOfSamples, size_t alignmentInBytes=defaultAlignment) noexcept | juce::dsp::AudioBlock< SampleType > | |
AudioBlock(AudioBuffer< SampleType > &buffer) noexcept | juce::dsp::AudioBlock< SampleType > | |
AudioBlock(AudioBuffer< SampleType > &buffer, size_t startSampleIndex) noexcept | juce::dsp::AudioBlock< SampleType > | |
AudioBlock(const AudioBlock &other) noexcept=default | juce::dsp::AudioBlock< SampleType > | |
clear() noexcept | juce::dsp::AudioBlock< SampleType > | |
copy(AudioBlock src) noexcept | juce::dsp::AudioBlock< SampleType > | |
fill(SampleType value) noexcept | juce::dsp::AudioBlock< SampleType > | |
findMinAndMax() const noexcept | juce::dsp::AudioBlock< SampleType > | |
getChannelPointer(size_t channel) const noexcept | juce::dsp::AudioBlock< SampleType > | |
getChannelPointer(size_t channel) noexcept | juce::dsp::AudioBlock< SampleType > | |
getNumChannels() const noexcept | juce::dsp::AudioBlock< SampleType > | |
getNumSamples() const noexcept | juce::dsp::AudioBlock< SampleType > | |
getSample(int channel, int sampleIndex) const noexcept | juce::dsp::AudioBlock< SampleType > | |
getSingleChannelBlock(size_t channel) const noexcept | juce::dsp::AudioBlock< SampleType > | |
getSubBlock(size_t newOffset, size_t newLength) const noexcept | juce::dsp::AudioBlock< SampleType > | |
getSubBlock(size_t newOffset) const noexcept | juce::dsp::AudioBlock< SampleType > | |
getSubsetChannelBlock(size_t channelStart, size_t numChannelsToUse) noexcept | juce::dsp::AudioBlock< SampleType > | |
max(AudioBlock src1, AudioBlock src2) noexcept | juce::dsp::AudioBlock< SampleType > | |
min(AudioBlock src1, AudioBlock src2) noexcept | juce::dsp::AudioBlock< SampleType > | |
move(size_t srcPos, size_t dstPos, size_t numElements=std::numeric_limits< size_t >::max()) noexcept | juce::dsp::AudioBlock< SampleType > | |
multiply(SampleType value) noexcept | juce::dsp::AudioBlock< SampleType > | |
multiply(AudioBlock src) noexcept | juce::dsp::AudioBlock< SampleType > | |
multiply(AudioBlock src, SampleType value) noexcept | juce::dsp::AudioBlock< SampleType > | |
multiply(AudioBlock src1, AudioBlock src2) noexcept | juce::dsp::AudioBlock< SampleType > | |
multiply(LinearSmoothedValue< SampleType > &value) noexcept | juce::dsp::AudioBlock< SampleType > | |
multiply(AudioBlock src, LinearSmoothedValue< SampleType > &value) noexcept | juce::dsp::AudioBlock< SampleType > | |
negate() noexcept | juce::dsp::AudioBlock< SampleType > | |
NumericType typedef | juce::dsp::AudioBlock< SampleType > | |
operator*=(SampleType src) noexcept | juce::dsp::AudioBlock< SampleType > | |
operator*=(AudioBlock src) noexcept | juce::dsp::AudioBlock< SampleType > | |
operator*=(LinearSmoothedValue< SampleType > &value) noexcept | juce::dsp::AudioBlock< SampleType > | |
operator+=(SampleType src) noexcept | juce::dsp::AudioBlock< SampleType > | |
operator+=(AudioBlock src) noexcept | juce::dsp::AudioBlock< SampleType > | |
operator-=(SampleType src) noexcept | juce::dsp::AudioBlock< SampleType > | |
operator-=(AudioBlock src) noexcept | juce::dsp::AudioBlock< SampleType > | |
operator=(const AudioBlock &other) noexcept=default | juce::dsp::AudioBlock< SampleType > | |
process(AudioBlock inBlock, AudioBlock outBlock, FunctionType &&function) | juce::dsp::AudioBlock< SampleType > | static |
replaceWithAbsoluteValueOf(AudioBlock src) noexcept | juce::dsp::AudioBlock< SampleType > | |
replaceWithNegativeOf(AudioBlock src) noexcept | juce::dsp::AudioBlock< SampleType > | |
setSample(int destChannel, int destSample, SampleType newValue) noexcept | juce::dsp::AudioBlock< SampleType > | |
subtract(SampleType value) noexcept | juce::dsp::AudioBlock< SampleType > | |
subtract(AudioBlock src) noexcept | juce::dsp::AudioBlock< SampleType > | |
subtract(AudioBlock src, SampleType value) noexcept | juce::dsp::AudioBlock< SampleType > | |
subtract(AudioBlock src1, AudioBlock src2) noexcept | juce::dsp::AudioBlock< SampleType > | |