|
sfFDN
|
This is the complete list of members for sfFDN::FDN, including all inherited members.
| AudioProcessor()=default (defined in sfFDN::AudioProcessor) | sfFDN::AudioProcessor | |
| Clear() override | sfFDN::FDN | virtual |
| Clone() const override | sfFDN::FDN | virtual |
| CloneFDN() const | sfFDN::FDN | |
| FDN(uint32_t order, uint32_t block_size=0, bool transpose=false) | sfFDN::FDN | |
| FDN(const FDN &)=delete (defined in sfFDN::FDN) | sfFDN::FDN | |
| FDN(FDN &&) noexcept | sfFDN::FDN | |
| GetDelayBank() const | sfFDN::FDN | |
| GetFeedbackMatrix() const | sfFDN::FDN | |
| GetInputGains() const | sfFDN::FDN | |
| GetLoopFilter() const | sfFDN::FDN | |
| GetOrder() const | sfFDN::FDN | |
| GetOutputGains() const | sfFDN::FDN | |
| GetTCFilter() const | sfFDN::FDN | |
| GetTranspose() const | sfFDN::FDN | |
| InputChannelCount() const override | sfFDN::FDN | inlinevirtual |
| operator=(const FDN &)=delete (defined in sfFDN::FDN) | sfFDN::FDN | |
| operator=(FDN &&) noexcept | sfFDN::FDN | |
| OutputChannelCount() const override | sfFDN::FDN | inlinevirtual |
| Process(const AudioBuffer &input, AudioBuffer &output) noexcept override | sfFDN::FDN | virtual |
| SetDelayBank(const DelayBankOptions &config) | sfFDN::FDN | |
| SetDelays(const std::span< const float > delays, DelayInterpolationType interpolation_type=DelayInterpolationType::None) | sfFDN::FDN | |
| SetDirectGain(float gain) | sfFDN::FDN | |
| SetFeedbackMatrix(std::unique_ptr< AudioProcessor > mixing_matrix) | sfFDN::FDN | |
| SetInputGains(std::unique_ptr< AudioProcessor > gains) | sfFDN::FDN | |
| SetInputGains(std::span< const float > gains) | sfFDN::FDN | |
| SetLoopFilter(std::unique_ptr< AudioProcessor > filter_bank) | sfFDN::FDN | |
| SetOrder(uint32_t order) | sfFDN::FDN | |
| SetOutputGains(std::unique_ptr< AudioProcessor > gains) | sfFDN::FDN | |
| SetOutputGains(std::span< const float > gains) | sfFDN::FDN | |
| SetTCFilter(std::unique_ptr< AudioProcessor > filter) | sfFDN::FDN | |
| SetTranspose(bool transpose) | sfFDN::FDN | |
| ~AudioProcessor()=default (defined in sfFDN::AudioProcessor) | sfFDN::AudioProcessor | virtual |
| ~FDN()=default (defined in sfFDN::FDN) | sfFDN::FDN |