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