Merge branch 'main' into glossing/optimizations

This commit is contained in:
Aria 2025-11-16 20:13:31 +01:00
commit d9c21489f8
6 changed files with 12 additions and 7 deletions

View file

@ -708,7 +708,8 @@ export const superdough = async (value, t, hapDuration, cps = 0.5, cycle = 0.5)
roomIR = await loadBuffer(url, ac, ir, 0);
}
orbitBus.getReverb(roomsize, roomfade, roomlp, roomdim, roomIR, irspeed, irbegin);
orbitBus.sendReverb(post, room);
const send = orbitBus.sendReverb(post, room);
audioNodes.push(send);
}
if (djf != null) {