You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
I created a loop to manually schedule events that looks something like this:
for (let i=0; i<150; i++) {
instrument.start(note, time, options)
}
The playback is correct. However, the only accurately timed event that is fired is 'onended'. Is there an accurate
event that demonstrates when a note started playing?
Currently, 'start' and 'started' events are fired immediately, meaning when I console log, I get 150 'start' logs.
Thank you!
The text was updated successfully, but these errors were encountered:
Hi there,
I created a loop to manually schedule events that looks something like this:
for (let i=0; i<150; i++) {
instrument.start(note, time, options)
}
The playback is correct. However, the only accurately timed event that is fired is 'onended'. Is there an accurate
event that demonstrates when a note started playing?
Currently, 'start' and 'started' events are fired immediately, meaning when I console log, I get 150 'start' logs.
Thank you!
The text was updated successfully, but these errors were encountered: