JUCE
juce::dsp::AudioBlock< SampleType > Member List

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

add(SampleType value) noexceptjuce::dsp::AudioBlock< SampleType >
add(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >
add(AudioBlock src, SampleType value) noexceptjuce::dsp::AudioBlock< SampleType >
add(AudioBlock src1, AudioBlock src2) noexceptjuce::dsp::AudioBlock< SampleType >
addSample(int destChannel, int destSample, SampleType valueToAdd) noexceptjuce::dsp::AudioBlock< SampleType >
addWithMultiply(AudioBlock src, SampleType factor) noexceptjuce::dsp::AudioBlock< SampleType >
addWithMultiply(AudioBlock src1, AudioBlock src2) noexceptjuce::dsp::AudioBlock< SampleType >
AudioBlock() noexceptjuce::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< SampleType > &buffer) noexceptjuce::dsp::AudioBlock< SampleType >
AudioBlock(AudioBuffer< SampleType > &buffer, size_t startSampleIndex) noexceptjuce::dsp::AudioBlock< SampleType >
AudioBlock(const AudioBlock &other) noexcept=defaultjuce::dsp::AudioBlock< SampleType >
clear() noexceptjuce::dsp::AudioBlock< SampleType >
copy(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >
fill(SampleType value) noexceptjuce::dsp::AudioBlock< SampleType >
findMinAndMax() const noexceptjuce::dsp::AudioBlock< SampleType >
getChannelPointer(size_t channel) const noexceptjuce::dsp::AudioBlock< SampleType >
getChannelPointer(size_t channel) 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) noexceptjuce::dsp::AudioBlock< SampleType >
max(AudioBlock src1, AudioBlock src2) noexceptjuce::dsp::AudioBlock< SampleType >
min(AudioBlock src1, AudioBlock src2) noexceptjuce::dsp::AudioBlock< SampleType >
move(size_t srcPos, size_t dstPos, size_t numElements=std::numeric_limits< size_t >::max()) noexceptjuce::dsp::AudioBlock< SampleType >
multiply(SampleType value) noexceptjuce::dsp::AudioBlock< SampleType >
multiply(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >
multiply(AudioBlock src, SampleType value) noexceptjuce::dsp::AudioBlock< SampleType >
multiply(AudioBlock src1, AudioBlock src2) noexceptjuce::dsp::AudioBlock< SampleType >
multiply(LinearSmoothedValue< SampleType > &value) noexceptjuce::dsp::AudioBlock< SampleType >
multiply(AudioBlock src, LinearSmoothedValue< SampleType > &value) noexceptjuce::dsp::AudioBlock< SampleType >
negate() noexceptjuce::dsp::AudioBlock< SampleType >
NumericType typedefjuce::dsp::AudioBlock< SampleType >
operator*=(SampleType src) noexceptjuce::dsp::AudioBlock< SampleType >
operator*=(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >
operator*=(LinearSmoothedValue< SampleType > &value) noexceptjuce::dsp::AudioBlock< SampleType >
operator+=(SampleType src) noexceptjuce::dsp::AudioBlock< SampleType >
operator+=(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >
operator-=(SampleType src) noexceptjuce::dsp::AudioBlock< SampleType >
operator-=(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >
operator=(const AudioBlock &other) noexcept=defaultjuce::dsp::AudioBlock< SampleType >
process(AudioBlock inBlock, AudioBlock outBlock, FunctionType &&function)juce::dsp::AudioBlock< SampleType >static
replaceWithAbsoluteValueOf(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >
replaceWithNegativeOf(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >
setSample(int destChannel, int destSample, SampleType newValue) noexceptjuce::dsp::AudioBlock< SampleType >
subtract(SampleType value) noexceptjuce::dsp::AudioBlock< SampleType >
subtract(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >
subtract(AudioBlock src, SampleType value) noexceptjuce::dsp::AudioBlock< SampleType >
subtract(AudioBlock src1, AudioBlock src2) noexceptjuce::dsp::AudioBlock< SampleType >