commit b4f6091e602dbf619c823c9d3fdc4afb118a7e43 parent d5db633c29c69a64695dccd9b617149903b05b86 Author: fundamental <mark.d.mccurry@gmail.com> Date: Tue, 24 Feb 2015 17:38:16 -0500 Echo: Disable Startup Zipper Diffstat:
M | src/Effects/Echo.cpp | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/Effects/Echo.cpp b/src/Effects/Echo.cpp @@ -80,6 +80,7 @@ void Echo::initdelays(void) ndelta.l = max(1, (int) (dl * samplerate)); ndelta.r = max(1, (int) (dr * samplerate)); + delta = ndelta; } //Effect output