proper lpf mapping + remove redundant worklet params,
This commit is contained in:
parent
483843bd0a
commit
5336569c25
4 changed files with 30 additions and 31 deletions
|
|
@ -22,10 +22,7 @@ Pattern.prototype.supradough = function () {
|
|||
let o = getWorklet(
|
||||
ac,
|
||||
'dough-processor',
|
||||
{
|
||||
begin, // we might not need these, as we could send them via postMessage below
|
||||
end,
|
||||
},
|
||||
{},
|
||||
{
|
||||
outputChannelCount: [2],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue