mrms

Results 28 comments of mrms

`return;` is already there on mine unfortunately... this is what i see before any edits: `export function notifyExtensionIsDeprecated() { if (localStorage.getItem('platformio-ide:extension-deprecated') === '1') { return; }`

Ahhh yep - thank you! I was toggling back and forth between the browser and Atom and now I see. Thanks for the additional clarification

Hey @midilab No - this issue came after as the code would not compile previously due to the volatile reference pointer. The current TeensyUsbSlaveMidiClockMonitor example code compiles and works but...

Hi @midilab , A quick update to this issue with more detail: The same issue occurs with the Xiao as well. I also forgot to mention that even though the...

Hi @midilab, I just wanted to report back on some more testing that I tried. So far I have had no luck with resolving the clock freezing issue mentioned above...

Hey @midilab thank you for getting back with me on this issue. > can you tell me what is freezing? its the clock generation or only the bpm time display?...

Hey - thanks for trying! > Did you try to compile using arduino/teensyduino environment instead of platformio? I do not think I have tried arduino/teensyduino environment yet but will test...

> starting with 120bpm is ok, i test starting all over from 20bpm to 120bpm and all of then run fine. > > no problem, keep posting so we can...

@midilab I've done a basic breadboard with only Teensy LC and 128x32 OLED with the default `TeensyUsbSlaveMidiClockMonitor` example and I am still having the same issues: 1) BPM LED indicator...