soundfont-player icon indicating copy to clipboard operation
soundfont-player copied to clipboard

Start events fired as soon as notes are scheduled

Open alexshenker opened this issue 3 years ago • 2 comments

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!

alexshenker avatar Jun 06 '22 23:06 alexshenker

I have same issue.

Codevendor avatar Jul 02 '22 06:07 Codevendor

Same here! Any progress?

drscottlobo avatar May 08 '23 18:05 drscottlobo