Merge remote-tracking branch 'origin/main' into claviature

This commit is contained in:
Felix Roos 2024-03-17 04:49:12 +01:00
commit 8b9a2e1d84

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,