Merge branch 'main' into oscillator_enhancements

This commit is contained in:
Felix Roos 2024-03-19 08:48:09 +01:00
commit ea58238453
35 changed files with 1957 additions and 1369 deletions

View file

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