rm comment

This commit is contained in:
Jade (Rose) Rowland 2025-03-30 20:32:19 -04:00
parent 2f4cba4e94
commit bceb37e8ea

View File

@ -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) => {