sync false
This commit is contained in:
parent
619ca5385d
commit
bc917dcf8b
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ export function Repl({ embedded = false }) {
|
|||
});
|
||||
};
|
||||
const editor = new StrudelMirror({
|
||||
sync: true,
|
||||
sync: false,
|
||||
defaultOutput: webaudioOutput,
|
||||
getTime: () => getAudioContext().currentTime,
|
||||
setInterval,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue