add sync flag for neocyclist

This commit is contained in:
Felix Roos
2024-03-07 12:14:17 +01:00
parent 619ffdd5e1
commit 2fcbffeaf9
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -56,6 +56,7 @@ export function Repl({ embedded = false }) {
});
};
const editor = new StrudelMirror({
sync: true,
defaultOutput: webaudioOutput,
getTime: () => getAudioContext().currentTime,
transpiler,