fixed
This commit is contained in:
parent
1d189763b2
commit
3d37c73103
3 changed files with 12 additions and 11 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue