soundfont-player
soundfont-player copied to clipboard
Start events fired as soon as notes are scheduled
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!
I have same issue.
Same here! Any progress?