mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-11 13:48:34 +00:00
fix: reverbs[orbit] is undefined
This commit is contained in:
parent
6ca99e33ab
commit
275796c241
@ -123,7 +123,7 @@ function getReverb(orbit, duration = 2, fade, revlp, revdim) {
|
||||
reverbs[orbit].revlp !== revlp ||
|
||||
reverbs[orbit].revdim !== revdim
|
||||
) {
|
||||
reverbs[orbit] = reverbs[orbit].setDuration(duration, fade, revlp, revdim);
|
||||
reverbs[orbit].setDuration(duration, fade, revlp, revdim);
|
||||
reverbs[orbit].duration = duration;
|
||||
reverbs[orbit].fade = fade;
|
||||
reverbs[orbit].revlp = revlp;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user