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