Skip to content

Commit 5f8fcf2

Browse files
dlt 128
var maxdelaytime = 128;
1 parent 949b08e commit 5f8fcf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synths/core-synths-global.scd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ They'll come back automatically.
6363
|dryBus, effectBus, gate = 1, delaytime = 1, delayfeedback = 0.5, delaySend = 1, delayAmp = 1, lock = 0, cps = 1|
6464
var signal;
6565
var input = In.ar(dryBus, numChannels);
66-
var maxdelaytime = 16;
66+
var maxdelaytime = 128;
6767
input = input * delaySend.lag(LFNoise1.kr(1).range(0.01, 0.02)); // Regulate input.
6868
delaytime = delaytime * if(lock, reciprocal(cps), 1);
6969
delaytime = delaytime.clip(0, maxdelaytime); // Just to be sure.

0 commit comments

Comments
 (0)