mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-29 08:01:50 -04:00
fixes mini repl
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ function useRepl({ tune, defaultSynth, autolink = true, onEvent, onDraw }: any)
|
||||
[pattern]
|
||||
),
|
||||
onSchedule: useCallback((_events, cycle) => logCycle(_events, cycle), [pattern]),
|
||||
ready: !!pattern,
|
||||
ready: !!pattern && !!activeCode,
|
||||
});
|
||||
|
||||
const broadcast = usePostMessage(({ data: { from, type } }) => {
|
||||
|
||||
Reference in New Issue
Block a user