This commit is contained in:
Jade (Rose) Rowland
2024-03-23 16:18:16 -04:00
parent bc917dcf8b
commit f00a08ef9e
2 changed files with 16 additions and 32 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ export function Repl({ embedded = false }) {
});
};
const editor = new StrudelMirror({
sync: false,
sync: true,
defaultOutput: webaudioOutput,
getTime: () => getAudioContext().currentTime,
setInterval,