mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 00:56:33 +01:00
a-Reverb: Fixed bug with the reverb all pass filters causing bad sound
This commit is contained in:
parent
d883d4623a
commit
6bf40e3a44
1 changed files with 3 additions and 3 deletions
|
|
@ -110,9 +110,9 @@ initReverb (b_reverb *r, const double rate)
|
||||||
r->end[1][3] = 2251 + stereowidth;
|
r->end[1][3] = 2251 + stereowidth;
|
||||||
|
|
||||||
/* all pass filters right */
|
/* all pass filters right */
|
||||||
r->end[0][4] = 347 + stereowidth;
|
r->end[1][4] = 347 + stereowidth;
|
||||||
r->end[0][5] = 113 + stereowidth;
|
r->end[1][5] = 113 + stereowidth;
|
||||||
r->end[0][6] = 37 + stereowidth;
|
r->end[1][6] = 37 + stereowidth;
|
||||||
|
|
||||||
for (int i = 0; i < RV_NZ; ++i) {
|
for (int i = 0; i < RV_NZ; ++i) {
|
||||||
r->delays[0][i] = NULL;
|
r->delays[0][i] = NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue