mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-15 15:22:51 +00:00
Cache IIR filter state because compiler *sometimes* doesn't want to.
This commit is contained in:
@@ -65,8 +65,6 @@ private:
|
||||
iir_biquad_config_t config;
|
||||
std::array<float, 3> x { { 0.0f, 0.0f, 0.0f } };
|
||||
std::array<float, 3> y { { 0.0f, 0.0f, 0.0f } };
|
||||
|
||||
float execute_sample(const float in);
|
||||
};
|
||||
|
||||
#endif/*__DSP_IIR_H__*/
|
||||
|
||||
Reference in New Issue
Block a user