implement cps + add baasic tempo control ui
This commit is contained in:
parent
cfe369d9fe
commit
ead5942ef0
5 changed files with 49 additions and 21 deletions
|
|
@ -44,6 +44,6 @@ function createClock(
|
|||
};
|
||||
const getPhase = () => phase;
|
||||
// setCallback
|
||||
return { setDuration, start, stop, pause, duration, getPhase, minLatency };
|
||||
return { setDuration, start, stop, pause, duration, interval, getPhase, minLatency };
|
||||
}
|
||||
export default createClock;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue