surikov / webaudiofont

Use full GM set of musical instruments to play MIDI and single sounds or effects. Support for reverberation and equaliser. No plugins, no Flash. Pure HTML5 implementation compatible with desktop and mobile browser. See live examples.
https://surikov.github.io/webaudiofont/
GNU General Public License v3.0
882 stars 92 forks source link

a way of querying it for the current audio context time #88

Closed etayluz closed 2 years ago

etayluz commented 2 years ago

Tone.js has a way of querying it for the current audio context time https://tonejs.github.io/docs/14.7.33/fn/now

Does webaudiofont have a similar feature? Is there really no way to synchronize the app's UI with this library?

surikov commented 2 years ago

See examples at https://github.com/surikov/webaudiofont#example-apps

All of them synchronize the music with the user interface.

Read previous answers. Please don't create a new issue with the same question.