OpenShot Audio Library | OpenShotAudio 0.3.2
|
This is the complete list of members for juce::dsp::AudioBlock< SampleType >, including all inherited members.
add(NumericType value) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
add(NumericType value) const noexcept (defined in juce::dsp::AudioBlock< SampleType >) | juce::dsp::AudioBlock< SampleType > | inline |
add(AudioBlock< OtherSampleType > src) noexcept | juce::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) noexcept | juce::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) noexcept | juce::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 noexcept | juce::dsp::AudioBlock< SampleType > | inline |
AudioBlock() noexcept=default | juce::dsp::AudioBlock< SampleType > | |
AudioBlock(SampleType *const *channelData, size_t numberOfChannels, size_t numberOfSamples) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
AudioBlock(SampleType *const *channelData, size_t numberOfChannels, size_t startSampleIndex, size_t numberOfSamples) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
AudioBlock(HeapBlock< char > &heapBlockToUseForAllocation, size_t numberOfChannels, size_t numberOfSamples, size_t alignmentInBytes=defaultAlignment) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
AudioBlock(AudioBuffer< OtherSampleType > &buffer) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
AudioBlock(AudioBuffer< OtherSampleType > &buffer, size_t startSampleIndex) noexcept | juce::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() noexcept | juce::dsp::AudioBlock< SampleType > | inline |
clear() const noexcept (defined in juce::dsp::AudioBlock< SampleType >) | juce::dsp::AudioBlock< SampleType > | inline |
copyFrom(const AudioBlock< OtherSampleType > &src) noexcept | juce::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()) const | juce::dsp::AudioBlock< SampleType > | inline |
fill(NumericType value) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
fill(NumericType value) const noexcept (defined in juce::dsp::AudioBlock< SampleType >) | juce::dsp::AudioBlock< SampleType > | inline |
findMinAndMax() const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
getChannelPointer(size_t channel) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
getNumChannels() const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
getNumSamples() const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
getSample(int channel, int sampleIndex) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
getSingleChannelBlock(size_t channel) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
getSubBlock(size_t newOffset, size_t newLength) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
getSubBlock(size_t newOffset) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
getSubsetChannelBlock(size_t channelStart, size_t numChannelsToUse) const noexcept | juce::dsp::AudioBlock< SampleType > | inline |
move(size_t srcPos, size_t dstPos, size_t numElements=std::numeric_limits< size_t >::max()) noexcept | juce::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) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
multiplyBy(NumericType value) const noexcept (defined in juce::dsp::AudioBlock< SampleType >) | juce::dsp::AudioBlock< SampleType > | inline |
multiplyBy(AudioBlock< OtherSampleType > src) noexcept | juce::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) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
multiplyBy(SmoothedValue< SampleType, SmoothingType > &value) const noexcept (defined in juce::dsp::AudioBlock< SampleType >) | juce::dsp::AudioBlock< SampleType > | inline |
negate() noexcept | juce::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) noexcept | juce::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) noexcept | juce::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) noexcept | juce::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) noexcept | juce::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) noexcept | juce::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) noexcept | juce::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) noexcept | juce::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) noexcept | juce::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) noexcept | juce::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) noexcept | juce::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) noexcept | juce::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 noexcept | juce::dsp::AudioBlock< SampleType > | inline |
subtract(NumericType value) noexcept | juce::dsp::AudioBlock< SampleType > | inline |
subtract(NumericType value) const noexcept (defined in juce::dsp::AudioBlock< SampleType >) | juce::dsp::AudioBlock< SampleType > | inline |
subtract(AudioBlock< OtherSampleType > src) noexcept | juce::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 |