djphazer/O_C-Phazerville

EnsOscKey crash/freeze when loaded on both sides

Closed this issue · 2 comments

Firmware freezes up when trying to switch to the applet when it's already loaded on the other side. I haven't audited the code yet, but it's probably a simple fix.

I'm pretty sure this is due to excessive floating point calculations being done in the Controller thread -

int determineInterval(int scale, int rootNote, int currentNote) {

Teensy 3.2 chokes on floats!

I disabled this applet in v1.8 ... maybe it will come back someday!