This commit is contained in:
Jade (Rose) Rowland 2025-09-24 00:23:05 -07:00
parent 1eb9dc73fa
commit 0633954e24
3 changed files with 259 additions and 167 deletions

View file

@ -458,6 +458,7 @@ export const superdough = async (value, t, hapDuration, cps = 0.5, cycle = 0.5)
duckonset,
duckattack,
duckdepth,
djf,
// filters
fanchor = getDefaultValue('fanchor'),
drive = 0.69,
@ -747,6 +748,10 @@ export const superdough = async (value, t, hapDuration, cps = 0.5, cycle = 0.5)
orbitBus.sendReverb(post, room);
}
if (djf != null) {
orbitBus.getDjf(djf, t)
}
// analyser
if (analyze) {
const analyserNode = getAnalyserById(analyze, 2 ** (fft + 5));