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
891 stars 92 forks source link

Pause implementation #68

Closed sdoherty0 closed 3 years ago

sdoherty0 commented 3 years ago

Is your feature request related to a problem? Please describe. Do you have any MIDI player that implements a pause feature and uses Web Audio API? I know it is pretty complex with scheduling notes and using the tick method to play them. I have based my work on yours and I know you know this software very well, but I haven't found a pause feature in any of your examples.

Describe the solution you'd like A working pause feature for the Web Audio API playing MIDI files.

surikov commented 3 years ago

A MIDI player is a small example. Maybe I'll post more complex examples later. No free time yet.