visuals now adhere to theme by default
This commit is contained in:
parent
6a2486d9f2
commit
c400deac74
6 changed files with 34 additions and 13 deletions
|
|
@ -66,7 +66,7 @@ export function Repl({ embedded = false }) {
|
|||
const drawTime = [-2, 2];
|
||||
const drawContext = getDrawContext();
|
||||
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