mirror of
https://github.com/eliasstepanik/strudel-docker.git
synced 2026-01-25 12:38:35 +00:00
hotfix: disable sync, it somehow breaks playback in the built version
(pnpm build && pnpm preview)
This commit is contained in:
parent
78f816978c
commit
dd16a1cbf4
@ -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…
x
Reference in New Issue
Block a user