mirror of
https://codeberg.org/armin/monoslicer.git
synced 2026-09-01 12:10:46 +02:00
Fix LP24 filter with proper 2-stage cascade, thread-safe SliceManager, improve state save/load
This commit is contained in:
parent
73c4095139
commit
ac6f17d9ae
4 changed files with 109 additions and 58 deletions
|
|
@ -109,6 +109,7 @@ private:
|
|||
int filterSamplesToNext = 0;
|
||||
|
||||
BiquadState filterL, filterR;
|
||||
BiquadState filterL2, filterR2;
|
||||
};
|
||||
|
||||
static constexpr int maxVoices = 16;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue