fix: fanchor + default fanchor to 0 (breaking change)
This commit is contained in:
parent
f785823e00
commit
f99557cc05
2 changed files with 9 additions and 5 deletions
|
|
@ -276,7 +276,7 @@ export const superdough = async (value, deadline, hapDuration) => {
|
|||
density = 0.03,
|
||||
// filters
|
||||
ftype = '12db',
|
||||
fanchor = 0.5,
|
||||
fanchor = 0,
|
||||
// low pass
|
||||
cutoff,
|
||||
lpenv,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue