still kinda working

This commit is contained in:
Jade (Rose) Rowland
2024-03-23 14:45:35 -04:00
parent e8f6124a07
commit aa36d25b9a
3 changed files with 69 additions and 36 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,