This commit is contained in:
Jade (Rose) Rowland 2025-05-29 14:32:52 +02:00
parent 1d189763b2
commit 3d37c73103
3 changed files with 12 additions and 11 deletions

View file

@ -192,7 +192,7 @@ export function registerSynthSounds() {
},
);
o.port.postMessage({ codeText: byteBeatExpression, startTimeSeconds: byteBeatStartTime, frequency });
o.port.postMessage({ codeText: byteBeatExpression, byteBeatStartTime, frequency });
let envGain = gainNode(1);
envGain = o.connect(envGain);