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

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 overrideDSP< SampleType, Derived >inlinevirtual
DSPBase()=defaultDSPBase< SampleType >
DSPBase(const DSPBase &other)DSPBase< SampleType >inline
DSPBase(DSPBase &&other) noexceptDSPBase< SampleType >inline
getChannelsToProcess()DSPBase< SampleType >inline
getValue(int paramId) const =0DSPBase< SampleType >pure virtual
hasEnvelopeFor(int paramId)DSPBase< SampleType >inline
m_channelsToProcessDSPBase< SampleType >protected
m_envelopesDSPBase< SampleType >protected
move() overrideDSP< 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) noexceptDSPBase< SampleType >inline
prepare(double sampleRateHz, size_t numInputChannels, size_t numOutputChannels, size_t maxBlockSizeFrames)=0DSPBase< 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)=0DSPBase< SampleType >pure virtual
processWithEnvelopes(const AudioBuffer< SampleType > &input, AudioBuffer< SampleType > &output)DSPBase< SampleType >inline
represent(std::ostream &stream) const =0DSPBase< SampleType >pure virtual
representWithActiveChannels(std::ostream &stream) constDSPBase< SampleType >inline
reset()=0DSPBase< SampleType >pure virtual
setValue(int paramId, double value)=0DSPBase< SampleType >pure virtual
supportsChannelLayout(size_t numInputChannels, size_t numOutputChannels) const =0DSPBase< SampleType >pure virtual
supportsEnvelopeFor(int) constDSPBase< SampleType >inlinevirtual
supportsSampleRate(double) constDSPBase< SampleType >inlinevirtual
withEnvelope(int paramId, Envelope &&envelope)DSP< SampleType, Derived >inline
withEnvelope(int paramId, const Envelope &envelope)DSP< SampleType, Derived >inline
~DSPBase()=defaultDSPBase< SampleType >virtual