Optimizations
This commit is contained in:
parent
68840de188
commit
df047fd48d
3 changed files with 24 additions and 8 deletions
|
|
@ -453,7 +453,6 @@ export const superdough = async (value, t, hapDuration, cps = 0.5, cycle = 0.5)
|
|||
compressorRelease,
|
||||
transient,
|
||||
transsustain,
|
||||
transattack,
|
||||
} = value;
|
||||
|
||||
delaytime = delaytime ?? cycleToSeconds(delaysync, cps);
|
||||
|
|
@ -545,7 +544,6 @@ export const superdough = async (value, t, hapDuration, cps = 0.5, cycle = 0.5)
|
|||
processorOptions: {
|
||||
attack: transient,
|
||||
sustain: transsustain,
|
||||
attackTime: transattack,
|
||||
},
|
||||
},
|
||||
),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue