refactored
This commit is contained in:
+1
-1
@@ -211,7 +211,7 @@ class Reverb
|
|||||||
temp[c] += fb_gain*fb_dly_out[c];
|
temp[c] += fb_gain*fb_dly_out[c];
|
||||||
}
|
}
|
||||||
m_feedbackDly.process(temp, fb_dly_out);
|
m_feedbackDly.process(temp, fb_dly_out);
|
||||||
|
|
||||||
// Mix
|
// Mix
|
||||||
for (int c=0; c < numCh; c++)
|
for (int c=0; c < numCh; c++)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user