mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-12 22:15:27 -04:00
wip
This commit is contained in:
@@ -547,6 +547,7 @@ export const superdough = async (value, t, hapDuration, cps = 0.5, cycle = 0.5)
|
||||
} else if (getSound(s)) {
|
||||
const { onTrigger } = getSound(s);
|
||||
const onEnded = () => {
|
||||
chain.releaseNodes();
|
||||
audioNodes.forEach((n) => (isPoolable(n) ? releaseNodeToPool(n) : n?.disconnect()));
|
||||
activeSoundSources.delete(chainID);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user