hotfix: disable sync, it somehow breaks playback in the built version

(pnpm build && pnpm preview)
This commit is contained in:
Felix Roos 2024-03-17 04:48:25 +01:00
parent 78f816978c
commit dd16a1cbf4

View File

@ -72,7 +72,7 @@ export function Repl({ embedded = false }) {
}); });
}; };
const editor = new StrudelMirror({ const editor = new StrudelMirror({
sync: true, sync: false,
defaultOutput: webaudioOutput, defaultOutput: webaudioOutput,
getTime: () => getAudioContext().currentTime, getTime: () => getAudioContext().currentTime,
transpiler, transpiler,