I'd really to start work soon on a series of music based apps for www.daveconservatoire.org .
The thing holding me back at the moment is that from reading various articles/posts etc I can't work out whether it is realistic to use javascript to produce accurate timing in applications. We are talking correct to maybe 10ms.
For example, one of the more simple applications would be a metrnonme that can be set to tick at a given interval - 60BMP, for example, would require the ticking sound to be played once every second.
Is this achievable with javascript/html5? All the examples of metronomes that I've found have been written in flash, presumably because it is difficult to work with accurate timing in JS.