build
This commit is contained in:
parent
6691afb9b9
commit
8af4a92fc0
7 changed files with 44 additions and 30 deletions
2
docs/dist/useCycle.js
vendored
2
docs/dist/useCycle.js
vendored
|
|
@ -34,7 +34,7 @@ function useCycle(props) {
|
|||
};
|
||||
useEffect(() => {
|
||||
ready && query();
|
||||
}, [onEvent, onSchedule, onQuery, ready]);
|
||||
}, [onEvent, onSchedule, onQuery, onDraw, ready]);
|
||||
const start = async () => {
|
||||
setStarted(true);
|
||||
await Tone.start();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue