JUCE  v5.4.1-191-g0ab5e696f
JUCE API
Looking for a senior C++ dev?
I'm looking for work. Hire me!
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 >inline
add(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >inline
add(AudioBlock src, SampleType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
add(AudioBlock src1, AudioBlock src2) noexceptjuce::dsp::AudioBlock< SampleType >inline
addSample(int destChannel, int destSample, SampleType valueToAdd) noexceptjuce::dsp::AudioBlock< SampleType >inline
addWithMultiply(AudioBlock src, SampleType factor) noexceptjuce::dsp::AudioBlock< SampleType >inline
addWithMultiply(AudioBlock src1, AudioBlock src2) noexceptjuce::dsp::AudioBlock< SampleType >inline
AudioBlock() noexceptjuce::dsp::AudioBlock< SampleType >inline
AudioBlock(SampleType *const *channelData, size_t numberOfChannels, size_t numberOfSamples) noexceptjuce::dsp::AudioBlock< SampleType >inline
AudioBlock(SampleType *const *channelData, size_t numberOfChannels, size_t startSampleIndex, size_t numberOfSamples) noexceptjuce::dsp::AudioBlock< SampleType >inline
AudioBlock(HeapBlock< char > &heapBlockToUseForAllocation, size_t numberOfChannels, size_t numberOfSamples, size_t alignmentInBytes=defaultAlignment) noexceptjuce::dsp::AudioBlock< SampleType >inline
AudioBlock(AudioBuffer< SampleType > &buffer) noexceptjuce::dsp::AudioBlock< SampleType >inline
AudioBlock(AudioBuffer< SampleType > &buffer, size_t startSampleIndex) noexceptjuce::dsp::AudioBlock< SampleType >inline
AudioBlock(const AudioBlock &other) noexcept=defaultjuce::dsp::AudioBlock< SampleType >
byteMaskjuce::dsp::AudioBlock< SampleType >privatestatic
ChannelCountType typedefjuce::dsp::AudioBlock< SampleType >private
channelPtr(size_t ch) noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
channelPtr(size_t ch) const noexceptjuce::dsp::AudioBlock< SampleType >inlineprivate
channelsjuce::dsp::AudioBlock< SampleType >private
clear() noexceptjuce::dsp::AudioBlock< SampleType >inline
copy(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >inline
copyFrom(const AudioBuffer< NumericType > &src, size_t srcPos=0, size_t dstPos=0, size_t numElements=std::numeric_limits< size_t >::max())juce::dsp::AudioBlock< SampleType >inline
copyTo(AudioBuffer< NumericType > &dst, size_t srcPos=0, size_t dstPos=0, size_t numElements=std::numeric_limits< size_t >::max()) constjuce::dsp::AudioBlock< SampleType >inline
defaultAlignmentjuce::dsp::AudioBlock< SampleType >privatestatic
elementMaskjuce::dsp::AudioBlock< SampleType >privatestatic
fill(SampleType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
findMinAndMax() const noexceptjuce::dsp::AudioBlock< SampleType >inline
getChannelPointer(size_t channel) const noexceptjuce::dsp::AudioBlock< SampleType >inline
getChannelPointer(size_t channel) noexceptjuce::dsp::AudioBlock< SampleType >inline
getNumChannels() const noexceptjuce::dsp::AudioBlock< SampleType >inline
getNumSamples() const noexceptjuce::dsp::AudioBlock< SampleType >inline
getSample(int channel, int sampleIndex) const noexceptjuce::dsp::AudioBlock< SampleType >inline
getSingleChannelBlock(size_t channel) const noexceptjuce::dsp::AudioBlock< SampleType >inline
getSubBlock(size_t newOffset, size_t newLength) const noexceptjuce::dsp::AudioBlock< SampleType >inline
getSubBlock(size_t newOffset) const noexceptjuce::dsp::AudioBlock< SampleType >inline
getSubsetChannelBlock(size_t channelStart, size_t numChannelsToUse) noexceptjuce::dsp::AudioBlock< SampleType >inline
max(AudioBlock src1, AudioBlock src2) noexceptjuce::dsp::AudioBlock< SampleType >inline
min(AudioBlock src1, AudioBlock src2) noexceptjuce::dsp::AudioBlock< SampleType >inline
move(size_t srcPos, size_t dstPos, size_t numElements=std::numeric_limits< size_t >::max()) noexceptjuce::dsp::AudioBlock< SampleType >inline
multiply(SampleType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
multiply(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >inline
multiply(AudioBlock src, SampleType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
multiply(AudioBlock src1, AudioBlock src2) noexceptjuce::dsp::AudioBlock< SampleType >inline
multiply(LinearSmoothedValue< SampleType > &value) noexceptjuce::dsp::AudioBlock< SampleType >inline
multiply(AudioBlock src, LinearSmoothedValue< SampleType > &value) noexceptjuce::dsp::AudioBlock< SampleType >inline
negate() noexceptjuce::dsp::AudioBlock< SampleType >inline
numChannelsjuce::dsp::AudioBlock< SampleType >private
NumericType typedefjuce::dsp::AudioBlock< SampleType >
numSamplesjuce::dsp::AudioBlock< SampleType >private
operator*=(SampleType src) noexceptjuce::dsp::AudioBlock< SampleType >inline
operator*=(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >inline
operator*=(LinearSmoothedValue< SampleType > &value) noexceptjuce::dsp::AudioBlock< SampleType >inline
operator+=(SampleType src) noexceptjuce::dsp::AudioBlock< SampleType >inline
operator+=(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >inline
operator-=(SampleType src) noexceptjuce::dsp::AudioBlock< SampleType >inline
operator-=(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >inline
operator=(const AudioBlock &other) noexcept=defaultjuce::dsp::AudioBlock< SampleType >
process(AudioBlock inBlock, AudioBlock outBlock, FunctionType &&function)juce::dsp::AudioBlock< SampleType >inlinestatic
replaceWithAbsoluteValueOf(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithNegativeOf(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >inline
setSample(int destChannel, int destSample, SampleType newValue) noexceptjuce::dsp::AudioBlock< SampleType >inline
sizeFactorjuce::dsp::AudioBlock< SampleType >privatestatic
startSamplejuce::dsp::AudioBlock< SampleType >private
subtract(SampleType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
subtract(AudioBlock src) noexceptjuce::dsp::AudioBlock< SampleType >inline
subtract(AudioBlock src, SampleType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
subtract(AudioBlock src1, AudioBlock src2) noexceptjuce::dsp::AudioBlock< SampleType >inline