documentation
This commit is contained in:
parent
e6f272dd0c
commit
a8eafbc309
4 changed files with 24 additions and 10 deletions
|
|
@ -290,6 +290,7 @@ export const superdough = async (value, t, hapDuration) => {
|
|||
// filters
|
||||
ftype = '12db',
|
||||
fanchor = 0.5,
|
||||
drive = 0.69,
|
||||
// low pass
|
||||
cutoff,
|
||||
lpenv,
|
||||
|
|
@ -297,7 +298,7 @@ export const superdough = async (value, t, hapDuration) => {
|
|||
lpdecay,
|
||||
lpsustain,
|
||||
lprelease,
|
||||
resonance = 1,
|
||||
resonance = 0.5,
|
||||
// high pass
|
||||
hpenv,
|
||||
hcutoff,
|
||||
|
|
@ -412,6 +413,7 @@ export const superdough = async (value, t, hapDuration) => {
|
|||
t + hapDuration,
|
||||
fanchor,
|
||||
ftype,
|
||||
drive,
|
||||
);
|
||||
chain.push(lp());
|
||||
if (ftype === '24db') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue