- From: Marcos Caceres <marcosscaceres@gmail.com>
- Date: Mon, 17 Dec 2012 16:43:23 +0000
- To: Jussi Kalliokoski <jussi.kalliokoski@gmail.com>
- Cc: "public-audio@w3.org" <public-audio@w3.org>
On Monday, December 17, 2012 at 4:35 PM, Jussi Kalliokoski wrote: > Sure! > > output.send(90, 60, 122, 100) // wat! looks like a part of the data?! > > output.send([90, 60, 122], 100) // now the data is separate from the timestamp > > My point is that if you think about the action the send() has, it sends some data at a specified time; that's two arguments, data and timestamp. You can go arbitrarily splitting that into more arguments, but what's the point? Sold:) Thanks Jussi, that makes sense now.
Received on Monday, 17 December 2012 16:43:52 UTC