Skip to content

Commit e3e90de

Browse files
committed
Update default mix.
1 parent 68afc15 commit e3e90de

File tree

1 file changed

+2
-2
lines changed
  • shared-bindings/audiodelays

1 file changed

+2
-2
lines changed

shared-bindings/audiodelays/Echo.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include "shared-module/synthio/block.h"
1818

1919
#define DECAY_DEFAULT 0.7f
20-
#define MIX_DEFAULT 0.5f
20+
#define MIX_DEFAULT 0.25f
2121

2222
//| class Echo:
2323
//| """An Echo effect"""
@@ -27,7 +27,7 @@
2727
//| max_delay_ms: int = 500,
2828
//| delay_ms: synthio.BlockInput = 250.0,
2929
//| decay: synthio.BlockInput = 0.7,
30-
//| mix: synthio.BlockInput = 0.5,
30+
//| mix: synthio.BlockInput = 0.25,
3131
//| buffer_size: int = 512,
3232
//| sample_rate: int = 8000,
3333
//| bits_per_sample: int = 16,

0 commit comments

Comments
 (0)