Video explains the problem…
What really bothers me is that this happens with the meta module practically doing nothing but having a clock and and a reset running from my es-3 directly patched to the gate input 1 and 2 and right out to output 1 and 2. So basically the clock and reset is just passed through the metamodule so the sequencers further down the line are in sync with modulation cv of the MM.
Here is the MM patch:
Liveset 2.yml (3.1 KB)
Firmware Version 2.0.8
I updated the firmware to 2.0.10
Still freezes.
Found out that it has nothing to do with “clicking” on the scope but simply just scrolling downwards freezes the MM.
Ah, weird. Ok I see in the patch .yml file there’s the CountModula Oscilloscope module in the patch as well as the Fundamental Scope.
And I got it to crash for me too when I try to scroll to the CountModula Oscilloscope. It looks like something in that module’s graphic drawing routine is crashing on the MM (in the code that translates Rack’s drawing library nanovg to the MM’s drawing library LVGL).
I’ll poke around and see.