mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-31 00:34:25 -04:00
build
This commit is contained in:
Vendored
+1
-1
@@ -29,7 +29,7 @@ function useCycle(props) {
|
||||
Tone.Transport.schedule((time) => {
|
||||
const toneEvent = {
|
||||
time: event.part.begin.valueOf(),
|
||||
duration: event.part.end.valueOf() - event.part.begin.valueOf(),
|
||||
duration: event.whole.end.valueOf() - event.whole.begin.valueOf(),
|
||||
value: event.value
|
||||
};
|
||||
onEvent(time, toneEvent);
|
||||
|
||||
Reference in New Issue
Block a user