From 1d88f636eabd28a9fd1d215e439535cdb16e8046 Mon Sep 17 00:00:00 2001 From: mezmay Date: Thu, 10 Mar 2016 09:19:12 +0300 Subject: [PATCH] additional delay changed --- BerVibrato/BerVibrato.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BerVibrato/BerVibrato.h b/BerVibrato/BerVibrato.h index c43369a..7e9c345 100644 --- a/BerVibrato/BerVibrato.h +++ b/BerVibrato/BerVibrato.h @@ -41,7 +41,7 @@ private: RingBuffer buffer; float depth; - static const int additionalDelay = 1; + static const int additionalDelay = 3; }; #endif \ No newline at end of file