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