diff --git a/website/src/repl/Repl.jsx b/website/src/repl/Repl.jsx index 786aad66..f30fc418 100644 --- a/website/src/repl/Repl.jsx +++ b/website/src/repl/Repl.jsx @@ -73,7 +73,7 @@ export function Repl({ embedded = false }) { }); }; const editor = new StrudelMirror({ - sync: true, + sync: false, defaultOutput: webaudioOutput, getTime: () => getAudioContext().currentTime, setInterval,