HART  0.1.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
DSP< SampleType > Member List

This is the complete list of members for DSP< SampleType >, including all inherited members.

copy() const =0DSP< SampleType >pure virtual
DSP()=defaultDSP< SampleType >
DSP(const DSP &other)DSP< SampleType >inline
DSP(DSP &&other) noexceptDSP< SampleType >inline
getValue(int paramId) const =0DSP< SampleType >pure virtual
hasEnvelopeFor(int paramId)DSP< SampleType >inline
move()=0DSP< SampleType >pure virtual
operator<<(std::ostream &stream, const DSP< SampleType > &dsp)DSP< SampleType >related
operator=(const DSP &other)DSP< SampleType >inline
operator=(DSP &&other) noexceptDSP< SampleType >inline
prepare(double sampleRateHz, size_t numInputChannels, size_t numOutputChannels, size_t maxBlockSizeFrames)=0DSP< 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)=0DSP< SampleType >pure virtual
processWithEnvelopes(const AudioBuffer< SampleType > &input, AudioBuffer< SampleType > &output)DSP< SampleType >inline
represent(std::ostream &stream) const =0DSP< SampleType >pure virtual
reset()=0DSP< SampleType >pure virtual
setValue(int paramId, double value)=0DSP< SampleType >pure virtual
supportsChannelLayout(size_t numInputChannels, size_t numOutputChannels) const =0DSP< SampleType >pure virtual
supportsEnvelopeFor(int) constDSP< SampleType >inlinevirtual
supportsSampleRate(double) constDSP< SampleType >inlinevirtual
withEnvelope(int paramId, Envelope &&envelope)DSP< SampleType >inline
withEnvelope(int paramId, const Envelope &envelope)DSP< SampleType >inline
~DSP()=defaultDSP< SampleType >virtual