Re: [Web MIDI API] send() method should also allow 3 shorts + timestamp

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