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

This commit is contained in:
Felix Roos
2024-03-17 04:49:12 +01:00
+1 -1
View File
@@ -72,7 +72,7 @@ export function Repl({ embedded = false }) {
});
};
const editor = new StrudelMirror({
sync: true,
sync: false,
defaultOutput: webaudioOutput,
getTime: () => getAudioContext().currentTime,
transpiler,