rm dead code

This commit is contained in:
Jade (Rose) Rowland 2025-09-22 00:12:48 -04:00
parent 82893ffc22
commit da926805b3
3 changed files with 1 additions and 14 deletions

View file

@ -727,7 +727,6 @@ export const superdough = async (value, t, hapDuration, cps = 0.5, cycle = 0.5)
// delay
if (delay > 0 && delaytime > 0 && delayfeedback > 0) {
orbitBus.getDelay(delaytime, delayfeedback, t);
orbitBus.sendDelay(post, delay);
}
// reverb

View file

@ -1,6 +1,6 @@
import { effectSend, webAudioTimeout } from './helpers.mjs';
import { errorLogger } from './logger.mjs';
import {clamp} from './util.mjs'
import { clamp } from './util.mjs';
let hasChanged = (now, before) => now !== undefined && now !== before;