add sync flag for neocyclist
This commit is contained in:
parent
619ffdd5e1
commit
2fcbffeaf9
2 changed files with 7 additions and 2 deletions
|
|
@ -56,6 +56,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