This commit is contained in:
Vasilii Milovidov 2023-10-01 15:36:52 +04:00
parent 755e24315e
commit ac9c629c0b

View File

@ -163,7 +163,7 @@ export function getAnalyzerData(type = 'time') {
return analyserData;
}
function effectSend(input, effect, wet, size) {
function effectSend(input, effect, wet) {
const send = gainNode(wet);
input.connect(send);
send.connect(effect);
@ -381,7 +381,7 @@ export const superdough = async (value, deadline, hapDuration) => {
let reverbSend;
if (room > 0 && size > 0) {
const reverbNode = getReverb(orbit, size, buffer);
reverbSend = effectSend(post, reverbNode, room, size);
reverbSend = effectSend(post, reverbNode, room);
}
// analyser