fix default res

This commit is contained in:
Jade (Rose) Rowland 2024-05-21 13:53:08 -04:00
parent 94529549a9
commit e60e9b2fdd

View File

@ -294,7 +294,7 @@ export const superdough = async (value, t, hapDuration) => {
lpdecay, lpdecay,
lpsustain, lpsustain,
lprelease, lprelease,
resonance = 0.5, resonance = 1,
// high pass // high pass
hpenv, hpenv,
hcutoff, hcutoff,
@ -302,7 +302,7 @@ export const superdough = async (value, t, hapDuration) => {
hpdecay, hpdecay,
hpsustain, hpsustain,
hprelease, hprelease,
hresonance = 0.5, hresonance = 1,
// band pass // band pass
bpenv, bpenv,
bandf, bandf,