mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 21:58:37 +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({
|
||||
sync: true,
|
||||
sync: false,
|
||||
defaultOutput: webaudioOutput,
|
||||
getTime: () => getAudioContext().currentTime,
|
||||
transpiler,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user