fix: fanchor + default fanchor to 0 (breaking change)

This commit is contained in:
Felix Roos 2024-01-10 00:08:49 +01:00
parent f785823e00
commit f99557cc05
2 changed files with 9 additions and 5 deletions

View file

@ -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,