build
This commit is contained in:
parent
5d8ccdff25
commit
225f6c7785
6 changed files with 20 additions and 13 deletions
2
docs/dist/useCycle.js
vendored
2
docs/dist/useCycle.js
vendored
|
|
@ -20,7 +20,7 @@ function useCycle(props) {
|
|||
events?.filter((event) => event.part.begin.valueOf() === event.whole.begin.valueOf()).forEach((event) => {
|
||||
Tone.getTransport().schedule((time) => {
|
||||
const toneEvent = {
|
||||
time: event.part.begin.valueOf(),
|
||||
time: event.whole.begin.valueOf(),
|
||||
duration: event.whole.end.sub(event.whole.begin).valueOf(),
|
||||
value: event.value,
|
||||
context: event.context
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue