mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
rm comment
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user