This commit is contained in:
Jade (Rose) Rowland
2026-01-10 01:42:43 -05:00
parent a205f7d873
commit 7a5020aa71
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -540,7 +540,7 @@ export const superdough = async (value, t, hapDuration, cps = 0.5, cycle = 0.5)
chain.releaseNodes();
activeSoundSources.delete(chainID);
};
const soundHandle = await onTrigger(t, value, onEnded, cps);
if (soundHandle) {
+1 -1
View File
@@ -9,7 +9,7 @@ import {
getPitchEnvelope,
getVibratoOscillator,
webAudioTimeout,
releaseAudioNode
releaseAudioNode,
} from './helpers.mjs';
import { getNodeFromPool, markWorkletAsDead, releaseNodeToPool } from './nodePools.mjs';
import { logger } from './logger.mjs';