build
This commit is contained in:
parent
d973d56ef6
commit
1e57526d7e
5 changed files with 37 additions and 35 deletions
2
docs/dist/useRepl.js
vendored
2
docs/dist/useRepl.js
vendored
|
|
@ -85,7 +85,7 @@ function useRepl({tune, defaultSynth, autolink = true, onEvent, onDraw}) {
|
|||
}
|
||||
}, [pattern]),
|
||||
onSchedule: useCallback((_events, cycle2) => logCycle(_events, cycle2), [pattern]),
|
||||
ready: !!pattern
|
||||
ready: !!pattern && !!activeCode
|
||||
});
|
||||
const broadcast = usePostMessage(({data: {from, type}}) => {
|
||||
if (type === "start" && from !== id) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue