Fix LP24 filter with proper 2-stage cascade, thread-safe SliceManager, improve state save/load

This commit is contained in:
Armin 2026-07-21 23:15:37 +02:00
commit ac6f17d9ae
4 changed files with 109 additions and 58 deletions

View file

@ -109,6 +109,7 @@ private:
int filterSamplesToNext = 0;
BiquadState filterL, filterR;
BiquadState filterL2, filterR2;
};
static constexpr int maxVoices = 16;