Merge branch 'labeled-statements' into claviature

This commit is contained in:
Felix Roos 2024-03-17 03:19:40 +01:00
commit 0978fbb15e
23 changed files with 1744 additions and 1393 deletions

View file

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