Merge remote-tracking branch 'upstream/main' into pickr-pickrmod

This commit is contained in:
eefano 2024-02-26 01:15:27 +01:00
commit ed1f3e1e8c
2 changed files with 14 additions and 1 deletions

View file

@ -253,6 +253,11 @@ function effectSend(input, effect, wet) {
return send;
}
export function resetGlobalEffects() {
delays = {};
reverbs = {};
}
export const superdough = async (value, deadline, hapDuration) => {
const ac = getAudioContext();
if (typeof value !== 'object') {