We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68afc15 commit e3e90deCopy full SHA for e3e90de
shared-bindings/audiodelays/Echo.c
@@ -17,7 +17,7 @@
17
#include "shared-module/synthio/block.h"
18
19
#define DECAY_DEFAULT 0.7f
20
-#define MIX_DEFAULT 0.5f
+#define MIX_DEFAULT 0.25f
21
22
//| class Echo:
23
//| """An Echo effect"""
@@ -27,7 +27,7 @@
27
//| max_delay_ms: int = 500,
28
//| delay_ms: synthio.BlockInput = 250.0,
29
//| decay: synthio.BlockInput = 0.7,
30
-//| mix: synthio.BlockInput = 0.5,
+//| mix: synthio.BlockInput = 0.25,
31
//| buffer_size: int = 512,
32
//| sample_rate: int = 8000,
33
//| bits_per_sample: int = 16,
0 commit comments