|
HART
0.2.0
High level Audio Regression and Testing
|
This is the complete list of members for DSP< SampleType, Derived >, including all inherited members.
| atAllChannels() | DSP< SampleType, Derived > | inline |
| atAllChannelsExcept(std::initializer_list< size_t > channelsToSkip) | DSP< SampleType, Derived > | inline |
| atChannel(size_t channelToProcess) | DSP< SampleType, Derived > | inline |
| atChannels(std::initializer_list< size_t > channelsToProcess) | DSP< SampleType, Derived > | inline |
| copy() const override | DSP< SampleType, Derived > | inlinevirtual |
| DSPBase()=default | DSPBase< SampleType > | |
| DSPBase(const DSPBase &other) | DSPBase< SampleType > | inline |
| DSPBase(DSPBase &&other) noexcept | DSPBase< SampleType > | inline |
| getChannelsToProcess() | DSPBase< SampleType > | inline |
| getValue(int paramId) const =0 | DSPBase< SampleType > | pure virtual |
| hasEnvelopeFor(int paramId) | DSPBase< SampleType > | inline |
| m_channelsToProcess | DSPBase< SampleType > | protected |
| m_envelopes | DSPBase< SampleType > | protected |
| move() override | DSP< SampleType, Derived > | inlinevirtual |
| operator<<(std::ostream &stream, const DSPBase< SampleType > &dsp) | DSP< SampleType, Derived > | related |
| operator=(const DSPBase &other) | DSPBase< SampleType > | inline |
| operator=(DSPBase &&other) noexcept | DSPBase< SampleType > | inline |
| prepare(double sampleRateHz, size_t numInputChannels, size_t numOutputChannels, size_t maxBlockSizeFrames)=0 | DSPBase< SampleType > | pure virtual |
| prepareWithEnvelopes(double sampleRateHz, size_t numInputChannels, size_t numOutputChannels, size_t maxBlockSizeFrames) | DSPBase< SampleType > | inline |
| process(const AudioBuffer< SampleType > &input, AudioBuffer< SampleType > &output, const EnvelopeBuffers &envelopeBuffers, ChannelFlags channelsToProcess)=0 | DSPBase< SampleType > | pure virtual |
| processWithEnvelopes(const AudioBuffer< SampleType > &input, AudioBuffer< SampleType > &output) | DSPBase< SampleType > | inline |
| represent(std::ostream &stream) const =0 | DSPBase< SampleType > | pure virtual |
| representWithActiveChannels(std::ostream &stream) const | DSPBase< SampleType > | inline |
| reset()=0 | DSPBase< SampleType > | pure virtual |
| setValue(int paramId, double value)=0 | DSPBase< SampleType > | pure virtual |
| supportsChannelLayout(size_t numInputChannels, size_t numOutputChannels) const =0 | DSPBase< SampleType > | pure virtual |
| supportsEnvelopeFor(int) const | DSPBase< SampleType > | inlinevirtual |
| supportsSampleRate(double) const | DSPBase< SampleType > | inlinevirtual |
| withEnvelope(int paramId, Envelope &&envelope) | DSP< SampleType, Derived > | inline |
| withEnvelope(int paramId, const Envelope &envelope) | DSP< SampleType, Derived > | inline |
| ~DSPBase()=default | DSPBase< SampleType > | virtual |