added base delay for feedback delay

This commit is contained in:
2025-11-09 19:37:34 +01:00
parent a7499201b2
commit cb9ed606cb
+1 -1
View File
@@ -134,7 +134,7 @@ class Reverb
public:
Reverb(uint maxDelay)
: m_diffusors({maxDelay, maxDelay, maxDelay})
, m_feedbackDly(9600)
, m_feedbackDly(9600, 4800)
{
for (int c=0; c < numCh; c++)
{