Re: MIDI Tracks and Sequences

Heh.

What appears to be degrading over time is your logging code.  I switched to
console.log, and it stays rock-solid, within 4ms max variance.  Not too
surprising, I suppose, since by the end of the loop you have a
4000-line-tall chunk, and every time you're doing an innerHTML+= and a
scroll.  That's ending up as a large reparse/relayout cost.

On Tue, Sep 18, 2012 at 1:39 AM, James Ingram <j.ingram@netcologne.de>wrote:

> Sorry, I forgot to include the links to the last two tests.
>
> Test 9:
> http://james-ingram.de/tests/**JazzMIDIBridge/ji-known-**sequence9.html<http://james-ingram.de/tests/JazzMIDIBridge/ji-known-sequence9.html>
>
> Test 10:
> http://james-ingram.de/tests/**JazzMIDIBridge/ji-known-**sequence10.html<http://james-ingram.de/tests/JazzMIDIBridge/ji-known-sequence10.html>
>
> best,
> James
>
>

Received on Tuesday, 18 September 2012 17:13:58 UTC