sync false

This commit is contained in:
Jade (Rose) Rowland 2024-03-23 14:53:07 -04:00
parent 619ca5385d
commit bc917dcf8b

View File

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