Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Start events fired as soon as notes are scheduled #98

Open
alexshenker opened this issue Jun 6, 2022 · 2 comments
Open

Start events fired as soon as notes are scheduled #98

alexshenker opened this issue Jun 6, 2022 · 2 comments

Comments

@alexshenker
Copy link

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!

@Codevendor
Copy link

I have same issue.

@drscottlobo
Copy link

Same here! Any progress?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants