Skip to content

Commit

Permalink
fix default res
Browse files Browse the repository at this point in the history
  • Loading branch information
daslyfe committed May 21, 2024
1 parent 9452954 commit e60e9b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/superdough/superdough.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -294,15 +294,15 @@ export const superdough = async (value, t, hapDuration) => {
lpdecay,
lpsustain,
lprelease,
resonance = 0.5,
resonance = 1,
// high pass
hpenv,
hcutoff,
hpattack,
hpdecay,
hpsustain,
hprelease,
hresonance = 0.5,
hresonance = 1,
// band pass
bpenv,
bandf,
Expand Down

0 comments on commit e60e9b2

Please sign in to comment.