rm dead code
This commit is contained in:
parent
82893ffc22
commit
da926805b3
3 changed files with 1 additions and 14 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue