hotfix: disable sync, it somehow breaks playback in the built version
(pnpm build && pnpm preview)
This commit is contained in:
parent
78f816978c
commit
dd16a1cbf4
1 changed files with 1 additions and 1 deletions
|
|
@ -72,7 +72,7 @@ export function Repl({ embedded = false }) {
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
const editor = new StrudelMirror({
|
const editor = new StrudelMirror({
|
||||||
sync: true,
|
sync: false,
|
||||||
defaultOutput: webaudioOutput,
|
defaultOutput: webaudioOutput,
|
||||||
getTime: () => getAudioContext().currentTime,
|
getTime: () => getAudioContext().currentTime,
|
||||||
transpiler,
|
transpiler,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue