summaryrefslogtreecommitdiff
path: root/plugins/ZamDelay/ZamDelayPlugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ZamDelay/ZamDelayPlugin.hpp')
-rw-r--r--plugins/ZamDelay/ZamDelayPlugin.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/ZamDelay/ZamDelayPlugin.hpp b/plugins/ZamDelay/ZamDelayPlugin.hpp
index 0a22582..06a95ba 100644
--- a/plugins/ZamDelay/ZamDelayPlugin.hpp
+++ b/plugins/ZamDelay/ZamDelayPlugin.hpp
@@ -20,7 +20,8 @@
#include "DistrhoPlugin.hpp"
-#define MAX_DELAY 288000
+// 8 seconds of delay at 96kHz
+#define MAX_DELAY 768000
#define MAX(a,b) ((a) < (b) ? (b) : (a))
#define MIN(a,b) ((a) > (b) ? (b) : (a))