Merge pull request #900 from daslyfe/repl_sync

REPL sync between windows
This commit is contained in:
Jade (Rose) Rowland 2024-03-14 20:47:35 -04:00 committed by GitHub
commit d102e1dbbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 313 additions and 12 deletions

View file

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