rm comment
This commit is contained in:
parent
2f4cba4e94
commit
bceb37e8ea
1 changed files with 0 additions and 1 deletions
|
|
@ -680,7 +680,6 @@ export const superdough = async (value, t, hapDuration) => {
|
|||
// connect chain elements together
|
||||
chain.slice(1).reduce((last, current) => last.connect(current), chain[0]);
|
||||
audioNodes = audioNodes.concat(chain);
|
||||
// activeSoundSources.set(chainID, [...chain, delaySend, reverbSend, analyserSend].filter(Boolean));
|
||||
};
|
||||
|
||||
export const superdoughTrigger = (t, hap, ct, cps) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue