OpenShot Audio Library | OpenShotAudio 0.3.2
Loading...
Searching...
No Matches
juce::dsp::AudioBlock< SampleType > Member List

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

add(NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
add(NumericType value) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
add(AudioBlock< OtherSampleType > src) noexceptjuce::dsp::AudioBlock< SampleType >inline
add(AudioBlock< OtherSampleType > src) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
addProductOf(AudioBlock< OtherSampleType > src, NumericType factor) noexceptjuce::dsp::AudioBlock< SampleType >inline
addProductOf(AudioBlock< OtherSampleType > src, NumericType factor) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
addProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexceptjuce::dsp::AudioBlock< SampleType >inline
addProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
addSample(int destChannel, int destSample, SampleType valueToAdd) const noexceptjuce::dsp::AudioBlock< SampleType >inline
AudioBlock() noexcept=defaultjuce::dsp::AudioBlock< SampleType >
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< OtherSampleType > &buffer) noexceptjuce::dsp::AudioBlock< SampleType >inline
AudioBlock(AudioBuffer< OtherSampleType > &buffer, size_t startSampleIndex) noexceptjuce::dsp::AudioBlock< SampleType >inline
AudioBlock(const AudioBlock &other) noexcept=default (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >
AudioBlock(const AudioBlock< OtherSampleType > &other) noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
clear() noexceptjuce::dsp::AudioBlock< SampleType >inline
clear() const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
copyFrom(const AudioBlock< OtherSampleType > &src) noexceptjuce::dsp::AudioBlock< SampleType >inline
copyFrom(const AudioBlock< OtherSampleType > &src) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
copyFrom(const AudioBuffer< OtherNumericType > &src, size_t srcPos=0, size_t dstPos=0, size_t numElements=std::numeric_limits< size_t >::max())juce::dsp::AudioBlock< SampleType >inline
copyFrom(const AudioBuffer< OtherNumericType > &src, size_t srcPos=0, size_t dstPos=0, size_t numElements=std::numeric_limits< size_t >::max()) const (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
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()) constjuce::dsp::AudioBlock< SampleType >inline
fill(NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
fill(NumericType value) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
findMinAndMax() const noexceptjuce::dsp::AudioBlock< SampleType >inline
getChannelPointer(size_t channel) const 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) const 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
move(size_t srcPos, size_t dstPos, size_t numElements=std::numeric_limits< size_t >::max()) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
multiplyBy(NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
multiplyBy(NumericType value) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
multiplyBy(AudioBlock< OtherSampleType > src) noexceptjuce::dsp::AudioBlock< SampleType >inline
multiplyBy(AudioBlock< OtherSampleType > src) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
multiplyBy(SmoothedValue< SampleType, SmoothingType > &value) noexceptjuce::dsp::AudioBlock< SampleType >inline
multiplyBy(SmoothedValue< SampleType, SmoothingType > &value) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
negate() noexceptjuce::dsp::AudioBlock< SampleType >inline
negate() const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
NumericType typedef (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >
operator!=(const AudioBlock< OtherSampleType > &other) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
operator*=(NumericType value) noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
operator*=(NumericType value) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
operator*=(AudioBlock src) noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
operator*=(AudioBlock src) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
operator*=(SmoothedValue< SampleType, SmoothingType > &value) noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
operator*=(SmoothedValue< SampleType, SmoothingType > &value) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
operator+=(NumericType value) noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
operator+=(NumericType value) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
operator+=(AudioBlock src) noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
operator+=(AudioBlock src) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
operator-=(NumericType value) noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
operator-=(NumericType value) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
operator-=(AudioBlock src) noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
operator-=(AudioBlock src) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
operator=(const AudioBlock &other) noexcept=default (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >
operator=(const AudioBlock< OtherSampleType > &other) noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
operator==(const AudioBlock< OtherSampleType > &other) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
process(AudioBlock< Src1SampleType > inBlock, AudioBlock< Src2SampleType > outBlock, FunctionType &&function)juce::dsp::AudioBlock< SampleType >inlinestatic
replaceWithAbsoluteValueOf(AudioBlock< OtherSampleType > src) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithAbsoluteValueOf(AudioBlock< OtherSampleType > src) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
replaceWithDifferenceOf(AudioBlock< OtherSampleType > src, NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithDifferenceOf(AudioBlock< OtherSampleType > src, NumericType value) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
replaceWithDifferenceOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithDifferenceOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
replaceWithMaxOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithMaxOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
replaceWithMinOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithMinOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
replaceWithNegativeOf(AudioBlock< OtherSampleType > src) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithNegativeOf(AudioBlock< OtherSampleType > src) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
replaceWithProductOf(AudioBlock< OtherSampleType > src, NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithProductOf(AudioBlock< OtherSampleType > src, NumericType value) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
replaceWithProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithProductOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
replaceWithProductOf(AudioBlock< OtherSampleType > src, SmoothedValue< SampleType, SmoothingType > &value) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithProductOf(AudioBlock< OtherSampleType > src, SmoothedValue< SampleType, SmoothingType > &value) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
replaceWithSumOf(AudioBlock< OtherSampleType > src, NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithSumOf(AudioBlock< OtherSampleType > src, NumericType value) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
replaceWithSumOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) noexceptjuce::dsp::AudioBlock< SampleType >inline
replaceWithSumOf(AudioBlock< Src1SampleType > src1, AudioBlock< Src2SampleType > src2) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
setSample(int destChannel, int destSample, SampleType newValue) const noexceptjuce::dsp::AudioBlock< SampleType >inline
subtract(NumericType value) noexceptjuce::dsp::AudioBlock< SampleType >inline
subtract(NumericType value) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
subtract(AudioBlock< OtherSampleType > src) noexceptjuce::dsp::AudioBlock< SampleType >inline
subtract(AudioBlock< OtherSampleType > src) const noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline
swap(AudioBlock &other) noexcept (defined in juce::dsp::AudioBlock< SampleType >)juce::dsp::AudioBlock< SampleType >inline