Is there any way to play sequence of notes in javascript piano sound. I've found a lot of libraries that can play a specific note but I assume that playing notes and making delays between would not be so good for performance. Is there any way to do it?
I'm willing to write it on my own, but I need a place to start.
EDIT: I decided to do it in java applet since it's easyer.
You might take a look at Blob for a start. MS has a small demo at Github (License: Apache 2.0) that even works with Firefox (vers. 41.0.1). The simple monophonic version works well but I haven't tried to build a more complex or even polyphonic version and hence cannot say much about the scalability of this approach.