Merge pull request #900 from daslyfe/repl_sync
REPL sync between windows
This commit is contained in:
commit
d102e1dbbc
7 changed files with 313 additions and 12 deletions
|
|
@ -72,6 +72,7 @@ export function Repl({ embedded = false }) {
|
|||
});
|
||||
};
|
||||
const editor = new StrudelMirror({
|
||||
sync: true,
|
||||
defaultOutput: webaudioOutput,
|
||||
getTime: () => getAudioContext().currentTime,
|
||||
transpiler,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue