- From: Joseph Berkovitz <joe@noteflight.com>
- Date: Fri, 31 Aug 2012 08:22:58 -0400
- To: Stuart Memo <stuartmemo@gmail.com>
- Cc: public-audio@w3.org
Received on Friday, 31 August 2012 12:23:35 UTC
The use of seconds in Web Audio tracks the general use of seconds in current HTML5 media-related specifications (such as the <audio> and <video> DOM elements): http://www.w3.org/TR/html5/media-elements.html#offsets-into-the-media-resource To lapse into personal opinion for a moment, I think seconds are far easier for audio developers to work with given the frequent need to convert between time offsets and other rate-based units that are usually given in seconds (frames per second, beats per minute, sample rates in Hertz, and so on). It's milliseconds that are the outlier :) ... . . . Joe Joe Berkovitz President Noteflight LLC Boston, Mass. phone: +1 978 314 6271 www.noteflight.com On Aug 31, 2012, at 6:47 AM, Stuart Memo <stuartmemo@gmail.com> wrote: > Hi all, > > Hopefully a quick question with a simple answer. I was just wondering why noteOn() takes a value in seconds and not milliseconds, which is usually used for JavaScript timings in setTimeout and whatnot? > > Thanks! > Stuart
Received on Friday, 31 August 2012 12:23:35 UTC