tomarus / midiseq

React/Redux Web MIDI Sequencer, Router & Drum Machine
50 stars 10 forks source link

Monitor shows Time as Invalid Date.NaN #3

Closed kevinjwalters closed 4 years ago

kevinjwalters commented 5 years ago

I don't normally use the Monitor section but I opened it up today as I was getting some good use out of the app and noticed that the time values are broken. They show up as Invalid Date.NaN.

kevinjwalters commented 5 years ago

Perhaps to state the obivous, I see they are ok on the image on https://github.com/tomarus/midiseq.

tomarus commented 5 years ago

Thanks for reporting this. It appears to work fine when running locally but after a build the date is gone.

I will check this out in the next release.

kevinjwalters commented 5 years ago

Thanks, the routing has been very useful for my recent experiments with CircuitPython and turning the Circuit Playground Express into a humble little synthesizer mainly as a demonstration of how to work with MIDI. I was planning to mention and recommend your site in an upcoming article as it's very easy to use in the (Chrome) browser.

tomarus commented 5 years ago

Thank you very much and i'm glad it has been useful to you too :)

tomarus commented 4 years ago

Thanks, i've fixed this today :)